All News
glmzhipuopen-weightsreleaseefficiencymultimodal

GLM-5.3-Flash: Zhipu AI ships a 320B multimodal MoE at a tenth of the price

Zhipu AI released GLM-5.3-Flash, an MIT-licensed 320B multimodal MoE with 18B active parameters, a 1M-token context, and a price tag a tenth of GLM-5.2's.

Vlad MakarovVlad Makarovreviewed and published
6 min read
GLM-5.3-Flash: Zhipu AI ships a 320B multimodal MoE at a tenth of the price

Zhipu AI released GLM-5.3-Flash on August 26, an open-weights, natively multimodal model the company pitches as "Frontier Intelligence, Flash Cost." It packs 320B total parameters into a mixture-of-experts design that activates just 18B per token, ships under an MIT license on Hugging Face, and supports a 1M-token context window. Zhipu says it outperforms its own GLM-5.2 across benchmarks at roughly a tenth of the price while approaching Claude Opus 4.8 on coding and agentic workloads — claims that are, like most launch-day numbers, unaudited.

The release caps a busy fortnight for the GLM-5 family. Zhipu introduced the flagship GLM-5.3 in mid-August with its weights promised two weeks later; GLM-5.3-Flash arrived first, making it the initial open-weights release of the glm5_next architecture the family shares. It is also a model the community already knows — Zhipu tested it anonymously as "ox-alpha" on OpenCode and OpenRouter before launch, where it became the most popular model of the week, all of it served on Chinese AI chips per Zhipu. r/LocalLLaMA greeted the official release with two threads totaling roughly 1,700 upvotes.

The Model

GLM-5.3-Flash is the first GLM-5 model with native multimodal input — images, video, and files — and its architecture is the bigger story. The architecture combines sparse and linear attention: linear attention captures local dependencies through state modeling while a lightweight indexer retrieves relevant global context. An "IndexPool" mechanism compresses four indexer key vectors into one to cut overhead at long context. The model also adopts Manifold-Constrained Hyper-Connections (mHC) to improve scaling efficiency, and was pre-trained on a 30T-token multimodal corpus.

SpecValue
Total parameters320B (321B in the HF checkpoint)
Active parameters18B
Layers45
Context window1M tokens
LicenseMIT
ArchitectureMoE, hybrid sparse + linear attention
Release2026-08-26 (weights on HF from 2026-08-25)

The efficiency math is the unusual part. Compared with the GLM-4.5 series, GLM-5.3-Flash keeps a similar total parameter count (320B vs. 355B) while nearly halving active parameters (18B vs. 32B) and layers (45 vs. 92). Against the larger GLM-5.3, Zhipu claims the Flash variant cuts per-token attention compute by 3.0x and KV cache size by 4.4x. The checkpoint ships as 62 safetensors shards totaling 321B parameters, mostly FP8.

Benchmarks

All figures below come from Zhipu's launch blog and model card: unaudited vendor numbers awaiting third-party confirmation. The footnotes describe evaluations run through external harnesses — Claude Code 2.1.207, the mini-swe-agent harness, official Toolathlon and ALE evaluators — with GPT-5.6-luna (medium) as judge for HLE w/ tools.

BenchmarkGLM-5.3-FlashGLM-5.2DeepSeek-V4-Vision-ExpClaude Opus 4.8
Terminal Bench 2.184.381.083.985.0
DeepSWE v1.163.446.259.358.0
NL2Repo56.348.957.769.7
Toolathlon Verified78.459.975.976.2
AutomationBench v1.0.648.826.238.841.0
Agents' Last Exam26.320.427.327.0
HLE w/ Tools55.354.755.157.9
GDPval-AA v2 (Elo)1773150416751582

The base model shows the same pattern: ahead of GLM-4.5-Base overall, close to GLM-5-Base on MMLU (88.1 vs. 88.3), and top of the group on LiveCodeBench (37.6). One extra caveat: the DeepSeek-V4-Flash-Base row was evaluated with Zhipu's internal framework "to control for implementation differences."

Independent data points are thinner but consistent. The Decoder, citing Artificial Analysis, puts the model at 57 points on the Intelligence Index at maximum reasoning effort — three behind the bigger GLM-5.3 (60) and level with GPT-5.6 Terra — at roughly $0.09 per task, about 7.5x cheaper than GLM-5.3. The same measurement surfaced a real inefficiency: roughly 90% of the output tokens the model burned went to reasoning. That is worth remembering before the "flash" branding is taken at face value.

Pricing and Availability

On Z.ai's API, GLM-5.3-Flash lists at $0.15 per million input tokens and $0.50 per million output tokens — a little over 10% of GLM-5.3's price, per The Decoder — with a limited-time launch discount cutting that to $0.075 and $0.25. Cached input is $0.03 ($0.015 discounted), and cached-input storage is free for now. Zhipu says the model is fully rolled out to GLM Coding Plan subscribers with 3x the usable quota of GLM-5.3.

A few operational details matter for developers:

  • The API supports the 1M-token context plus image, video, and file inputs.
  • reasoning_effort accepts low, high, and max (default max); thinking itself cannot be disabled on the API.
  • The chat template defaults clear_thinking to false; Zhipu recommends passing true for chat scenarios.
  • Local deployment is supported on SGLang, vLLM, TokenSpeed, Transformers, KTransformers, and Unsloth.

The China-Chip Angle

The most consequential claim has nothing to do with benchmarks. Zhipu says the anonymous ox-alpha traffic — and now production serving — ran on a large cluster of domestically developed AI accelerators, with a custom inference engine built on top of SGLang using W8A8 quantization, hybrid INT8/FP8/BF16 cache quantization, and a disaggregated Encode–Prefill–Decode architecture. Zhipu claims this tripled end-to-end performance over its first attempt on the same hardware, reaching per-token cost "comparable to mainstream NVIDIA GPUs." SemiAnalysis, cited by The Decoder, reported the system serving 100 trillion tokens per day. Notably, a GLM-5.3-powered infrastructure agent helped write kernels and tune the serving stack — the model optimizing the system that serves the model.

Claims of parity with Nvidia hardware deserve skepticism until independent benchmarks exist. But the direction is consistent with what Chinese labs have been doing all year, including Alibaba's efficiency play Qwen3-8-Flash-Next last week, and it gives "flash cost" real substance: if the serving economics hold, this is less one cheap model than inference infrastructure without a CUDA moat.

The Caveats

The launch numbers are the vendor's own, and the evaluation footnotes show how much discretion remains — Zhipu's Code Bench v1.0 (29.0 at max effort vs. Claude Opus 4.8's 29.5) is an in-house eval by definition. The training recipe is still largely opaque: the model card links a GLM-5 technical report, but corpus composition, SFT mixtures, and RL environments are not disclosed in detail. Adoption signals are also early and mixed: the Hugging Face page showed 34 downloads over the trailing month at the time of writing against roughly 1,300 likes — a wide gap between hype and usage. Weights are open; the recipe remains a blog post.

The Bottom Line

GLM-5.3-Flash is an unusually aggressive efficiency play: a 320B MoE with 18B active parameters, hybrid sparse-linear attention, MIT licensing, a 1M context window, and API pricing a tenth of its predecessor's — with the added twist that Zhipu says it all runs on domestic chips. Whether it delivers "frontier intelligence at flash cost" depends on independent evals that have not been published yet. What is already measurable is pricing pressure: at $0.075 per million input tokens during the launch window, the model is priced to be a default, not a premium.

Related Articles

Scroll down

to load the next article