- Model
alibaba/qwen3.7-max- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text, image
- Reasoning
- Yes
- Context window
- 991,000
- Max tokens
- 64,000
- Cost / million input
- $1.25
- Cost / million output
- $3.75
- Cost / million cache read
- $0.25
- Cost / million cache write
- $1.5625
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen3.7-max",
"name": "Qwen 3.7 Max",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 991000,
"maxTokens": 64000,
"cost": {
"input": 1.25,
"output": 3.75,
"cacheRead": 0.25,
"cacheWrite": 1.5625
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}