Qwen 3.7 Plus

Models

Model details

Model
alibaba/qwen3.7-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.4
Cost / million output
$1.6
Cost / million cache read
$0.08
Cost / million cache write
$0.5
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen3.7-plus",
          "name": "Qwen 3.7 Plus",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1000000,
          "maxTokens": 64000,
          "cost": {
            "input": 0.39999999999999997,
            "output": 1.5999999999999999,
            "cacheRead": 0.08,
            "cacheWrite": 0.5
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}