GLM 5 Turbo
Z.ai
GLM 5 Turbo is a foundation model deeply optimized for the OpenClaw scenario. It has been specifically optimized for the core requirements of OpenClaw tasks since the training phase, enhancing key capabilities such as tool invocation, command following, timed and persistent tasks, and long-chain execution.
- Language
- Reasoning
- Tool use
- Implicit caching
- Context
- 203K
- Max output
- 131K
- Input / 1M
- $1.20
- Output / 1M
- $4.00
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass zai/glm-5-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-5-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.
