AI DevelopmentNew Release14 min readPublished August 26, 2026

Identity confirmed by both sides · MIT weights same day · promo priced until Sep 9, as reported

Ox Alpha Was GLM-5.3-Flash All Along — Here Is What the Name Changes

Z.ai named stealth/ox-alpha as GLM-5.3-Flash on August 26 and published MIT-licensed weights the same day. If you are already calling this endpoint, the reveal is not trivia — the licence is now known, the company is now known, and the free ride ended the same day, with the launch promo reported to run to September 9.

DA
Digital Applied Team
Senior strategists · Published Aug 26, 2026
PublishedAug 26, 2026
Read time14 min
Sources8 sources
Licence, verified on HF
MIT
LICENSE file, verbatim
Promo input price
$0.075/M
interactive, to Sep 9 (reported)
then $0.15 list
Context, named listing
1.31M
vs 1.05M in Aug-24 archive
+25% vs archive
Active parameters
18B
of 320B total (MoE)

GLM-5.3-Flash is the model that spent the last week serving free traffic on OpenRouter as stealth/ox-alpha. Z.ai said so itself on August 26, 2026, and published MIT-licensed weights the same day — which makes the licence the one fact about this model that was genuinely decidable on day one.

The reveal matters most to the people it names last: teams already running the anonymous endpoint in evals or production. For them, nothing about the model's behavior changed at 13:59 UTC — but almost everything about the decision around it did. The provider is now a named company with published terms. The weights are now downloadable under MIT. And the $0 price that made the stealth period so popular now has a dated, three-step exit path.

This post covers what was actually confirmed on August 26, what the named listing says that the archived stealth listing did not, the price path from free to promo to list, the cost-relevant defaults buried in the docs, and an honest read of the vendor's own benchmark table — including where it trails the models it is "approaching."

Key takeaways
  1. 01
    The identity is confirmed from both directions.Z.ai's August 26 launch blog states it tested GLM-5.3-Flash anonymously as ox-alpha, and OpenRouter's legacy stealth listing now carries its own resolution notice naming Z.ai. The named listing entered OpenRouter's models API at 13:59 UTC the same day.
  2. 02
    MIT is the one day-one-decidable fact.Benchmark claims need weeks of independent replication; a LICENSE file does not. The Hugging Face repo zai-org/GLM-5.3-Flash carries license: mit verbatim, so the fork-it, fine-tune-it, self-host-it decision could be made the day of the reveal.
  3. 03
    The free ride is literally over — on a dated path.The archived stealth listing said free to use. The named interactive surface prints $0.075/M in and $0.25/M out, reported to run through September 9, then $0.15/$0.50 list. The :batch surface already prints list price today.
  4. 04
    The listed context window is 25% larger than the archive shows.A dated August 24 Wayback capture of the stealth listing says 1,048,576 tokens. The named interactive listing lists 1,310,720 — 25% more — while :batch lists 1,048,575. No source we checked gives a reason for the delta.
  5. 05
    The defaults are the expensive ones.Thinking cannot be disabled on this model, and reasoning_effort accepts only low, high, and max — with max as the default if you set nothing. A team that ports promo-era prompts without touching effort settings pays for the most expensive configuration by default.

01The RevealNamed by the vendor, confirmed by the platform.

When the anonymous listing first appeared on August 20, the open question was simply who built it. That question closed on August 26 from both directions at once. Z.ai's launch blog, "GLM-5.3-Flash: Frontier Intelligence, Flash Cost," states it plainly: "Before release, we tested GLM-5.3-Flash anonymously as ox-alpha on OpenCode and OpenRouter to gather user feedback."

OpenRouter, for its part, did not quietly delete the stealth slug. The legacy stealth/ox-alpha page stays live as a historical record, now carrying a first-party resolution notice identifying Z.ai as the developer and pointing to GLM-5.3-Flash. The slug itself is gone from the queryable models API: as of August 26, the working IDs are z-ai/glm-5.3-flash for the interactive surface and z-ai/glm-5.3-flash:batch for batch. The named listing entered OpenRouter's public models catalog at 13:59:01 UTC — the same day the bulk of the weight uploads landed on Hugging Face.

The stealth run was not a quiet one. Stripe CEO Patrick Collison called the anonymous model "very impressive" in a post on X, per TechCrunch's August 23 reporting — three days before anyone outside Z.ai knew whose model he was praising. And as OpenRouter's stealth-model track record shows, a reveal was likely but never guaranteed — this one resolved cleanly, with the vendor claiming the model on the record rather than leaving it to leaks and tokenizer forensics.

