- Model
alibaba/qwen3-coder-30b-a3b- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 8,192
- Cost / million input
- $0.15
- Cost / million output
- $0.6
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen3-coder-30b-a3b",
"name": "Qwen 3 Coder 30B A3B Instruct",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 8192,
"cost": {
"input": 0.15,
"output": 0.6,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}