- Model
qwen/qwen3-vl-235b-a22b-instruct- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- No
- Context window
- 262,144
- Max tokens
- 16,384
- Cost / million input
- $0.2
- Cost / million output
- $0.88
- Cost / million cache read
- $0.11
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3-vl-235b-a22b-instruct",
"name": "Qwen: Qwen3 VL 235B A22B Instruct",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 16384,
"cost": {
"input": 0.19999999999999998,
"output": 0.88,
"cacheRead": 0.11,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}