GLM 5.3 Flash

z-ai/glm-5.3-flash
New
VisionToolsJSONReasoning
by Z.ai · 2026-08-26

GLM-5.3-Flash is a native multimodal model from Z.ai. It is suited for efficient coding and long-horizon agent tasks. Its hybrid sparse and linear attention architecture maintains accurate long-context behavior while sharply reducing serving cost. 320B total / 18B active parameters, 1M-token context, text + image + video in, text out.

ctx1M tokens
Max output128K
Inputtext + image + video
Outputtext
p50 TTFT1.50 s
INPUT$0.07/ 1M tokens
OUTPUT$0.25/ 1M tokens
p50 TTFT1.50 s7d
p95 TTFT1.61 s7d
TRAFFIC58tokens / 7d

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
  • Anthropic SDKhttps://api.orcarouter.ai
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-flash",
    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$0.075
Output / 1M tokens$0.250
Cache read / 1M$0.015
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $1.28 · With prompt caching $1.07

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.000127

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

Performance

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

Public benchmarks

Agents' Last Exam
26.3
AutomationBench v1.0.6
48.8
BabyVision
53.4
Chartography (with tools)
78.0
CharXiv Reasoning (with tools)
89.4
DeepSWE v1.1
63.4
HLE (with tools)
55.3
MMVU
80.5
MVBench
77.8
NL2Repo
56.3
OfficeQA Pro
62.4
Terminal-Bench 2.1
84.3
Toolathlon Verified
78.4
Source: z.ai

Community buzz

What developers are saying this week

Hacker News8 mentions · 7dup 7 vs the previous week

How it compares

GLM 5.3 FlashGLM 5.1GLM 5.2GLM 5.3
Input $/M$0.07$1.40$1.40$1.26
Output $/M$0.25$4.40$4.40$3.96
Context1.0M200K1.0M1.0M
Quality8/109/109/109/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

How much does Z.ai: GLM 5.3 Flash cost on OrcaRouter?
Z.ai: GLM 5.3 Flash is priced at $0.07 per 1M input tokens and $0.25 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Z.ai: GLM 5.3 Flash's context window?
Z.ai: GLM 5.3 Flash supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Z.ai: GLM 5.3 Flash via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="z-ai/glm-5.3-flash" in the chat.completions.create call.
Does OrcaRouter rate-limit Z.ai: GLM 5.3 Flash?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

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

Model card as data

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