> ## 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.

# InstructType - Python SDK

> InstructType method reference

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

Instruction format type

## Values

| Name            | Value         |
| --------------- | ------------- |
| `NONE`          | none          |
| `AIROBOROS`     | airoboros     |
| `ALPACA`        | alpaca        |
| `ALPACA_MODIF`  | alpaca-modif  |
| `CHATML`        | chatml        |
| `CLAUDE`        | claude        |
| `CODE_LLAMA`    | code-llama    |
| `GEMMA`         | gemma         |
| `LLAMA2`        | llama2        |
| `LLAMA3`        | llama3        |
| `MISTRAL`       | mistral       |
| `NEMOTRON`      | nemotron      |
| `NEURAL`        | neural        |
| `OPENCHAT`      | openchat      |
| `PHI3`          | phi3          |
| `RWKV`          | rwkv          |
| `VICUNA`        | vicuna        |
| `ZEPHYR`        | zephyr        |
| `DEEPSEEK_R1`   | deepseek-r1   |
| `DEEPSEEK_V3_1` | deepseek-v3.1 |
| `QWQ`           | qwq           |
| `QWEN3`         | qwen3         |
