GLM 4.5V

Model details

GLM 4.5V

Model
zai/glm-4.5v
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text, image
Reasoning
No
Context window
66,000
Max tokens
16,000
Cost / million input
$0.6
Cost / million output
$1.8
Cost / million cache read
$0.11
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "zai/glm-4.5v",
          "name": "GLM 4.5V",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 66000,
          "maxTokens": 16000,
          "cost": {
            "input": 0.6,
            "output": 1.7999999999999998,
            "cacheRead": 0.11,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}