- Model
qwen/qwen3.5-plus-02-15- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 65,536
- Cost / million input
- $0.26
- Cost / million output
- $1.56
- Cost / million cache read
- $0
- Cost / million cache write
- $0.325
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3.5-plus-02-15",
"name": "Qwen: Qwen3.5 Plus 2026-02-15",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 65536,
"cost": {
"input": 0.26,
"output": 1.56,
"cacheRead": 0,
"cacheWrite": 0.325
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}