GLM 5.3

z-ai/glm-5.3
NewFeatured
ToolsJSONReasoning
by Z.ai · 2026-08-18

GLM-5.3 is Z.ai (Zhipu AI)'s latest flagship model for complex software engineering and long-horizon agentic tasks. It delivers roughly a 50% improvement in coding experience over GLM-5.2, matches Mythos 5 on selected cybersecurity capabilities, and strikes a better balance between raw performance and token efficiency. It is a text-in / text-out model built for repo-scale coding, autonomous multi-step engineering, and agent workflows that must stay coherent over long horizons. GLM-5.3 uses the same API surface as the GLM-5 line with two changes callers must handle: thinking is always on (thinking.type only accepts enabled; passing disabled now fails the request), and reasoning depth is controlled by reasoning_effort with values low / high / max, defaulting to max. It supports native tool calling and structured JSON output, and speaks the OpenAI-compatible chat-completions format.

ctx1M tokens
Max output128K
Inputtext
Outputtext
p50 TTFT1.43 s
INPUT$1.40/ 1M tokens
OUTPUT$4.40/ 1M tokens
p50 TTFT1.43 s7d
p95 TTFT1.43 s7d
TRAFFIC29tokens / 7d

GLM 5.3 is a large language model listed under provider z-ai and served through OrcaRouter. The catalog entry describes it as text-only with an input context of up to 1,000,000 tokens and a maximum…

What is Z.ai GLM 5.3?

Who is GLM 5.3 for?

What are the headline specifications?

Which model ID and endpoint are used?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="z-ai/glm-5.3",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_tokens
  • reasoning
  • reasoning_effort
  • response_format
  • stop
  • stream
  • temperature
  • tool_choice
  • tools
  • top_p

Pricing

Input / 1M tokens$1.40
Output / 1M tokens$4.40
Cache read / 1M$0.260
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $23.00 · With prompt caching $19.01

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.002228

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
1.43 s
Output speed
Collecting…
p95 TTFT
1.43 s
Error rate
0%

Public benchmarks

Source: Design Arena

Community buzz

What developers are saying this week

Hacker News7 mentions · 7dup 7 vs the previous week

How it compares

GLM 5.3GLM 5.1GLM 5.2GLM 5
Input $/M$1.40$1.40$1.40$1.00
Output $/M$4.40$4.40$4.40$3.20
Context1.0M200K1.0M200K
Quality9/109/109/108/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What does Z.ai GLM 5.3 cost on OrcaRouter?
The listed price is $1.40 per 1,000,000 input tokens and $4.40 per 1,000,000 output tokens. OrcaRouter bills at the provider rate with zero markup, so the cost you see in the catalog is the base rate. Context tokens are counted as input, and generated tokens are counted as output.
What context window and max output does GLM 5.3 support?
GLM 5.3 supports a context window of 1,000,000 tokens and a maximum output of 128,000 tokens per generation. This means the model can accept very long prompts and emit very long responses in a single API call.
What types of input can GLM 5.3 accept?
The catalog lists the input modality as text only. GLM 5.3 does not accept images, audio, video, or other binary content. For multimodal tasks, you would need a different model on OrcaRouter.
What are the strengths of GLM 5.3?
The main strengths are the large 1,000,000-token context window and the 128,000-token output limit, both of which are useful for text-heavy workloads. No benchmark scores are listed in the catalog, so you should evaluate the model on your own tasks to understand its quality.
How does GLM 5.3 compare to models with smaller contexts?
GLM 5.3 has a much larger context window than many common models. If your task fits within a smaller context, a cheaper model may be more cost-effective. If you need to process a very long document in one request, GLM 5.3's larger context is a practical advantage.
How do I call GLM 5.3 via OrcaRouter?
Use OrcaRouter's OpenAI-compatible API at https://api.orcarouter.ai/v1. Set the model ID to z-ai/glm-5.3 and send a standard chat completions request with your OrcaRouter API key. The request format matches OpenAI's, so existing OpenAI SDK code can be migrated by changing the base URL and model name.
Does OrcaRouter add a markup to GLM 5.3?
No. OrcaRouter bills GLM 5.3 at the provider rate with zero markup. The price is exactly $1.40 per million input tokens and $4.40 per million output tokens as listed in the catalog.
What data handling policies apply to this model?
The model is served by Z.ai through OrcaRouter. Catalog details about storage, retention, and training use are not provided here. For specific data handling terms, refer to the privacy and data-processing policies of OrcaRouter and the upstream provider, Z.ai.

Embed this badge

Z.ai: GLM 5.3$1.40/M in1425ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/z-ai/glm-5.3" target="_blank"> <img src="https://www.orcarouter.ai/embed/z-ai/glm-5.3.svg" alt="Z.ai: GLM 5.3 on OrcaRouter" /> </a>
Markdown [![Z.ai: GLM 5.3](https://www.orcarouter.ai/embed/z-ai/glm-5.3.svg)](https://www.orcarouter.ai/models/z-ai/glm-5.3)

Model card as data

GET /api/public/models/z-ai/glm-5.3Open
Machine-readable:/llms.txt/llms-full.txt