Back to Models
Z.ai: GLM 5V Turbo
z-ai/glm-5v-turboApr 1, 2026202.8K context131.1K max output$1.20/M in · $4.00/M outReasoning
Description
GLM-5V-Turbo is Z.ai’s first native multimodal agent foundation model, built for vision-based coding and agent-driven tasks. It natively handles image, video, and text inputs, excels at long-horizon planning, complex coding, and task execution, and works seamlessly with agents to complete the full loop of “perceive → plan → execute“.
Specifications
Provider
z-ai
Context Length
202.8K
Max Output
131.1K
Modality
Inimagetextvideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $1.20 |
| Output | $4.00 |
| Cache Read | $0.24 |
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-5v-turbo",
"messages": [{"role": "user", "content": "Hello!"}]
}'