Why the reveal is the story
The model's behavior did not change on August 26 — its decidability did. During the stealth window, every production question (Who operates this? Under what terms? At what eventual price? Under what licence?) had the same answer: unknown. The reveal converts all four unknowns into checkable facts in one day, and the rest of this post is those four checks.

02The LicenceMIT — the fact you could act on day one.

Almost everything else claimed about GLM-5.3-Flash on August 26 — benchmark standings, serving-hardware efficiency, usage records — needs weeks of independent replication before a careful team should act on it. The licence does not. The Hugging Face repo zai-org/GLM-5.3-Flash carries license: mit in its README front-matter, and the standalone LICENSE file contains the MIT License text with a 2026 Z.AI Co., Ltd copyright line. A second repo, GLM-5.3-Flash-BF16, ships full-precision weights under the same licence.

That is the strongest possible answer to the question a stealth model cannot answer at all. MIT means commercial use, modification, redistribution, and self-hosting with attribution — no use-restriction clauses, no revenue thresholds, no acceptable-use policy layered on top. On this dateline, that puts GLM-5.3-Flash in a different licensing class from the day's other open-weights release: Qwen3.8-Flash-Next ships under the more conditional Qwen Community License 1.0, a contrast we unpack in the Qwen open-weights-versus-hosted-API split. The GLM-5.3 flagship, meanwhile, still has no public weights at all — they were promised, not published, at GLM-5.3's own launch, twelve days earlier — so the Flash's MIT licence stands alone in its family today.

One more thing the card settles: modality. The pipeline tag says text generation, but the tags array includes image-text-to-text and the card body opens by calling this "the first natively multimodal model in the GLM-5 series" — resolve modality against the card body, not the pipeline tag. If you are costing image inputs across providers, our multimodal input billing reference covers how vendors meter them.

Total parameters
Sparse mixture-of-experts
320B

First GLM-series model with hybrid sparse plus linear attention and Manifold-Constrained Hyper-Connections. Z.ai states the design cuts attention compute 3.0x and KV cache size 4.4x versus full GLM-5.3.

18B active per token
Pretraining corpus
Multimodal tokens
30T

Z.ai's stated training-data figure. Keep it separate from any inference or usage-volume number — conflating the two is the likely origin of several bogus stealth-period totals circulating in secondary coverage.

Training data, not usage
Licence
Verified on the HF repo
MIT

license: mit in the README front-matter and a standalone LICENSE file naming Z.AI Co., Ltd. The BF16 full-precision repo carries the same licence. The one fact about this model that was decidable on day one.

zai-org/GLM-5.3-Flash

03The Price PathFree, then promo, then list — a dated three-step exit.

"The free ride is over" is not a metaphor here. The August 24 Wayback capture of the stealth listing states its price in three words — "free to use" — so free was the listing's own stated price throughout the preview, not a retrospective characterization. Free was step one. The named endpoint adds two further steps and one date.

Step two is live now: OpenRouter's models API prints the interactive z-ai/glm-5.3-flash surface at $0.075 per million input tokens and $0.25 per million output tokens, with cache reads at $0.015/M. Step three is reported for September 9: per Z.ai's framing as relayed by two independent secondary outlets, the launch promo — 50% off — runs through September 9, 2026, 24:00 UTC+8, after which the interactive surface reverts to list at $0.15/M in and $0.50/M out. We did not find that date stated verbatim on a Z.ai pricing page in this research pass, so treat it as reported rather than as a direct vendor quote — but the mechanism behind it is primary-confirmed, because the :batch surface already prints the $0.15/$0.50 list rate today.

That makes for a genuinely odd dateline fact: right now, batch is the expensive surface — exactly double the interactive promo on every axis, cache reads included. Once the promo lapses, the two surfaces print the same numbers as listed today. Whether a batch surface earns its keep in your stack is a separate decision with its own math — we covered the batch-pricing landscape generally earlier this month — but on this model, on this date, "batch is cheaper" is simply false.

Interactive
z-ai/glm-5.3-flash
$0.075/M in · $0.25/M out · $0.015/M cache

Launch-promo pricing, live-API-confirmed August 26. Reported to run through September 9, 2026, 24:00 UTC+8, then revert to $0.15/$0.50 list. Lists a 1,310,720-token context window.

Promo — 50% off list
Batch
z-ai/glm-5.3-flash:batch
$0.15/M in · $0.50/M out · $0.03/M cache

Already prints full list price today — double the interactive promo on every axis. Lists a 1,048,575-token context window, effectively the stealth-era cap. No discount versus interactive until the promo lapses.

