> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quantization - Python SDK

> Quantization method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## Values

| Name      | Value   |
| --------- | ------- |
| `INT4`    | int4    |
| `INT8`    | int8    |
| `FP4`     | fp4     |
| `FP6`     | fp6     |
| `FP8`     | fp8     |
| `FP16`    | fp16    |
| `BF16`    | bf16    |
| `FP32`    | fp32    |
| `UNKNOWN` | unknown |
