- Model
qwen/qwen-vl-max- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text, image
- Reasoning
- No
- Context window
- 131,072
- Max tokens
- 32,768
- Cost / million input
- $0.52
- Cost / million output
- $2.08
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen-vl-max",
"name": "Qwen: Qwen VL Max",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 131072,
"maxTokens": 32768,
"cost": {
"input": 0.52,
"output": 2.08,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}