- Model
qwen/qwen3-vl-30b-a3b-instruct- 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.13
- Cost / million output
- $0.52
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3-vl-30b-a3b-instruct",
"name": "Qwen: Qwen3 VL 30B A3B Instruct",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 131072,
"maxTokens": 32768,
"cost": {
"input": 0.13,
"output": 0.52,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}