GLM-5.3-Flash is Zhipu's (Z.ai) first natively multimodal GLM-5 series model, released August 26, 2026 and confirmed to be the "Ox Alpha" model that appeared stealth on OpenRouter days earlier. It is a 320B-parameter mixture-of-experts model with only 18B active parameters per token, a 1M-token context window, and MIT-licensed open weights. At $0.15 per million input tokens it is positioned as a cheap, long-context, open-weight option for agents.
Model Specifications
| Specification | GLM-5.3-Flash |
|---|---|
| Architecture | MoE, hybrid sparse + linear attention |
| Total parameters | 320B |
| Active parameters | 18B per forward pass |
| Modalities | Text, images, video, files (native multimodal) |
| Context window | 1M tokens |
| Pre-training corpus | 30T multimodal tokens |
| Reasoning | Thinking mode, always on (cannot be disabled) |
| License | MIT (open weights on Hugging Face) |
| API price | $0.15 / M input, $0.50 / M output, $0.03 / M cached input |
Key Features
- Natively multimodal: unlike earlier GLM vision adaptations, this model was pre-trained from scratch on a 30-trillion-token multimodal corpus, so it reads image and video input natively.
- Hybrid sparse + linear attention: the GLM series' first blend of sparse attention and linear attention layers cuts attention compute by about 3x and KV cache size by about 4.4x versus GLM-5.3.
- 1M context, cheap to serve: the smaller KV cache is what makes long-context self-hosting practical; a 320B MoE still needs serious memory to serve, but far less than full-attention would.
- MIT open weights: weights are downloadable from Hugging Face under the MIT license, so self-hosting and commercial use are both permitted.
- Always-on thinking: reasoning cannot be disabled, so every response spends reasoning tokens; Z.ai recommends temperature 1.0 and top_p 0.95 with maximum reasoning effort.
- Coding Plan integration: included in GLM Coding Plan with a 3x quota increase and 50% off during off-peak hours.
Use Cases
Who Should Use This Tool?
- Agent builders running long reasoning loops where repeated context dominates cost, since the $0.03 cached-input rate makes re-sent context nearly free.
- Multimodal pipelines that need image and video understanding in one open-weight model.
- Self-hosters with enough GPU memory to serve a 320B MoE, where the 4.4x smaller KV cache makes 1M-context feasible.
- Cost-sensitive teams comparing against closed frontier models that cost several times more per task.
Problems It Solves
- Long-context serving cost: full attention scales quadratically and forces a large KV cache; the hybrid design reduces both.
- Multimodal fragmentation: one model replaces separate image and video encoders.
- Vendor lock-in: MIT open weights let a team leave a hosted provider while keeping the same model.
Pricing
| Path | Price | Notes |
|---|---|---|
| API input | $0.15 / 1M tokens | Cached input $0.03 / 1M |
| API output | $0.50 / 1M tokens | |
| Open weights | Free (MIT) | Self-host at your own compute cost |
| GLM Coding Plan | 3x quota + 50% off-peak | Folded into the existing subscription |
Advantages & Unique Selling Points
Compared to Competitors:
- Versus GLM-5.3: a stronger and far cheaper long-context serving profile, at the cost of a smaller active parameter count.
- Versus DeepSeek-V4-Flash and Kimi-K3: Zhipu claims the lowest attention compute among the baselines it measured, while acknowledging its KV cache stays slightly larger than some rivals.
- Versus closed frontier models: roughly an order of magnitude cheaper per task for comparable long-context agentic work.
What Makes It Stand Out:
- First natively multimodal GLM, pre-trained, not adapted.
- Runs entirely on Chinese AI chips, per Z.ai.
- The same model shipped anonymously as "Ox Alpha", an unusual no-training-carve-out stealth preview.
User Reviews
Community attention was intense. Patrick Collison called the stealth "Ox Alpha" preview "very impressive", which sent a wave of developers to test it. Fingerprint hunters used tokenizer probes to declare it "99% certain" to be a Zhipu GLM model before the company said a word. Benchmarkers noted it hit strong coding scores, though community testing on serving platforms flagged it as slower than some flash peers under certain deployment conditions.
Getting Started
Quick Start Guide
- Via API: call model ID
glm-5.3-flashon either Z.ai's open platform or Zhipu's bigmodel platform, using the standard OpenAI-compatible chat format. - Via OpenRouter: the
stealth/ox-alphalisting gives way to a first-party GLM-5.3-Flash listing; the free window closed around August 27, so expect standard pricing. - Self-host: download weights from
zai-org/GLM-5.3-Flashon Hugging Face, then serve with your runtime of choice; use a quantized build if VRAM is tight.
Integration
- OpenAI-compatible chat, function calling, streaming, and JSON structured output.
- Image input via URL or Base64.
- Hugging Face Transformers, llama.cpp, and Unsloth (GGUF) for local serving.
Frequently Asked Questions
Is GLM-5.3-Flash the same as GLM-5.3?
No. GLM-5.3-Flash is a newly trained base model, not a distillation of GLM-5.3, and it is natively multimodal where GLM-5.3 is text-only.
Can I disable thinking?
No. Thinking is always on. Every response spends reasoning tokens, so plan token budgets accordingly.
Is it really open source?
Weights are available under the MIT license, which permits commercial and self-hosted use. As with any open-weight release, the training data is not disclosed.
What is 'Ox Alpha'?
Ox Alpha was the cloak name for GLM-5.3-Flash, confirmed by Z.ai on August 26, 2026 after it appeared anonymously on OpenRouter and leaned on independent community usage before branding.
Alternatives
- GLM-5.3: the text-only coding flagship with stronger cyber capability but fewer active savings.
- Qwen3.8-Flash-Next: another August 26 open-weight cost-efficiency release, 125B total / 6B active.
- DeepSeek V4 Flash: a strong open model for cost-sensitive agentic deployments.
Tips & Best Practices
- Budget for thinking tokens: reasoning can't be turned off, so estimate per-task cost on repeated reasoning, not single turns.
- Use cached input: agentic loops resend system prompts and context; at $0.03/M cached, context becomes nearly free after the first pass.
- Quantize for single-rig serving: a 320B MoE with 18B active still needs serious VRAM; pick a quant that fits or offload to RAM.
Conclusion
GLM-5.3-Flash is Zhipu's bet on cheap, long-context, natively multimodal open weights, wrapped around an attention redesign that makes 1M-context serving economical. For agent builders and multimodal pipelines that care about per-task cost rather than peak benchmarks, it is one of the strongest value options in the open-weight space right now. Start at the Z.ai announcement or the Hugging Face model card.
Comments
No comments yet. Be the first to comment!
Related Tools
Qwen3.8-Flash-Next
qwen.ai
Alibaba's open-weight architecture preview of Qwen4: 125B multimodal MoE with 6B active plus a 51B N-gram table, 262K native context, at $0.16/M input.
Gemma 4 26B A4B
ai.google.dev/gemma
Google DeepMind's open-weight 25.2B MoE model with 3.8B active parameters, 256K context, multimodal input, and a commercially permissive Apache 2.0 license.
Kimi K3
www.kimi.com
Moonshot AI's open-weight 2.8T multimodal agentic model with 1M-token context, the world's first open 3T-class model rivaling closed frontier models.
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.