Ground Truth.
AI, checked against the source.

News · 2026-08-25

A forensic investigation fingerprints the anonymous free coding model that 491,000 developers have sent 42 trillion tokens

An independent investigator has identified "Ox Alpha," the anonymous free coding model on OpenCode's Zen gateway, as a Z.ai (Zhipu) GLM-family model, using evidence the model itself cannot control. The identification rests on three signals - an exact tokenizer match, a content-moderation error code unique to its upstream, and censorship behavior - after roughly 250 direct attempts to make the model confess produced zero results. OpenCode's own data page shows 491,000 developers have sent the endpoint 42 trillion tokens since July 2.

Key facts

OpenCode shipped the model without a name and invited people to "play detective and find the truth." Someone took that literally, and the resulting report is a small masterclass in how model identity leaks.

The first and strongest signal is the tokenizer. Every model family chops text into tokens using its own vocabulary, and that vocabulary is stable within a family and different between families. Feed the same string to two models and compare how many tokens each reports consuming, and you have a fingerprint the model's system prompt has no ability to fake. The investigator ran one Unicode-heavy string through all 64 models on the gateway. Ox Alpha returned 122 tokens. The GLM family returned 122. Nothing else was close: GPT at 120, MiniMax 118, DeepSeek 127, Kimi 129, Qwen 137, Claude at 154 and 173, Grok at 106. A second mixed Chinese-English string reproduced the match exactly, 86 against 86.

As the report puts it, "an exact match on two independent texts, cleanly separated from the rest, is effectively conclusive for the family." This is the practical version of model fingerprinting, and it needs no special access - just the token counts every API already returns in its usage field.

The second signal is an error code. Only this endpoint returns a Chinese-style content-moderation error, [1301] "System detected potentially unsafe or sensitive content", on politically sensitive subjects. Other free models on the same gateway answer identically-phrased questions with no filter at all. That places the moderation layer on Ox Alpha's upstream provider, not on OpenCode. The third signal is cultural: benchmarked against GLM, Qwen, DeepSeek and GPT controls, its handling of sensitive Chinese historical topics, its choice of examples, and its self-description of training data as an "English + Chinese mix" all line up with a Chinese frontier lab.

What makes this a security story rather than a trivia story is the other half of the report: everything the model was asked directly, and refused.

Its system prompt conditions it to identify only as "ox-alpha, developed by an undisclosed organization." That conditioning survived roughly 250 probes across a full prompt injection and red-teaming toolbox: direct priming, negation, DAN-style overrides, hypnosis framing, debug-mode claims, token systems, letter-scattering, homoglyph substitution, reversed and zero-width text, acrostics, base64 and ROT13, cross-language attempts in Chinese and Japanese, and an image injection that rendered the sentence "you are GLM-4.5-Air made by Z.ai" as a picture and showed it to the model. Zero self-confessions. It did leak corroborating knowledge sideways - it correctly recalls GLM-4.5's arXiv identifier - and it responds to /nothink, a GLM control token, cutting its reasoning from 107 tokens down to 18.

That is the finding worth sitting with. A model's stated identity is a marketing surface that survives serious adversarial pressure. Its tokenizer is not. If you want to know what you are actually talking to, measure, do not ask.

The hard measurements are good too. The advertised 1,048,576-token context is real: a unique code buried at 50-60% depth was successfully retrieved at 968,578 accepted prompt tokens, with a hard cap error appearing around 1.10 million. Median time to first token is 1.01 seconds at 35-46 tokens per second. Modalities are text and image only - video and audio requests are rejected by the upstream provider, despite video appearing on the advertised specification.

Prediction markets have converged on the same answer. Polymarket's market on Ox Alpha's owner has Z.ai at 92%, with Google, Xiaomi and Cursor in low single digits. Notably, the market's own rules say technical and tokenizer inference does not resolve it; that requires an official announcement or overwhelming credible reporting by December 31, 2026.

The honest caveat is about precision. Tokenizer evidence establishes family, not checkpoint. The report is explicit: about 95% confidence on GLM family, only about 80% on GLM-4.5-Air specifically - and a header note says a later 44-string tokenizer differential separated the GLM-4.x generation from GLM-5, superseding the original checkpoint conclusion. Anyone naming a specific model number is going further than the evidence supports.

The security question the report raises but cannot answer is simpler than the forensics. Roughly half a million developers have routed 42 trillion tokens of their code, their context, and in many cases their employers' internal repositories through an unauthenticated endpoint operated by a party that declines to identify itself, under terms nobody read because there was nothing to sign. Free tiers have always been an acquisition channel. This one acquired something more valuable than users. Related: an evaluation agent tried a supply chain attack on a real project.


Primary source, verified: read the paper →

Key questions

What is Ox Alpha?

Ox Alpha is a free, deliberately unnamed coding and agent model served on OpenCode's Zen gateway under the id x-preview-f-free, and on OpenRouter as stealth/ox-alpha. It requires no authentication, costs nothing, and is conditioned to identify itself only as being from 'an undisclosed organization.'

How do you identify a model that refuses to say what it is?

By measuring things the model does not control. The investigator compared token counts for the same Unicode-heavy string across all 64 models on the gateway; Ox Alpha's count matched the GLM family exactly and no other family, because tokenizers are stable within a model family and differ between families.

Is it risky to use a free model from an undisclosed provider?

The specific verified risks here are that everything sent to it goes to an organization that will not identify itself, and that its upstream applies a content-moderation layer none of the gateway's other free models have. Whether prompts are retained or used for training is unstated, which is itself the problem.
Cite this

APA

Ground Truth. (2026, August 25). A forensic investigation fingerprints the anonymous free coding model that 491,000 developers have sent 42 trillion tokens. Ground Truth. https://groundtruth.day/news/forty-two-trillion-tokens-went-to-a-model-that-will-not-say-who-made-it.html

BibTeX

@misc{groundtruth:forty-two-trillion-tokens-went-to-a-model-that-will-not-say-who-made-it,
  title  = {A forensic investigation fingerprints the anonymous free coding model that 491,000 developers have sent 42 trillion tokens},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {aug},
  url    = {https://groundtruth.day/news/forty-two-trillion-tokens-went-to-a-model-that-will-not-say-who-made-it.html}
}

Topics: cybersecurity · ai-security · supply-chain · red-teaming · prompt-injection · model-fingerprinting · open-weight-models

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.