I fingerprinted Ox Alpha: same tokenizer as GLM-5.3 (+75 token offset), z.ai's exact error strings, near-identical temp-0 outputs

Reddit r/singularity Models

Summary

Through tokenizer comparison, error string analysis, and temp-0 output matching, the author concludes that Ox Alpha is likely based on the GLM-5.3 model, possibly a variant or updated version.

Ran three black-box fingerprint tests on stealth/ox-alpha (OpenRouter + OpenCode) vs public GLM-5.3 on z.ai. 1. Tokenizer: I sent 6 texts (EN/DE/CN/code/emoji) and compared prompt_tokens. Ox Alpha = GLM-5.3 exactly +75 on every text. Same tokenizer, constant 75-token hidden system prompt. Kimi/Qwen/MiMo/MiniMax all diverge. Counts identical on both Ox routes. 2. Error strings: Invalid reasoning_effort on Ox Alpha (OpenCode passes params through) returns: "[1210] This model always engages in thinking and cannot be disabled; please use low, high, or max", so the same as the GLM 5.3 error message 3. Temp-0 outputs: Greedy, same prompts → same markdown quirks, same German-decimal LaTeX (`0{,}375`), near word-for-word matches on factual answers. Qwen/MiMo/Kimi format these completely differently. Conclusion: I'm quite sure than Ox Alpha is a GLM model. Not sure if it's a vision variant of GLM 5.3 (GLM 5.3V) or a completely new version like GLM 5.5 but I guess it's unlikely that Z.AI drops 5.5 so early but idk. What are your thoughts?
Original Article

Similar Articles

GLM-5.2: Built for Long-Horizon Tasks

Hugging Face Blog

Z.AI introduces GLM-5.2, a flagship model designed for long-horizon tasks with a solid 1M-token context, improved coding capabilities, and an MIT open-source license, showing competitive performance against leading models like Opus 4.8 and GPT-5.5.

GLM-5.3 hits the API at 1.4/4.4 per million tokens (2 minute read)

TLDR AI

GLM-5.3, a new frontier open-source language model from Chinese startup Z.ai, has launched its API at $1.40 per million input tokens and $1.40 per million input tokens and $4.40 per million output tokens, with plans for open-weight release. The model offers advanced coding capabilities and competitive pricing compared to other leading AI models.

GLM-5.2 is probably the most powerful text-only open weights LLM

Simon Willison's Blog

Chinese AI lab Z.ai released GLM-5.2, a 753B parameter open weights LLM with a 1M token context window under MIT license, achieving top scores on the Artificial Analysis Intelligence Index and ranking second on the Code Arena WebDev leaderboard.