List price
$0.15
Per 1M input
Forecast your GLM 5.3 Flash cost here, not at the promotional rate.
Z.ai's efficiency tier in the GLM 5 family: a 320B Mixture-of-Experts with 18B active, text, image, and video input, 1M context, and MIT open weights.
GLM 5.3 Flash launched August 26, 2026, after six days on OpenRouter as stealth model Ox Alpha.
Only 8 of 288 experts fire per token: memory of a 320B model, compute of an 18B.
Vision came from the 30T-token pre-training corpus, not a retrofitted encoder.
Artificial Analysis measures 50.2 output tokens per second, below the 67 t/s class median.
Architecture, weights, and licensing from the Hugging Face model card and the zai-org/GLM-5 repository.
Model card
MoE, 45 layers, 8 of 288 experts.
Compute of an 18B dense model.
Io Net caps at 262,144; Cloudflare 1,310,720.
Others list up to 1,179,648.
Multimodal in, text out.
Weights and licensing
Commercial use and redistribution, no threshold.
A -BF16 variant and ModelScope mirror.
No standalone repo; GLM-5 is Apache-2.0.
A multi-node job, not a workstation.
Plus TokenSpeed, KTransformers, community GGUF.
Model card and OpenRouter endpoints API, August 2026.
Pricing / 04
Z.ai lists $0.15 input and $0.50 output per 1M tokens. The $0.075 / $0.25 quoted everywhere is a temporary 50% launch discount.
List price
$0.15
Forecast your GLM 5.3 Flash cost here, not at the promotional rate.
List price
$0.50
A steep 1:3.3 ratio — cap output first.
List price
$0.03
A fifth of fresh input — what makes long context affordable.
Independent
$0.10
Artificial Analysis, on a 7:2:1 cache/input/output mix.
Benchmarks / 05
Z.ai publishes its own table and picks the comparisons. The GLM 5.2 delta and Artificial Analysis survive scrutiny.
Z.ai-reported
GPT-5.6 Terra scores 87.4; the gap widens on hard tasks.
Z.ai-reported
Same family and method, a tenth of the price. AutomationBench: 48.8 vs 26.2.
Z.ai-reported
Document and visual reasoning, reported ahead of Opus 4.8.
Artificial Analysis
57
Independent, against a ~27 median for similar open-weight models.
Capabilities / 06
Built for agent harnesses: reasoning control, tools, structured output, and streaming over a million-token window.
On by default, with an adjustable effort level.
Tools and tool choice; your app still validates every action.
A response-format constraint returns parseable JSON.
A 1.47s time to first token beats the median; throughput does not.
Paste a screenshot, diagram, or screen recording with your prompt.
The $0.03 cached-input rate keeps later turns cheap.
Comparison / 07
Both are cheap tiers of a frontier family shipping MIT weights. They split on modality, reasoning, and hardware.
Z.ai
Hybrid KDA plus NoPE sparse MLA attention.
Natively multimodal.
Output ceiling varies by provider.
Before the launch discount.
MIT, but a multi-node job.
DeepSeek
Non-reasoning by default.
Screenshots need transcribing first.
Far larger response budget.
First-party, a flatter 1:2 ratio.
Smaller slice, cheaper to serve.
Both are in the glm5.app model list, so one prompt runs through each.
Release timeline / 08
Six days as an anonymous stealth model, then a full open-weight launch.
`stealth/ox-alpha` lands on OpenRouter with no disclosed provider, free per token.
The five heaviest consumers are agentic coding tools; OpenCode lists it free.
Z.ai confirms the Ox Alpha lineage; model card, MIT weights, and pricing land together.
A custom SGLang-derived engine, reported at roughly 3x. Vendor undisclosed.
`zai-org/GLM-5.3-Flash` plus a BF16 variant and ModelScope mirror. No GitHub repo.
OpenRouter first on pricing, Hugging Face on quantizations. For field reports, Reddit still says Ox Alpha.
Who it is for / 09
Teams paying flagship rates for work that never needed flagship depth — and where it is wrong.
Tool calling at a tenth of the GLM 5.3 token price makes long agent loops affordable.
A million-token window keeps a codebase resident, so cross-file questions skip retrieval.
Broken layouts, reproduction recordings, schemas in diagrams.
Compare against DeepSeek V4 Flash and Qwen in glm5.app Chat.
MIT weights and vLLM support are real, but 328 GB of FP8 rules out one box.
At ~50 output tokens per second it trails most price peers.
Three routes: free browser chat, the glm5.app API, or the MIT weights on your own hardware.
Pick GLM 5.3 Flash in Chat and attach screenshots. New accounts get free credits.
Send OpenAI-compatible requests to `https://glm5.app/api/v1` with model ID `glm-5.3-flash`.
Pull `zai-org/GLM-5.3-Flash` and serve it with SGLang or vLLM — ~328 GB in FP8.
Integration specimen
An OpenAI-compatible Chat Completions endpoint. Use model ID `glm-5.3-flash` at `https://glm5.app/api/v1`.
Open API documentationcurl https://glm5.app/api/v1/chat/completions \
-H "Authorization: Bearer $GLM5_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.3-flash",
"messages": [{
"role": "user",
"content": "Read this stack trace and name the failing call site."
}],
"stream": true
}'Ox Alpha, pricing, benchmarks, parameters, Hugging Face, vLLM, DGX Spark, and DeepSeek V4 Flash.
Yes — it ran as `stealth/ox-alpha` for six days from August 20, 2026. Saved Ox Alpha chats are remapped automatically.
No — different tiers, roughly a 10x price gap. Flash is the 320B-A18B multimodal model; GLM 5.3 is the text flagship.
Z.ai lists $0.15 per 1M input, $0.03 cached, $0.50 output. The quoted $0.075 / $0.25 is a temporary 50% launch discount.
The Ox Alpha preview was free; it is metered now. You can still try it free in glm5.app Chat.
320B total, 18B active per token, 45 layers routing 8 of 288 experts. The FP8 checkpoint is ~328 GB.
Weights are on Hugging Face at `zai-org/GLM-5.3-Flash` under MIT. No dedicated GitHub repo — recipes live in `zai-org/GLM-5`.
vLLM, SGLang, TokenSpeed, and KTransformers are supported. 328 GB will not fit one DGX Spark; community reports cluster two at 4-bit.
Flash for visual input or deliberation; DeepSeek V4 Flash for a flatter 1:2 ratio or 384K output.
Most hands-on reporting sits under the preview name, so search Reddit for Ox Alpha instead.
Start here
Run your hardest task through GLM 5.3 Flash free in the browser, then wire the model ID into your pipeline.