- Model
qwen/qwen3-max- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- No
- Context window
- 262,144
- Max tokens
- 32,768
- Cost / million input
- $0.78
- Cost / million output
- $3.9
- Cost / million cache read
- $0.156
- Cost / million cache write
- $0.975
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3-max",
"name": "Qwen: Qwen3 Max",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 32768,
"cost": {
"input": 0.78,
"output": 3.9,
"cacheRead": 0.156,
"cacheWrite": 0.975
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}