The mystery is over. “Ox Alpha” — the anonymous AI model that appeared on OpenCode on August 20, accumulated 44 trillion tokens and 503,000 unique users in six days, and sent benchmark hunters scrambling with tokenizer probes — is GLM-5.3-Flash from Zhipu AI. On August 26, Zhipu confirmed the stealth run was intentional and simultaneously dropped MIT-licensed open weights on Hugging Face. Here is what the reveal means for your stack.
The Price Gap Is the Real Story
GLM-5.3-Flash costs $0.15 per million input tokens on the Z.AI API. Claude Opus 4.8 costs roughly $15 per million. That is a 100x price difference. On Z.ai’s own Code Bench, GLM-5.3-Flash scores 29.0; Claude Opus 4.8 scores 29.5. The benchmark delta is noise. The pricing delta is not.
To be clear about the caveats: those Code Bench numbers are Zhipu’s own figures, not yet independently verified by third parties. Claude Fable 5 still leads coding at 39.5% on Z.ai’s internal benchmark. GLM-5.3-Flash also trails Claude on multimodal coding tasks and pure vision benchmarks — Gemini 3.7 Flash holds a clear edge on vision. However, for agentic coding workloads where you are burning tokens in volume, the cost gap makes evaluation straightforward.
Related: Ox Alpha: The Free Mystery AI Model Beating GPT-5.6 — the original ByteIota coverage before the identity reveal.
GLM-5.3-Flash Open Weights: What Self-Hosting Actually Requires
GLM-5.3-Flash is MIT-licensed — fully permissive. The weights are at zai-org/GLM-5.3-Flash on Hugging Face, and quantized GGUF versions from Unsloth and AtomicChat are already available for lower-VRAM configurations. Self-hosting the full FP8 model requires approximately 306 GiB of weight storage on NVIDIA Hopper-or-newer GPUs — minimum an 8-GPU node, or a GB200 tray at TP4 configuration.
That is not a laptop or a single 4090 setup. For teams with H100 or H200 clusters, however, MIT licensing means you control the data, you own the compliance story, and you are not subject to rate limits or per-token billing at scale. Compatible runtimes include SGLang, vLLM, TokenSpeed, and KTransformers. The model also runs on Chinese-produced AI chips — relevant if you are thinking about supply-chain diversification.
The Stealth Launch: Clever Strategy, Real Trust Questions
Zhipu’s approach was deliberate: deploy an anonymous model with zero-retention claims, let developers benchmark it organically for six days, then announce once momentum peaked. According to MarkTechPost’s technical breakdown, the Ox Alpha preview ran on a custom SGLang-based engine disaggregating encoding, prefill, and decoding — achieving 3x end-to-end serving improvement across domestically-produced Chinese chips. The strategy worked: 10.6% token share on OpenCode before Zhipu said a word publicly.
The trust questions that come with anonymous previews are legitimate, though. During the Ox Alpha run, developers had no contractual data guarantees, no clear jurisdiction disclosure, and no continuity commitments. OpenCode’s zero-retention claim was relevant — but production teams cannot rely on unverified claims from unnamed providers. If you ran production workflows through Ox Alpha between August 20 and 26, reviewing what you sent through it is prudent. For new evaluations, the official GLM-5.3-Flash endpoint with documented terms is the correct starting point.
Related: Kimi K3: The Open-Weight Frontier Model Devs Should Know — another open-weight frontier model worth benchmarking alongside GLM-5.3-Flash.
Architecture and Performance: The Numbers That Matter
GLM-5.3-Flash is a 320B-total/18B-active Mixture-of-Experts model — 288 experts, 8 active per token. The key architectural distinction is a hybrid attention system: 36 linear-attention layers combined with 12 full-attention layers. This delivers a 3x reduction in attention computation and a 4.4x smaller KV cache compared to the non-Flash GLM-5.3, according to Artificial Analysis’s model benchmark card. For long-context workloads, that matters at inference time. Native context window is 1,048,576 tokens with native support for image and video input — the first GLM-5 model to include multimodality out of the box.
On throughput: 48.7 tokens per second on Z.AI’s API, against a median of 67 t/s for comparable open-weight models. The speed gap is real. However, time to first token is 1.52 seconds, competitive against the 2.14-second median. The tradeoff favors bulk token processing over interactive latency — factor that in if your workload is user-facing and latency-sensitive.
Key Takeaways
- GLM-5.3-Flash at $0.15/M input tokens is 100x cheaper than Claude Opus 4.8 with comparable coding benchmark scores — but those scores are Zhipu’s own figures, pending independent verification.
- MIT-licensed open weights are live on Hugging Face. Self-hosting requires approximately 306 GiB and 8+ NVIDIA Hopper-class GPUs — feasible for well-resourced teams, not for individuals.
- If you ran production workloads through Ox Alpha during the anonymous preview (August 20–26), review what you sent — no contractual data guarantees existed during that window.
- The hybrid attention architecture delivers a 4.4x smaller KV cache than GLM-5.3 — meaningful for long-context inference at scale, not relevant for short-context tasks.
- Throughput sits below the open-weight median at 48.7 t/s. For latency-critical applications, proprietary models retain an edge. For token-volume workloads, the price math is hard to ignore.













