explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • The evidence, ranked by how much it actually proves
  • What this rules against: the MiMo and Qwen theories
  • Why would Zhipu ship this anonymously?
  • What's still open after the Bloomberg confirmation
  • Related on explainx.ai
← Back to blog

explainx / blog

Ox Alpha: Zhipu Confirmed — GLM Identity, Evidence Timeline, Open Weights (Aug 2026)

OpenRouter, Stealth Models, GLM, Zhipu AI, AI Model Identity, AI Coding

Z.AI (Zhipu) confirmed to Bloomberg on Aug 26, 2026 that Ox Alpha is a new GLM iteration; weights releasing tonight. Full forensics timeline, OpenRouter #1 usage, and what GLM-5.3 Flash theory still leaves open.

Aug 21, 2026·10 min read·Yash Thakker
add explainx.ai
go deep
Ox Alpha: Zhipu Confirmed — GLM Identity, Evidence Timeline, Open Weights (Aug 2026)

Update — September 5, 2026: OpenCode shipped a second stealth model, Omen Alpha — same playbook, unconfirmed identity, this time paid-only at ~$0.20/M input tokens. Full coverage: Omen Alpha: OpenCode's new stealth model.

Update — August 26, 2026 (evening): Z.ai named the model GLM-5.3-Flash — 320B-A18B, MIT license, 1M multimodal context, API $0.15/$0.50 per M tokens. Full launch coverage: GLM-5.3-Flash official post.

Update — August 26, 2026: Z.AI (Zhipu) confirmed to Bloomberg News that Ox Alpha is a new iteration of its GLM series and said it would release the weights tonight. Ox Alpha had already hit #1 on OpenRouter's leaderboard, more than doubling DeepSeek's usage — Bloomberg frames it as the marketplace's biggest single-model launch. Community forensics pointing at GLM-5.3 / GLM-5.3-Flash were vindicated at the lab level; the exact public model name on Hugging Face may still differ until Zhipu publishes a card. See also GLM-5.3 launch context.

Ox Alpha is Zhipu AI's GLM model — officially confirmed August 26, 2026 via Bloomberg, after a week of anonymous stealth on OpenRouter. OpenRouter listed it under the generic "Stealth" provider from August 20; OpenCode called it "the stealth model." Independent researchers had already moved past vibes by August 22: serving-layer forensics pointed to Z.AI infrastructure — a Java stack trace naming Zhipu's internal API classes, an identical error-code dialect shared with GLM models on OpenRouter, and tokenizer matches on 30/30 probes.

The mystery is over at the lab level. What's still open: the exact GLM SKU Zhipu ships on Hugging Face tonight, and whether OpenRouter retires the stealth/ox-alpha slug for a named z-ai/... route.

TL;DR

table · 2 cols
QuestionAnswer
Who made it?Z.AI (Zhipu AI) — confirmed to Bloomberg Aug 26, 2026
What is it?A new GLM-series iteration (exact public SKU TBD on model card)
Open weights?Zhipu said weights release the night of Aug 26, 2026
Leading community label?GLM-5.3-Flash theory — forensics + leaks; not yet official naming
OpenRouter rank?#1 on leaderboard; more than 2× DeepSeek usage per Bloomberg
How strong was pre-confirm forensics?Stack trace + error 1214 + 30/30 tokenizer match to GLM-5.3
What got ruled out?MiMo v2.5, Qwen 3.8 Max, GLM-4.6V, DeepInfra error dialect
Official nameGLM-5.3-Flash — MIT, 320B-A18B, 1M multimodal
API pricing$0.15/M in · $0.50/M out · $0.03/M cached
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Ox Alpha mystery AI model identity investigation, fingerprint pattern over a silhouetted figure

The evidence, ranked by how much it actually proves

Most "who made Ox Alpha" coverage still lists vibes-based guesses. Here's what actually happened — updated August 22, 2026 — ranked from strongest to weakest.

1. Serving-layer stack trace (strongest — August 22)

Researcher Chetaslua (@chetaslua) sent a malformed request to OpenCode's direct Ox Alpha route — top_p set to the string "abc" instead of a number — and the server returned a Java stack trace naming its own internal class:

com.wd.paas.api.domain.v4.chat.ChatCompletionRequest

That package path maps directly to Zhipu's documented API route: /api/paas/v4/chat/completions on both open.bigmodel.cn and api.z.ai. This is not a tokenizer coincidence or an output-style match — it is the upstream server exposing its own Java domain model when validation fails.

Chetaslua's read: the stack trace is serving-layer evidence, not a fingerprint guess — and rates operator-layer confidence at 0.98. explainx.ai's read: that is the strongest independent signal so far, but still not the same as Zhipu naming the model.