List price, live now
Calendar entry, not curiosity
If this endpoint is in production, September 9 is a billing event: on the interactive surface, input doubles from $0.075 to $0.15 and output doubles from $0.25 to $0.50 per million tokens, per the reported promo window. Model your spend at list, not at promo — and note the promo itself is already a step up from the $0 stealth era your August usage data was accumulated under. The wider context of this month's cuts and promos is in our running August pricing tracker.

One adjacent perk for subscribers rather than API callers: Z.ai's docs state that GLM Coding Plan subscribers get 3x the usable quota when routing to GLM-5.3-Flash versus GLM-5.3, on a points system where off-peak and weekend calls cost half the standard points. That is a plan-economics detail, not an API price — but it signals how aggressively Z.ai wants Flash to absorb coding traffic.

04Endpoint DiffWhat the listing says now versus what it said then.

Most coverage of the reveal describes the named listing as if it had been static all along. It was not — and the cleanest way to see that is to diff the archived stealth listing against the live post-reveal API. The Wayback Machine's August 24, 2026 capture of the stealth listing states, in the listing's own copy: "free to use. 1,048,576 token context window, maximum output of 131,072 tokens."

The named interactive listing now lists 1,310,720 tokens of context — 25% more than the archived stealth figure — while :batch lists 1,048,575, effectively the stealth-era cap. Maximum output stayed at 131,072 on both surfaces. To be precise about what the evidence supports: the Aug-24 capture shows the smaller number, and the live August 26 API shows the larger one on the interactive surface. No dated capture pins the change to reveal day itself, and no reason for the delta appears in any source we checked — the Z.ai launch blog, the docs page, or OpenRouter's models API record and legacy stealth listing. A deliberate capacity bump for the named launch and a batch surface provisioned from an older config snapshot are both live explanations — we are reporting the difference, not asserting the intent.

What the reveal made checkable: the archived stealth listing versus the named GLM-5.3-Flash listing, field by field
FieldStealth listing (Aug-24 archive)Named listing (Aug 26, live)
Identity
Model IDstealth/ox-alphaz-ai/glm-5.3-flash + :batch
Provider"a third-party provider who has chosen to remain anonymous"Z.ai, on the record
Price (per million tokens)
Input$0 ("free to use")$0.075 promo · $0.15 on :batch and list
Output$0$0.25 promo · $0.50 on :batch and list
Cache read$0$0.015 promo · $0.03 on :batch and list
Limits
Context window1,048,576 tokens1,310,720 interactive · 1,048,575 :batch
Max output131,072 tokens131,072 tokens (unchanged)
Terms
LicenceUndisclosed (no weights)MIT — weights on Hugging Face
Data termsStealth Model Terms, with a listing-specific no-training promiseStealth-era promise was listing-specific — re-verify before relying on it

The terms row deserves a beat. The archived stealth listing stated: "Prompts and completions are retained by the provider and are not used for training; all other use is governed by the Stealth Model Terms." That promise was attached to the stealth listing — it does not automatically travel to the named endpoint, and the reveal is precisely the moment to re-check which retention and training terms now govern your traffic. Where free and promo tiers across the industry actually land on that question is the subject of our census of free and promo-tier data terms.

05Cost DefaultsThe defaults are set to max, and thinking is not optional.

Two lines in Z.ai's docs matter more to your invoice than any benchmark. First: thinking.type "only supports enabled" — thinking cannot be disabled on this model, the same mandatory-reasoning pattern we reported when the flagship's API terms made thinking non-optional there. Second: reasoning_effort accepts exactly three values — low, high, and max — and defaults to max if you set nothing. Every unconfigured call runs the most expensive configuration the API offers. With output on the interactive surface billed at $0.25/M now and $0.50/M at list, and reasoning tokens billed as output, an unexamined default compounds quietly.

The docs' recommended inference settings are temperature: 1 and top_p: 0.95. What Z.ai does not publish anywhere we checked — the launch blog, the docs page, and the Hugging Face card — is any RPM or TPM rate limit for the GLM-5.3-Flash API. That is a confirmed absence in those sources, not an unfound number: if your production plan needs a throughput ceiling, you will have to establish it empirically or ask Z.ai, because no published figure exists to cite.

All of this belongs to a broader discipline: a reveal is not reassurance, it is a re-verification trigger. We keep the full list of what to re-check the day an anonymous model gets a name — terms, pricing surfaces, caps, defaults, identity continuity — in the stealth-model reveal-day checklist.

Endpoint hygiene
Pin the dated slug

