GLM 5V Turbo

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“.

ChatZhipu203k tokens$1.3081 / $4.3602 · 1M

z-ai/glm-5v-turbo

Context
203k tokens
Completion cap
131,072
Tools
Yes
JSON
Yes
Released
2026-04-01

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5v-turbo",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is GLM 5V Turbo?
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“. GLM 5V Turbo runs on the Geek Hub API (OpenAI-compatible). Model id: z-ai/glm-5v-turbo.
Is GLM 5V Turbo free?
No. Input is $1.3081 per 1M tokens and output is $4.3602 per 1M tokens on Geek Hub (markup included).
What is the context length of GLM 5V Turbo?
GLM 5V Turbo has a 203k tokens context window. It supports up to 131,072 completion tokens.
Does GLM 5V Turbo support tool calling and structured outputs?
GLM 5V Turbo accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was GLM 5V Turbo released?
GLM 5V Turbo was released on 2026-04-01.

More models from Zhipu