Reproducible one-liner (via OpenCode's Zen endpoint — screenshot the stack trace while it still leaks; OpenCode may patch the error handler):

bash
curl -s -X POST https://opencode.ai/zen/v1/chat/completions \
  -H "content-type: application/json" \
  -d '{"model":"x-preview-f-free","messages":[{"role":"user","content":"hi"}],"top_p":"abc"}'

The malformed-field trick forces the validation layer to surface implementation details that normal requests never expose. Treat this as live forensic evidence that can disappear once the bug is patched — not a permanent API feature.

2. Error-code dialect: operator fingerprint (strong — August 22)

Chetaslua ran the same malformed-role test against multiple GLM endpoints and found a clean split:

table · 3 cols
HostModels testedError on bad role
OpenRouter → Z.AIz-ai/glm-5.3, glm-5.2, glm-5v-turboIdentical {"code":"1214","message":"Incorrect role information"}
Zhipu public APIsopen.bigmodel.cn, api.z.aiSame 4-digit code family and route shape
DeepInfraglm-5.2 (same open weights, different operator)Different pydantic validation error

The control case is the killer detail: same weights, different host, different error dialect. That means the signature belongs to who operates the API, not to the model checkpoint in isolation. Ox Alpha's error envelope lines up with Z.AI's operator stack, not a generic OpenAI-compatible wrapper.

Unclecode's earlier 9-probe infrastructure forensics (tokenizer + error codes + templates across 12 suspects) had already pointed GLM as the only family hitting 4/4 — Chetaslua's August 22 work adds serving-layer proof on top of that.

3. Tokenizer fingerprinting — 30/30 probes (strong)

Researcher @aitrackerbot ran diverse prompts through Ox Alpha and recorded exact token counts against known tokenizers. Chetaslua expanded this to 30/30 probes across 14 writing systems, emoji, code, and SQL, all matching GLM-5.3.

The original @aitrackerbot pass (25 prompts) found Ox Alpha's native token counts matched GLM-5.3 exactly apart from a constant +75-token hidden wrapper on every request — the signature of a system prompt or routing wrapper, not evidence against the match.

4. Video-encoder analysis across 4 test videos (strong — and modality-specific)

The same researcher went further with video inputs, since Ox Alpha accepts video and most rival candidates don't, or handle it differently. Testing four controlled videos, Ox Alpha's token spend matched GLM-5V-Turbo — Zhipu's own multimodal agent model, documented in Zhipu's arXiv paper on GLM-5V-Turbo — token-for-token identical, across three independent encoder design choices:

  • FPS-invariant frame sampling — how many frames get extracted regardless of the source video's frame rate
  • ~147 tokens/second duration scaling — how token cost grows with video length
  • Per-frame resolution scaling — how token cost changes with frame resolution

Three independent design choices matching exactly is a much harder coincidence to explain away than a single number lining up.

5. Elimination of rival candidates (corroborating)

The same test suite was run against the other names actually in circulation — MiMo v2.5, Qwen 3.8 Max, and GLM-4.6V — and none of them matched. All three produced clearly different tokenizer and/or encoder signatures from Ox Alpha.

One elimination is worth calling out specifically: Ox Alpha rejects audio input, routing it the same way GLM-5V does (no audio endpoint exposed at all). MiMo v2.5, by contrast, accepts and tokenizes audio. That's a binary behavioral difference, not a statistical fingerprint — either a model has an audio endpoint or it doesn't — which makes it a clean disqualifier for the MiMo theory specifically, independent of the tokenizer and video evidence.

6. Insider-adjacent commentary (weak, but corroborating)

dax (@thdxr — associated with OpenCode, which shipped its own direct Ox Alpha integration the same week) posted, in reply to the fingerprinting thread circulating: "i told you guys we had more guess what model it is." Read plainly, that's someone with plausible closeness to the routing/serving side signaling agreement with the GLM-5.3 theory — not an on-the-record confirmation, and not sourced to anything beyond a tweet, but a data point worth weighing above an anonymous forum guess.

What this rules against: the MiMo and Qwen theories

Before the fingerprinting results, the two most common guesses in replies and Reddit threads were Xiaomi's MiMo (on the pattern precedent that past stealth models — Hunter Alpha and Healer Alpha — both turned out to be MiMo) and, less commonly, Qwen 3.8 27B or Qwen 3.8 Max (a specific claim that circulated on Reddit's r/opencodeCLI without published supporting evidence).

Both are now weaker theories than they were on launch day:

  • MiMo v2.5 is directly contradicted by the audio-endpoint behavior difference above.
  • Qwen 3.8 Max was included in the same fingerprinting pass and produced a different tokenizer/encoder signature than Ox Alpha — the Reddit claim doesn't hold up against the actual test.

