- Model
alibaba/qwen-3-235b- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- No
- Context window
- 131,000
- Max tokens
- 40,000
- Cost / million input
- $0.6
- Cost / million output
- $1.2
- Cost / million cache read
- $0.6
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen-3-235b",
"name": "Qwen3 235B A22b Instruct 2507",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 131000,
"maxTokens": 40000,
"cost": {
"input": 0.6,
"output": 1.2,
"cacheRead": 0.6,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}