- Model
alibaba/qwen3.6-plus- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,000,000
- Max tokens
- 64,000
- Cost / million input
- $0.5
- Cost / million output
- $3
- Cost / million cache read
- $0.1
- Cost / million cache write
- $0.625
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen3.6-plus",
"name": "Qwen 3.6 Plus",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 64000,
"cost": {
"input": 0.5,
"output": 3,
"cacheRead": 0.09999999999999999,
"cacheWrite": 0.625
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}