The stealth slug is gone from the queryable API, and z-ai/glm-latest-style floating aliases will silently repoint as the family grows. Pin z-ai/glm-5.3-flash explicitly — alias risk got worse, not better, now that two same-family IDs exist.

Pin z-ai/glm-5.3-flash
Spend control
Set effort deliberately

Thinking cannot be disabled and reasoning_effort defaults to max. Decide per workload whether low or high holds quality, and set it explicitly — the default is the most expensive option, and reasoning tokens bill as output.

Never ship the default
Billing calendar
Model spend at list price

The promo is reported through September 9, 2026, 24:00 UTC+8. Budget at $0.15/$0.50, treat the promo as a discount window, and remember your stealth-era usage data was accumulated at $0 — it tells you volume, not cost tolerance.

Calendar Sep 9
Terms & surface
Re-run the reveal-day checks

Retention terms, the two context caps, the batch surface's list pricing, and the multimodal card details all became checkable on August 26. Run the checklist before promoting this endpoint from eval to production.

Verify, then promote

The alias point is worth its own sentence: the floating alias that already points at a GLM-5 model is exactly the mechanism by which a team that thinks it is calling one model ends up calling another after a release week like this one. If your routing configs, evals, or cost dashboards reference anything other than the dated slug, this is the week to fix that. For teams deciding whether an MIT-licensed 18B-active model earns a lane in their routing mix at all, that comparative evaluation is the kind of work our AI transformation engagements start with.

06Benchmarks"Approaching" is the vendor's own word — and the picture is mixed.

Z.ai's launch blog publishes a comparison table, and its own prose characterizes GLM-5.3-Flash as approaching Claude Opus 4.8 — not beating it. The table bears that out. On Terminal-Bench 2.1, Flash scores 84.3 against Opus 4.8's 85.0 and GPT-5.6 Terra's 87.4 — it trails both. On individual sub-benchmarks the picture genuinely splits: Flash scores higher than Opus 4.8 on DeepSWE v1.1 (63.4 vs 58.0), AutomationBench v1.0.6 (48.8 vs 41.0), Toolathlon Verified (78.4 vs 76.2), GDPval-AA v2 (1773 vs 1582), OfficeQA Pro (62.4 vs 48.9), and Chartography with Tools (78.0 vs 75.0) — while trailing on Terminal-Bench 2.1, NL2Repo, HLE with Tools, CharXiv, BabyVision, MVbench, and MMVU. Beating Opus 4.8 on roughly half the published metrics and trailing on the other half is a remarkable result for an 18B-active model at this price — but "beats Opus 4.8" would be the wrong summary, and Z.ai itself does not make it.

Terminal-Bench 2.1 · per Z.ai's own published table

Source: Z.ai launch blog, Aug 26, 2026 — vendor-run (in Claude Code 2.1.207)
GPT-5.6 TerraLeads the published field
87.4
Gemini 3.7 FlashPer the same Z.ai table
85.8
Claude Opus 4.8The model Z.ai says Flash is approaching
85.0
GLM-5.3-FlashTrails Opus 4.8 by 0.7 here, leads it elsewhere
84.3
GLM-5.2Prior generation
81.0
Read the attribution column
Nearly the whole table is vendor-run: Z.ai executed the harnesses itself. The blog's own footnote marks exactly one column as third-party — GDPval-AA v2, evaluated by Artificial Analysis, where Flash's 1773 beats Opus 4.8's 1582. Z.ai also cites an Artificial Analysis Intelligence Index v4.1.1 score of 57 at "$0.045 per task (discounted)" — a different metric on a different scale from GDPval; do not blend the two. Weakest of all is Z.ai's in-house "Code Bench v1.0," vendor-owned and non-public, where Flash "at max effort nearly matches Claude Opus 4.8 (29.0 vs. 29.5)" — a claim nobody outside Z.ai can currently reproduce.

The launch blog makes one more claim worth quoting exactly, because it is the kind that usually arrives as rumor and here arrives on the record. Of the stealth run, Z.ai writes: "It quickly became the most popular model of the week — with all of this traffic served on Chinese AI chips." And on efficiency: "Compared with our initial baseline on the same hardware, we achieved a 3× improvement in end-to-end serving performance, reaching hardware efficiency and per-token cost comparable to mainstream NVIDIA GPUs. This demonstrates that Chinese chips can support frontier-model inference efficiently and economically at scale."

Treat both statements as what they are: vendor-stated, on the record, and dated August 26. Two honest caveats attach. Z.ai names no chip vendor, and it publishes no independent throughput or power figures — so as of the reveal, no named third party had confirmed it in the sources we checked. If accurate, a week of frontier-scale free traffic served on domestic silicon at claimed NVIDIA-comparable per-token cost would be a significant infrastructure datapoint on its own. That "if" is doing real work, and it is Z.ai's to discharge.

