- Model
qwen/qwen-plus-2025-07-28:thinking- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 32,768
- Cost / million input
- $0.26
- Cost / million output
- $0.78
- Cost / million cache read
- $0
- Cost / million cache write
- $0.325
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen-plus-2025-07-28:thinking",
"name": "Qwen: Qwen Plus 0728 (thinking)",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 32768,
"cost": {
"input": 0.26,
"output": 0.78,
"cacheRead": 0,
"cacheWrite": 0.325
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}