← Back to blogMystery Models

Union Alpha: What We Actually Know About the New Stealth Model on OpenRouter

OpenRouter Model Hub·September 17, 2026·6 min read
#Union Alpha#OpenRouter#Stealth Models#AI Models#Free Models

Union Alpha: What We Actually Know

On 16 September 2026 an anonymous model called Union Alpha appeared on OpenRouter as stealth/union-alpha. No announcement, no model card, no named maker — the same pattern as Hunter Alpha and OX Alpha before it.

This post separates the two things most write-ups mix together: what the catalog says and what people are guessing.

Verified specs

FieldValue
OpenRouter ID`stealth/union-alpha`
MakerUndisclosed (provider listed as "Stealth")
Context262,144 tokens (256K)
Max output131,072 tokens (128K)
ModalityText + image in, text out
PricingFree — $0 in / $0 out
Tool callingSupported (tools, tool_choice auto, response_format)
Added2026-09-16 14:42 UTC

These fields come straight from OpenRouter's public catalog and can be re-checked at any time. The Union Alpha tracker on this site re-checks them live and shows whether the model is still listed.

What is different from the earlier Alpha models

Two things stand out against Hunter Alpha (later Xiaomi MiMo-V2.5) and OX Alpha (later Z.ai GLM 5.3 Flash):

1. It takes images. The earlier two were text-only. This is the first Alpha-line stealth model with vision input.

2. The context window is smaller. 256K instead of 1M — still large, but no longer the headline number.

It also advertises tool calling, which is the feature agent builders care about.

The community theories

Treat everything in this section as unverified. It comes from public discussion in the launch thread, not from the maker, and not from reproducible tests.

Theory: it is a router, not a model

The most repeated claim is that "Union" refers to a union of models — a routing layer that dispatches to different backends. The supporting evidence is behavioural: multiple testers reported very different quality and style between sessions on the same prompts. That is consistent with routing, and also consistent with aggressive parameter variation, caching quirks, or simply a model that is inconsistent. No one has published a test that distinguishes these cases.

Theory: a GLM-family model is behind it

Some commenters claimed one of the underlying models comes from the GLM family. No reproducible test was shared. Worth noting that OX Alpha, the previous stealth drop, turned out to be Z.ai's GLM 5.3 Flash — so the guess has a plausible precedent, which is exactly why it deserves scepticism: hindsight-shaped guesses are cheap.

Theory: it behaves like a Gemini model

One tester reported the model looping on an interactive-editor command during a git rebase and associated the failure mode with Gemini models. That is a single anecdote about one tool-use edge case.

Theory: a system prompt forces the anonymity story

A commenter described an alleged injected instruction telling the model to say "Union Alpha" and describe its maker as anonymous when asked about its identity. This one deserves extra caution: models routinely confabulate their own identity, and a model's self-report is not evidence about the weights serving it.

Why you should not build on it yet

Free stealth endpoints are evaluation previews:

the provider is anonymous and publishes no privacy or data-retention policy;
pricing can change to non-zero without notice;
the endpoint can be delisted entirely, which is exactly what happened after both earlier reveals;
behaviour can change under you if the serving stack is a router.

Use it for experiments, comparisons and throwaway tasks. Do not put customer data, credentials or production traffic through it.

How to try it

1. Create an OpenRouter account and open the model page.

2. Select stealth/union-alpha in the model picker, or call it through the OpenRouter API with that ID.

3. If you are testing tool calling, note the endpoint advertises tools, tool_choice (auto), response_format, temperature, top_p and max_tokens.

What to watch for next

The pattern from the first two Alpha models is: free window, community investigation, then a reveal and a rename. When that happens, pricing and the model ID usually change. If you want the live status rather than a static article, use the Union Alpha tracker — it checks the catalog on every visit and labels speculation separately from verified specs.

Want to compare Union Alpha against paid models on real workloads? Start from the model directory or the comparison hub.

Related Articles