On August 26, Zhipu formally named the model that had been running anonymously as Ox Alpha: GLM-5.3-Flash. Within the same week, the model had already topped OpenRouter's most-popular list under a stealth skin, with all traffic served on Chinese AI chips. The news here is not "another open-source model" — it is the first time a 320B-total / 18B-active MoE Flash model has been demonstrated end-to-end on domestic silicon.

The pricing shock

Z.ai set the API at $0.15/M input, $0.50/M output, $0.03/M cached input. On the Artificial Analysis Intelligence Index v4.1.1, GLM-5.3-Flash scores 57 at roughly $0.045 per task (discounted) — Z.ai's own framing: "intelligence that used to cost 10× is now Flash-priced." For agent harnesses, batch jobs, and low-cost coding pipelines, this is the rare "actually cheap" tier in the current OpenRouter / self-hosted landscape.

On coding benchmarks: DeepSWE v1.1 at 63.4 (vs GLM-5.2's 46.2), AutomationBench v1.0.6 at 48.8 (vs GLM-5.2's 26.2), Z.ai Code Bench v1.0 max-effort at 29.0 — effectively tied with Opus 4.8 at 29.5. GDPval-AA v2 at 1773, ahead of Opus 4.8's 1582, GPT-5.6 Terra's 1571, and Gemini 3.7 Flash's 1527. That is where the model genuinely slots into enterprise agentic workflows.

The honest caveats: Terminal Bench 2.1 lands at 84.3, behind Opus 4.8 (85.0) and GPT-5.6 Terra (87.4); on AutomationBench, Gemini 3.7 Flash still leads (52.3). The accurate read is — Flash exceeds Opus on GDPVal / DeepSWE, trails the closed frontier on Terminal-Bench / general coding. Not a blanket "win."

Architecture: stitching sparse and linear attention

GLM-5.3-Flash is the first in the GLM-5 series to use a hybrid attention: linear attention captures local dependencies, while a lightweight indexer picks globally relevant context. Manifold-Constrained Hyper-Connections (mHC) further improve scaling efficiency. IndexPool compresses four indexer key vectors into one via weighted pooling, cutting the latency and memory overhead of running a 1M-token indexer.

The per-token numbers from the official blog: versus GLM-5.3 (non-Flash), attention compute drops by 3.0× and KV cache by 4.4×. Among GLM-5.3-Flash, GLM-5.3, DeepSeek-V4-Flash, and Kimi-K3, Flash has the lowest attention compute. Its KV cache is still slightly larger than Kimi-K3 and DeepSeek-V4-Flash — room to improve.

At 320B total, 18B active, 45 layers — versus the GLM-4.5 series (355B / 32B / 92 layers) the activation count is nearly halved and layers are halved too. Pre-training ran on a 30T-token multimodal corpus, and the base model reaches 37.6 on LiveCodeBench-Base (GLM-5-Base 34.4, DeepSeek-V4-Flash-Base 29.9). The path shows every MoE player: sparse + linear hybrid attention + index compression can slash activation count toward Flash pricing without obvious intelligence loss.

Serving at OpenRouter scale on Chinese AI chips

During Ox Alpha's stealth week, Z.ai explicitly stated: "all of this traffic was served on Chinese AI chips." The technical blog lays out the stack: intra-node tensor parallelism for linear attention and the LM head, plus ReplaySSM, W8A8 quantization, hybrid INT8/FP8/BF16 cache quantization, and Layer Split. At cluster scale, Encode–Prefill–Decode (EPD) disaggregation splits multimodal encoding, prompt prefill, and token-level decoding into independently scheduled worker pools.

The official number: a 3× end-to-end serving improvement versus initial baseline on the same hardware, reaching hardware efficiency and per-token cost comparable to mainstream NVIDIA GPUs. That is a stronger claim than "performance improvement" — it shows that MoE Flash can serve OpenRouter-scale traffic on tens of thousands of domestic accelerators without depending on H100 or B200.

One caveat worth flagging: those numbers — $0.15/$0.50 pricing, 3× serving improvement, "NVIDIA-comparable per-token cost" — all come from Z.ai's own blog. The cross-vendor cost parity is "same hardware: optimized vs baseline" plus "comparable to NVIDIA" framing, not an independent cross-vendor benchmark. Treat it as an engineering claim, not yet a verified fact.

Multimodal as a first-class citizen

Flash is the first natively multimodal model in the GLM-5 series. Text, image, and video are inputs at the same level — vision is no longer a bolt-on. On vision evals: OfficeQA Pro 62.4, CharXiv Reasoning w/ Tools 89.4, MVbench 77.8, MMVU 80.5. CharXiv's 89.4 is essentially tied with Opus 4.8 at 89.9, ahead of GPT-5.6 Terra's 88.0 and Gemini 3.7 Flash's 88.7.

The more important design point: vision is wired into the coding loop. The model renders its own output, spots layout issues, and refines — a "self-visual judgement + test-time improvement" trajectory trained via RL with environment feedback. OfficeQA Pro-style tasks (documents, spreadsheets, dashboards, meeting artifacts) and ZCode's Browser Use / Computer Use both depend on this native path.

Why this matters: the Flash-priced domestic inference loop is closing

GLM-5.3-Flash is not "another open-source MoE." Three things hold at once — Flash-tier $0.15/$0.50 pricing, 320B-A18B MoE architecture, and native multimodal in the coding loop — and the whole stack runs at NVIDIA-comparable per-token cost on Chinese chips. If any Chinese LLM lab can replicate this loop, it means "frontier model + domestic compute + Flash pricing" can hold simultaneously rather than being a two-out-of-three trade.

But the edges are real — every performance claim here is from Z.ai's own blog, with no independent benchmark reproduction yet; and with GPT-5.6 Terra, Gemini 3.7 Flash, and Opus 4.8 all pushing Terminal Bench and BabyVision past 70, Flash will need harder real-project stress tests before claiming first place. The short-term developer takeaway: the Ox Alpha free lunch is over, route to z-ai/glm-5.3-flash or self-host, and run your own A/B. The longer-term signal: sparse + linear hybrid attention + domestic chip serving is likely the template MoE Flash models converge on over the next six months.

References: Z.ai GLM-5.3-Flash official release, explainx.ai GLM-5.3-Flash deep dive, Hugging Face weights.