- Model
qwen/qwen3.6-flash- 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.25
- Cost / million output
- $1.5
- Cost / million cache read
- $0
- Cost / million cache write
- $0.3125
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3.6-flash",
"name": "Qwen: Qwen3.6 Flash",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 65536,
"cost": {
"input": 0.25,
"output": 1.5,
"cacheRead": 0,
"cacheWrite": 0.3125
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}