The MiMo precedent is still worth understanding even though it's now the less likely answer here: Hunter Alpha and Healer Alpha, two earlier OpenRouter stealth previews, were both eventually confirmed as Xiaomi MiMo releases after their preview windows ended. That's real precedent for "stealth listing → later official reveal" as a pattern — it just points to a different lab as the actual match this time, based on the fingerprinting evidence specifically.

Why would Zhipu ship this anonymously?

If the GLM-5.3 theory holds, the obvious question is why a lab would hide its own model rather than launch it under the GLM name. The Hunter/Healer-as-MiMo precedent answers this directly: an anonymous stealth listing on a neutral platform collects real-world usage, benchmark results, and failure modes at massive scale — Ox Alpha's own OpenRouter dashboard shows Claude Code and Hermes Agent alone pushing billions of tokens through it within days — before the model has to carry a lab's name and reputation into that scrutiny. It's a lower-risk way to stress-test a frontier checkpoint against real production traffic before a formal launch.

What's still open after the Bloomberg confirmation

Zhipu's statement confirms lab and GLM lineage, not every detail the community inferred:

table · 2 cols
Confirmed (Aug 26)Still open
Z.AI / Zhipu built Ox AlphaExact public name on Hugging Face (GLM-5.3-Flash vs other SKU)
New GLM-series iterationParameter count and architecture card
Open weights releasing Aug 26 nightWhether weights match the stealth checkpoint byte-for-byte
#1 OpenRouter usagePost-reveal pricing on OpenRouter vs Z.AI API
Forensics correctly identified Z.AI operator stackWhether OpenRouter renames stealth/ox-alpha → z-ai/...

Until the weights and model card land, treat "GLM-5.3-Flash" as the best community label — vindicated by forensics and leaks like @LuminaBench's thread — not as Zhipu's official product name unless the card says so.

Why the stealth launch pattern still mattered

Even now that Zhipu confirmed ownership, the Hunter/Healer → MiMo precedent explains why they did it anonymously first: collect billions of tokens of real agent traffic (Claude Code, Hermes Agent), stress-test at zero cost, then ship open weights with proof of demand. Bloomberg reporting that Ox Alpha more than doubled DeepSeek's usage on OpenRouter is the payoff metric — not a mystery for its own sake.

Related on explainx.ai

  • Omen Alpha: OpenCode's new stealth model at $0.20/M tokens — the sequel stealth launch, unconfirmed identity

  • GLM-5.3-Flash official launch — specs, benchmarks, pricing — the named product after stealth week

  • Top 10 things people are building with Ox Alpha — fluid sims, 3D scenes, a DeepSWE benchmark run, and more

  • GLM-5.3 launch — cyber-defense benchmarks and ExploitBench gap

  • OpenRouter Ox Alpha: free 1M-context stealth model — full specs, pricing, and setup

  • Heretic: complete guide to automatic LLM censorship removal

  • Choosing open-weight vs. closed AI models

  • AI token pricing, explained

  • Hermes Agent #1 on OpenRouter rankings

Primary sources: Chetaslua (@chetaslua) — serving-layer proof thread, Aug 22, 2026 · @aitrackerbot fingerprinting thread on X · dax (@thdxr) on X · GLM-5V-Turbo documentation, Z.AI · Ox Alpha on OpenRouter


Zhipu confirmed Ox Alpha as GLM-5.3-Flash on August 26, 2026. MIT weights at huggingface.co/zai-org/GLM-5.3-Flash. Updated August 26, 2026.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Sep 5, 2026

Omen Alpha: OpenCode's New Stealth Model at $0.20 Per Million Tokens

OpenCode added a second anonymous stealth model, Omen Alpha, to OpenCode Go on September 4, 2026 — a 500K-context coding model with reference pricing of $0.20 per million input tokens. This is the same playbook OpenCode ran with Ox Alpha in August, right down to the unconfirmed lab speculation.

Aug 26, 2026

GLM-5.3-Flash: Ox Alpha Unmasked — 320B MIT Model on Chinese Chips (Aug 2026)

The Ox Alpha mystery ended with a product name: GLM-5.3-Flash. Z.ai shipped a 320B-parameter (18B active) natively multimodal model under MIT license, confirmed it ran the entire stealth preview on Chinese AI chips, and priced API access at $0.15/$0.50 per million tokens — with GDPVal-AA v2 leadership over Claude Opus 4.8.

Aug 21, 2026

OpenRouter Ox Alpha: Free 1M-Context Stealth Model for Coding Agents

OpenRouter released Ox Alpha on August 20, 2026 — a free stealth preview model with a 1M-token context window, tool calling, and text/image/video input. Claude Code and Hermes Agent already dominate its traffic, OpenCode is offering near-unlimited free access for another 6 days, and an independent DeepSWE benchmark puts it ahead of Fable and GPT-5.6 Sol. Here's what's verified, what's rumor, and how to route your agent harness to stealth/ox-alpha today.