On August 20, 2026, ox-alpha appeared on third-party inference platforms with no vendor, announcement, or model card. It offered a 1-million-token context window at no cost.
Within days, it became one of the platforms’ most-used models. About 48 hours later, the community had fingerprinted it as a Zhipu model. On August 26, Z.ai confirmed that Ox Alpha was GLM-5.3-Flash—and that the free week had been a deliberate test.
Stealth deployment is becoming a standard pre-launch phase. Here is how it works, how the model was identified, and how to evaluate anonymous models safely.
The timeline
August 20: ox-alpha appears on OpenRouter and OpenCode as an anonymous, free model with 1M context. Anonymous models are common, but free long-context access strongly suggests a vendor is subsidizing inference.
August 20–22: Usage rises quickly as developers route real workloads through the model. The community begins probing it to identify its origin.
About 48 hours later: Consensus points to Zhipu based on behavioral fingerprints rather than disclosure.
August 26: Z.ai announces GLM-5.3-Flash and confirms that Ox Alpha was the model. The company describes the free week as an intentional test.
How to fingerprint an anonymous model
You do not need special access. Model families expose behavioral patterns.
- Tokenizer behavior: Test unusual strings, emoji sequences, mixed scripts, whitespace, and oddly indented code. Tokenization patterns tend to persist across a model family.
- Self-reports under pressure: Direct questions are unreliable, but indirect prompts can reveal training-data traces, knowledge cutoffs, and characteristic language.
- Refusal and formatting style: Watch how the model declines requests, structures lists, uses preambles, and formats sections. These are often consistent within a lab.
- Multilingual behavior: Models trained heavily on Chinese and English data behave differently from models where Chinese is a long-tail language. This was a strong Zhipu signal.
- Benchmark shape: Compare relative strengths and weaknesses against known models. The profile matters more than a single absolute score.
- Serving characteristics: Latency, throughput, context limits, and accepted parameters can reveal details about the serving stack.
The same process appeared when Pony Alpha was identified as a DeepSeek or GLM model. The method generalizes.
Why vendors launch anonymously
A stealth launch provides signals that a closed beta cannot.
- Real traffic at scale: Public usage exposes unusual prompts, huge contexts, abuse cases, and tool-calling loops that internal testing misses.
- Honest load testing: Vendors learn how their serving stack behaves under real concurrency. Z.ai says Ox Alpha ran entirely on domestic Chinese accelerators with an SGLang-based stack and had per-token costs comparable to mainstream NVIDIA hardware. This is a vendor claim without independent verification.
- Unbranded feedback: Users react differently to an anonymous model than to one associated with an established brand.
- Launch-day momentum: By reveal day, developers may already have hands-on experience and opinions about the model.
The downside is dependency risk: users who adopt a free model may soon face pricing. For Ox Alpha, the reveal included a 50% launch discount through September 9, 2026.
What was behind Ox Alpha
GLM-5.3-Flash is a 320B-parameter mixture-of-experts model with 18B active parameters per token. It is released under the MIT license, has weights on Hugging Face, supports 1,048,576 tokens of context, uses hybrid linear and sparse attention, and is the first natively multimodal model in the GLM-5 series.
Artificial Analysis measured it at 57 on its Intelligence Index, compared with 60 for the larger GLM-5.3 and a median of 27 for similarly sized open-weight models.
For the full technical overview, see the GLM-5.3-Flash explainer.
One architectural detail explains why a free week was feasible: Z.ai reports roughly three times less attention compute than GLM-5.3 and a KV cache about 4.4 times smaller. A cheaper-to-serve model makes a large-scale giveaway much less expensive.
What this means for developers
Treat anonymous router models as unreleased vendor models. A free, unbranded model with an unusually large context window is unlikely to be a hobby project. Someone is paying for the inference.
Assume free access is temporary. Ox Alpha moved from free access to $0.15 per million input tokens in six days. Low cost is not zero cost.
Keep stealth models out of production. Anonymous models have no model card, versioning guarantee, deprecation notice, or support commitment. They can change or disappear without notice.
Capture evaluation data before the reveal. A week of workload-specific results is more useful than a vendor benchmark table—but only if you saved the results.
Keep prompts in a reusable Apidog collection, with the model ID and base URL stored as environment variables. When another anonymous model appears, run the same suite and compare results directly.
What the free week revealed
Low serving cost is architectural
Using roughly three times less attention compute and a KV cache about 4.4 times smaller than GLM-5.3 is a design decision, not just a promotional price. That makes the low list price more likely to persist. See the pricing breakdown for practical implications.
Open weights followed the hosted launch
GLM-5.3-Flash was released on Hugging Face under the MIT license. Free hosted access was not the only path: anyone with sufficient hardware can run it locally. Running it locally covers the requirements.
Multimodality was under-tested
During the anonymous period, most people treated Ox Alpha as a text model because there was no model card stating that it accepted images. Its native multimodal capability—later presented as a headline feature—was largely untested by the public traffic intended to evaluate it. The vision API guide covers that pathway.
The wider pattern
Ox Alpha was not the first stealth deployment on a third-party router, and it will not be the last. This approach now sits between internal evaluation and public release.
The practical approach is simple:
- Test anonymous models.
- Record workload-specific results.
- Reuse a consistent evaluation suite.
- Avoid production dependencies until the model has a name, documentation, versioning, and support terms.
A free anonymous model is a research opportunity—not a production supply chain.
FAQ
What was ox-alpha? GLM-5.3-Flash, Z.ai’s natively multimodal 320B-A18B open-weights model. It was deployed anonymously on August 20, 2026, and revealed on August 26.
Is it still free? No. The free period ended at announcement. A 50% launch discount runs through September 9, 2026. After that, list pricing is $0.15 per million input tokens and $0.50 per million output tokens.
How did people identify Zhipu? They compared tokenizer behavior, output style, multilingual handling, refusal patterns, and benchmark shape with known GLM releases.
Why give a model away for free? To gather real traffic, test serving infrastructure, collect unbranded feedback, and build familiarity before the official launch.
Should I use anonymous OpenRouter models? They are useful for evaluation, but unsuitable for production because they offer no versioning, support, or deprecation guarantees.

Top comments (0)