- Model
alibaba/qwen3.6-27b- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text, image
- Reasoning
- Yes
- Context window
- 256,000
- Max tokens
- 256,000
- Cost / million input
- $0.6
- Cost / million output
- $3.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.6-27b",
"name": "Qwen 3.6 27B",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 256000,
"cost": {
"input": 0.6,
"output": 3.5999999999999996,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}