Qwen 3.5 Plus

Model details

Qwen 3.5 Plus

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