GPT-5.6 is here ๐ŸŽ‰ 20% off all GPT ๐ŸŽ‰ All July ๐Ÿ”ฅLearn more
Zhipu

Z.ai: GLM-5-Turbo

Chat
z-ai/glm-5-turbo
CompareGet Started

GLM-5-Turbo is a Z.ai foundation model deeply optimized for the OpenClaw scenario. It has been tuned from the training phase onward for the core requirements of OpenClaw tasks, strengthening key capabilities such as tool invocation, command following, timed and persistent tasks, and long-chain execution. It supports reasoning, function calling (tool use), prompt caching, and web search. Context: 200K tokens, output: 128K. Available via OpenAI and Anthropic protocols.

Context Window
200K
Max Output Tokens
128K
Released
2026-03-16
Capabilities
Function CallingReasoningPrompt CachingWeb Search
Available Providers
ZhipuZhipu
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

ZhipuZhipu
Input Tokens
$1.2/M
Output Tokens
$4/M
Cache Read
$0.24/M
Web Search
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="z-ai/glm-5-turbo",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

Z.ai: GLM-5-Turbo on Ofox.ai costs $1.2/M per million input tokens and $4/M per million output tokens. Pay-as-you-go, no monthly fees.