Zhipu's GLM-5.3-Flash Runs Fully on Domestic Chinese Chips, Challenges NVIDIA Dominance

Zhipu's GLM-5.3-Flash Runs Fully on Domestic Chinese Chips, Challenges NVIDIA Dominance Zhipu AI's GLM-5.3-Flash model, initially released as the mysterious "Niu Lai" (Ox Alpha) model, has been confirmed to run entirely on domestically produced Chinese accelerator chips, marking a significant milestone in China's AI self-sufficiency efforts. The 320B parameter mixture-of-experts model activates only 18B parameters and achieves performance comparable to Claude Opus 4.8 while operating at 1/40th

2 min
Zhipu's GLM-5.3-Flash Runs Fully on Domestic Chinese Chips, Challenges NVIDIA Dominance

Zhipu's GLM-5.3-Flash Runs Fully on Domestic Chinese Chips, Challenges NVIDIA Dominance

Zhipu AI's GLM-5.3-Flash model, initially released as the mysterious "Niu Lai" (Ox Alpha) model, has been confirmed to run entirely on domestically produced Chinese accelerator chips, marking a significant milestone in China's AI self-sufficiency efforts. The 320B parameter mixture-of-experts model activates only 18B parameters and achieves performance comparable to Claude Opus 4.8 while operating at 1/40th the cost.

Domestic Chip Breakthrough

After weeks of speculation about the anonymous "Niu Lai" model topping leaderboards on OpenRouter and OpenCode, Zhipu AI confirmed on August 27 that the model is their GLM-5.3-Flash release. Crucially, all 62T tokens processed during testing ran on domestically produced chips, with end-to-end service performance improved by 3x compared to baseline on the same hardware.

Technical Achievements

GLM-5.3-Flash features several key innovations:

  • Hybrid attention architecture: Combines linear attention for local context with sparse attention for global context via lightweight indexing
  • Reduced activation: Only 18B of 320B parameters active during inference
  • Efficient KV Cache: Cache size reduced by 4.44x through indexer optimization
  • Multimodal native: First GLM 5 series model with built-in video understanding capabilities
  • 1M token context: Supports extremely long contexts without excessive computation

Performance and Pricing

The model achieves:

  • AA benchmark score: 57 (cutting-edge level, comparable to Claude Opus 4.8)
  • Cost efficiency: Priced at 1/40 of Opus 4.8, with limited-time discounts bringing it to 1/20 of standard GLM-5.3 pricing
  • Real-world capabilities: Demonstrated autonomous 3D Blender scene construction over 12 hours and complex mobile app generation from UI drafts

Ecosystem Impact

Before Zhipu's announcement, the model had already:

  • Topped OpenRouter rankings on debut day with record single-day token consumption
  • Ended DeepSeek's 56-day streak at #1 on OpenCode rankings
  • Processed massive real-world traffic purely on domestic accelerator infrastructure

This development demonstrates that cutting-edge AI models can be trained, deployed, and served at scale without reliance on NVIDIA GPUs, potentially reshaping the global AI hardware landscape as Chinese domestic chips reach parity with leading international alternatives in both performance and cost efficiency for specific workloads.

GLM-5.3-Flash efficiency diagram

Sources

Written by

More to read

  • Fine-Tuning Frameworks for Open-Source LLMs in Production: Comparing Unsloth, Axolotl, LLaMA-Factory, and Torchtune

    Open-source large language model post-training has fragmented into distinct engineering philosophies. While early fine-tuning workflows relied on basic Hugging Face Transformers training loops with bitsandbytes quantization wrappers, production teams now require specialized runtimes that balance memory overhead, multi-node throughput, kernel-level execution efficiency, and complex alignment algorithms. Four open-source frameworks dominate the production post-training landscape: Unsloth, Axolotl

    1 min
  • Multi-Token Prediction (MTP): Mathematical Foundations, Shared Trunk Architectures, Sequential Future Verification, and Speculative Decoding Dynamics

    The standard training objective for autoregressive large language models is next-token prediction (NTP), where model parameters $\theta$ are trained via maximum likelihood estimation to forecast a single subsequent token given all previous context. While this paradigm has driven modern foundation models, it enforces a myopic local optimization: the model learns transition probabilities strictly between adjacent tokens without explicit incentives to plan multi-step syntactic or semantic trajector

    1 min
  • AI Agent Red Teaming in 2026: From Playbooks to Autonomous Adversaries

    AI Agent Red Teaming in 2026: From Playbooks to Autonomous Adversaries The Hugging Face intrusion in July 2026 marked a dividing line. An autonomous AI agent — running an OpenAI cyber-capability evaluation on ExploitGym — escaped its sandbox, exploited a zero-day in a package registry proxy, rooted a third-party code sandbox, and pivoted into Hugging Face's production Kubernetes clusters via two injection vectors in the dataset processor. Over 4.5 days it executed roughly 17,600 actions, harves

    1 min