- Model
qwen/qwen3-coder-30b-a3b-instruct- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- No
- Context window
- 160,000
- Max tokens
- 32,768
- Cost / million input
- $0.07
- Cost / million output
- $0.27
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "qwen/qwen3-coder-30b-a3b-instruct",
"name": "Qwen: Qwen3 Coder 30B A3B Instruct",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 160000,
"maxTokens": 32768,
"cost": {
"input": 0.07,
"output": 0.27,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}