Ox Alpha Revealed: It Was GLM-5.3-Flash
Ox Alpha is no longer a mystery. Z.AI revealed the stealth OpenRouter model as GLM-5.3-Flash. See the timeline, 1M context, API price, and open weights.

Ox Alpha is no longer an anonymous AI model. Z.AI revealed on August 26, 2026 that the stealth model tested on OpenRouter and OpenCode was an early version of GLM-5.3-Flash.
That update changes how every earlier Ox Alpha review should be read. The free preview, anonymous provider, and community fingerprinting belong to the launch story. The model available for serious evaluation now has an official name, documentation, API price, downloadable weights, and a license.
Here is the short answer: Ox Alpha was a public stress test. GLM-5.3-Flash is the released product.
The Ox Alpha timeline
On August 20, a model appeared under the ID stealth/ox-alpha. Its listing promised a roughly 1-million-token context window, very long output, visual input, and a focus on coding and long-running agent tasks. Access was free during the stealth preview, while the developer's identity remained hidden.
The combination attracted immediate interest. Developers tested its coding behavior, compared tokenization patterns, and tried to identify the model family. That work was suggestive, not proof. An anonymous endpoint can change its routing or configuration, and self-identification prompts are notoriously unreliable.
Six days later, Z.AI settled the question. Its GLM-5.3-Flash launch post says the company tested the model anonymously as Ox Alpha on OpenCode and OpenRouter to gather feedback before release. Bloomberg's report, republished by Yahoo Finance, also reported Z.AI's confirmation.
The distinction between preview and release still matters. Ox Alpha was an early build and a temporary service configuration. Results from that week are useful evidence of behavior under real traffic, but they should not be treated as a permanent price, service-level promise, or exact measurement of the final model.
What GLM-5.3-Flash is
GLM-5.3-Flash is the first natively multimodal model in the GLM-5 family. The official model card lists 320 billion total parameters with 18 billion activated at a time.
Z.AI says it trained a new base model on a 30-trillion-token multimodal corpus. The architecture combines sparse attention with linear attention and adds Manifold-Constrained Hyper-Connections. In plain language, the model is large in total capacity but designed to use a smaller active slice and to reduce the cost of processing long sequences.
The official API supports a 1-million-token context window. Image input is added as image_url content blocks, either with an external URL or a base64 data URL. Multiple images can be included in one message. The model's visual abilities are intended to live inside its coding and agent loop, so it can inspect an interface or rendered output and then revise its work.
This is a reasoning and understanding model. It outputs text; it is not an image or video generator.
Ox Alpha price after the reveal
The free Ox Alpha week was a preview offer, not the permanent commercial price. The official Z.AI pricing page lists GLM-5.3-Flash at:
| Token type | List price per 1M | Promotion price per 1M |
|---|---|---|
| Input | $0.15 | $0.075 |
| Cached input | $0.03 | $0.015 |
| Output | $0.50 | $0.25 |
The 50% promotion is scheduled to end at 24:00 on September 9, 2026, UTC+8. The list price is the safer basis for a long-term budget. If a third-party marketplace offers a different rate, use the price and terms for that route rather than assuming Z.AI's direct API price applies.
At list price, the model is much cheaper than the full GLM-5.3 endpoint, which Z.AI lists at $1.40 per million input tokens and $4.40 per million output tokens. Cost is only one part of the decision: retries, agent loops, huge contexts, and verbose reasoning can still dominate the bill.
Open weights and self-hosting
Z.AI published the GLM-5.3-Flash weights on Hugging Face under the MIT license. Official serving options include SGLang, vLLM, and KTransformers.
Open weights make inspection, private deployment, and inference customization possible. They do not make this a small local model. A 320B-parameter mixture-of-experts model still needs to store or offload the full weights, plus KV cache, the vision stack, and runtime overhead. The 18B active figure describes computation per token, not the total download or memory footprint.
For most developers, the API is the sensible first evaluation route. Self-hosting becomes attractive when sustained usage, data location, custom kernels, or research access justifies a substantial inference setup.
What the benchmarks do and do not prove
Z.AI reports strong results for coding, agent tasks, and vision, including gains over GLM-5.2 and performance near larger proprietary models on selected tests. These numbers are useful, but they are vendor-reported and depend on a specific harness, tool configuration, context strategy, and sampling setup.
The better question is whether GLM-5.3-Flash completes your work reliably. Build a small evaluation from tasks you already understand:
- fix a repository bug and run the tests;
- inspect a screenshot and identify the actual failed state;
- modify a small interface, then compare the rendered result with the request;
- answer a question across a long document with quoted evidence;
- repeat one multi-step agent task to measure consistency.
Record total time, token use, corrections, and final acceptance. A model that is cheap per token can still be expensive if it takes three attempts or silently introduces defects.
Should you still use the Ox Alpha name?
Use Ox Alpha when discussing the stealth test, its discovery, or search queries created during that week. Use GLM-5.3-Flash for current API integration, model cards, deployment, and pricing.
This naming choice is more than editorial neatness. Code built against a temporary stealth/ox-alpha route may stop working or retain preview assumptions. New integrations should use the documented glm-5.3-flash model ID from Z.AI or the current named listing from the selected marketplace.
If you handled sensitive or production data during the anonymous period, review the terms and logs that applied at the time. A free, unattributed preview is suitable for public or synthetic evaluation data; it is a poor default for material that requires a known processor and contractual controls.
Where it fits beside image tools
GLM-5.3-Flash can inspect images as part of a coding or reasoning loop, but it does not generate images on Yix. For visual creation, see the Yix AI model directory. To turn a reference picture into a reusable generation prompt, use the free Image to Prompt Generator.
The difference is simple: GLM-5.3-Flash answers questions about visual input; Yix's creative tools help produce the next image.
Bottom line
The mystery around Ox Alpha is finished. It was Z.AI's early GLM-5.3-Flash, tested anonymously for less than a week before the official release.
The released model has a credible practical pitch: native multimodal input, a 1M context window, low API prices, open weights under MIT, and a design aimed at coding and long-horizon agents. Its enormous total size makes self-hosting a serious infrastructure decision, and its benchmark claims still need validation on your tasks.
Evaluate glm-5.3-flash, not the legend of a free stealth endpoint. The reveal made the model less mysterious—and much easier to assess responsibly.
Related fast-model guides
For a different open-versus-hosted model split, compare Qwen3.8 Flash with Flash-Next. For a fast multimodal API focused on image understanding and OCR, read the DeepSeek V4 Flash Vision Exp guide.
Sources: Z.AI launch post, Z.AI API guide, Z.AI pricing, official model card, and Bloomberg via Yahoo Finance.
Ox Alpha and GLM are names used by their respective owners. Yix is not affiliated with Z.AI, OpenRouter, or OpenCode.