🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

GLM-5-Turbo Released 2026-03-15

Z.ai chat code reasoning tools long-context
Input$1.2/M
Output$4/M
Cache read$0.24/M
Context205K
vs GPT-4o~76% cheaper

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing. Effective input at a 70% cache-hit rate:$0.528/M. Automatic prompt caching: repeated prompt prefixes bill at the cache-hit rate shown in the pricing table, no code changes required.

Use GLM-5-Turbo in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="glm-5-turbo",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

About GLM-5-Turbo

Deeply optimized for the OpenClaw agent scenario
More precise tool invocation and instruction decomposition
Time-aware handling of scheduled, persistent tasks

GLM-5-Turbo is a Z.AI foundation model deeply optimized for the OpenClaw agent scenario.

  • Compared with the base GLM-5, the official docs highlight four targeted upgrades: more precise tool invocation, stronger decomposition of complex instructions, time-aware handling of scheduled and persistent tasks, and higher throughput on long logical chains.
  • It provides a 200K context window and up to 128K output tokens, with thinking modes, streaming, function calling, context caching, structured JSON output, and MCP tool integration.
  • On Synthorai, GLM-5-Turbo is callable via the standard OpenAI-compatible API.

Specs & limits

Max output (vendor spec)131,072
Modalitiestext → text
Featurestools · structured_output · streaming · reasoning · caching
NotableAPI-only speed-optimized GLM-5 variant tuned for the OpenClaw agent scenario: more reliable tool invocation and long-running task stability; 200K context / 128K max output.
Prompt cachingautomatic

per Z.ai official docs ↗

FAQ

Is the GLM-5-Turbo API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. At $1.2/M input tokens, that credit alone covers roughly 104 requests of ~8K tokens against GLM-5-Turbo.

What is GLM-5-Turbo best at?

Deeply optimized for the OpenClaw agent scenario, plus more precise tool invocation and instruction decomposition and time-aware handling of scheduled, persistent tasks. See the About section for the full picture from the vendor's own release notes.

How much does GLM-5-Turbo cost?

GLM-5-Turbo costs $1.2 per million input tokens and $4 per million output tokens on Synthorai. That is the provider's list price, with no platform markup. Cached input tokens bill at $0.24/M.

Does GLM-5-Turbo support prompt caching?

Yes, automatically: Z.ai-served prompts cache with no code changes. Cached input tokens bill at $0.24/M vs $1.2/M uncached. Prompt caching guide →

How do I get access to GLM-5-Turbo?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="glm-5-turbo", and you're done. One API key covers every model on the gateway.

Related models

Get your free API key Compare your cost →