Back to Models
Z.ai: GLM 4.5V
z-ai/glm-4.5vAug 11, 202565.5K context16.4K max output$0.60/M in · $1.80/M outReasoning
Description
GLM-4.5V is a vision-language foundation model for multimodal agent applications. Built on a Mixture-of-Experts (MoE) architecture with 106B parameters and 12B activated parameters, it achieves state-of-the-art results in video understanding, image Q&A, OCR, and document parsing, with strong gains in front-end web coding, grounding, and spatial reasoning. It offers a hybrid inference mode: a "thinking mode" for deep reasoning and a "non-thinking mode" for fast responses. Reasoning behavior can be toggled via the reasoning enabled boolean. Learn more in our docs
Specifications
Provider
z-ai
Context Length
65.5K
Max Output
16.4K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $1.80 |
| Cache Read | $0.11 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.5v",
"messages": [{"role": "user", "content": "Hello!"}]
}'