GLM-5-Turbo

面向 OpenClaw 龙虾场景深度优化的基座模型

Model ID: glm-5-turbo · Type: chat · Provider: Zhipu

Pricing

Input (per 1M tokens)$0.6 USD
Output (per 1M tokens)$2 USD
Cache read (per 1M tokens)$0.12 USD

Capabilities

from openai import OpenAI

client = OpenAI(api_key="sk-...", base_url="https://api.router.ai/v1")
resp = client.chat.completions.create(
    model="glm-5-turbo",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

FAQ

How much does GLM-5-Turbo cost on yidun.ai 易盾.ai?

GLM-5-Turbo (`glm-5-turbo`) is billed per usage at $0.6/1M in · $2/1M out, in USD. Current pricing is always listed at https://yidun.ai/models/glm-5-turbo.

How do I call GLM-5-Turbo through yidun.ai 易盾.ai?

Send a request to https://api.router.ai/v1/v1/chat/completions with the header `Authorization: Bearer <your API key>` and `"model": "glm-5-turbo"`. The API is OpenAI-compatible, so any OpenAI SDK works by changing base_url to https://api.router.ai/v1 — no other code change.

What is GLM-5-Turbo's context window?

GLM-5-Turbo accepts up to 200,000 input tokens and can return up to 128,000 output tokens. Requests exceeding the input limit are rejected before reaching the model.

What can GLM-5-Turbo do?

GLM-5-Turbo supports: function_calling, prompt_caching, reasoning.

Who makes GLM-5-Turbo?

GLM-5-Turbo is a chat model from Zhipu, available through the yidun.ai 易盾.ai gateway with the same API key as every other model.

Call it through the yidun.ai 易盾.ai OpenAI-compatible endpoint (API base: https://api.router.ai/v1). AI agents can discover and call every model on this gateway through MCP (https://mcp.router.ai/mcp) with no manual integration.

API reference · All models