- Model
alibaba/qwen3-235b-a22b-thinking- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,114
- Max tokens
- 262,114
- Cost / million input
- $0.23
- Cost / million output
- $2.3
- Cost / million cache read
- $0.2
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen3-235b-a22b-thinking",
"name": "Qwen3 235B A22B Thinking 2507",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262114,
"maxTokens": 262114,
"cost": {
"input": 0.22999999999999998,
"output": 2.3,
"cacheRead": 0.19999999999999998,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}