GLM 5V Turbo
Z.ai
GLM-5V-Turbo is Z.AI’s first multimodal coding foundation model, built for vision-based coding tasks. It can natively process multimodal inputs such as images, video, and text, while also excelling at long-horizon planning, complex coding, and action execution. Deeply optimized for agent workflows, it works seamlessly with agents such as Claude Code and OpenClaw to complete the full loop of “understand the environment → plan actions → execute tasks”.
- Language
- Reasoning
- Tool use
- Implicit caching
- Vision
- File input
- Context
- 200K
- Max output
- 128K
- Input / 1M
- $1.20
- Output / 1M
- $4.00
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass zai/glm-5v-turbo as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zai/glm-5v-turbo",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$1.20
Output
Per 1M completion tokens
$4.00
Cache read
Per 1M cached prompt tokens
$0.240
A 1M-token prompt with 250K tokens of output costs about $2.20.