07Usage NumbersThe stealth-week totals nobody can pin down.

How much traffic did the free week actually serve? Here is the uncomfortable answer: the only usage figure in this story that traces cleanly to a primary source is a single-day run rate. OpenRouter posted it from its official X account on August 24.

"Ox Alpha is on track to hit nearly 6 trillion tokens today."— OpenRouter, official X account, August 24, 2026

That is one day, dated, from the platform operating the endpoint — and it is where the solid ground ends. Cumulative totals for the stealth period circulate widely in secondary coverage, and they disagree with each other by roughly a factor of five, with none of them traceable to a primary source. Z.ai's own launch blog contains zero token-count figures — it says only that the model became "the most popular model of the week" — so any period total attributed to Z.ai is a misattribution by construction. Some of the circulating numbers appear to conflate the 30-trillion-token pretraining corpus with inference volume, which are different quantities measuring different things. That fivefold disagreement is itself the finding: chart-derived usage numbers get re-reported without their definitions, windows, or provenance, and mutate along the way. What OpenRouter's usage charts actually measure — and why totals read off them so rarely survive re-derivation — is exactly the subject of our companion piece on OpenRouter's usage charts.

Our projection from here is straightforward. The named endpoint now has real prices, so the stealth-era volume — whatever its true total was — becomes the wrong baseline for forecasting paid demand: free-tier traffic measures curiosity, not willingness to pay. The more durable signal is structural: a vendor was willing to spend a week of frontier-scale serving costs to seed an audience before attaching a name, a licence, and a price. Given how well the sequence appears to have worked — an audience, a Stripe-CEO endorsement, and a same-day MIT release to convert goodwill into deployments — expect the anonymous-preview playbook to be reused, and expect the usage-total fog to be a recurring feature of reveal weeks, not a one-off.

08ConclusionA name, a licence, and a clock.

The shape of the reveal, August 26, 2026

The model didn't change on August 26 — your decision inputs did.

Strip the week's noise away and the reveal delivered exactly four durable facts. The provider is Z.ai, confirmed by both the vendor and the platform. The weights are public under MIT — the one claim that needed no replication window to act on. The price path is dated: $0 in the archive, $0.075/$0.25 promo today, $0.15/$0.50 reported from September 9 — with the batch surface already printing list. And the listed limits moved: the interactive surface lists a context window 25% larger than the archived stealth listing's.

Everything else — the mixed vendor-run benchmark table, the Chinese-chips serving claim, the fog of irreconcilable usage totals — sits in the replication queue, where good teams leave vendor claims until independent numbers arrive. The practical work is not to adjudicate those claims today; it is to pin the dated slug, set the effort level deliberately, re-verify the data terms your traffic now runs under, and put September 9 on the billing calendar.

The larger lesson from this reveal week is about defaults and dates. A free anonymous endpoint is a loan, not a gift: the identity, the terms, and the invoice all arrive eventually, and they arrived here in a single day. Teams that treated the stealth window as a structured trial — instrumented, benchmarked on their own workloads, ready to re-decide the day the name landed — got a week of free signal. Teams that quietly grew dependent on a $0 line item got a price clock instead.

Put the reveal to work

An MIT-licensed frontier-class endpoint changes the routing math — if you verify it first.

Our team helps businesses evaluate open-weight and API frontier models on their own workloads — routing, cost modeling, and licence-aware deployment decisions, delivered in days not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

Model evaluation engagements

  • Benchmarking new releases on your own repos and prompts
  • Cost modeling across promo, list, and batch surfaces
  • Licence-aware open-weights deployment (MIT vs conditional)
  • Multi-vendor routing with pinned, dated model slugs
  • Re-verification programs for terms and data retention
FAQ · Ox Alpha reveal

The questions teams asked us on reveal day.

GLM-5.3-Flash is a sparse mixture-of-experts model from Z.ai with 320 billion total parameters and 18 billion active per token. On August 26, 2026, Z.ai's launch blog confirmed it had been tested anonymously as ox-alpha on OpenCode and OpenRouter before release, and OpenRouter's legacy stealth listing now carries its own resolution notice naming Z.ai. They are the same model: the stealth slug is gone from OpenRouter's queryable models API, and the working endpoints are z-ai/glm-5.3-flash and z-ai/glm-5.3-flash:batch. Z.ai also published the model's weights on Hugging Face the same day, alongside a full-precision BF16 repo.
Related dispatches

Continue exploring the reveal cycle.