- Model
qwen/qwen3-32b- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- Yes
- Context window
- 40,960
- Max tokens
- 40,960
- Cost / million input
- $0.08
- Cost / million output
- $0.24
- Cost / million cache read
- $0.04
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3-32b",
"name": "Qwen: Qwen3 32B",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 40960,
"maxTokens": 40960,
"cost": {
"input": 0.08,
"output": 0.24,
"cacheRead": 0.04,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}