← All AI resources

Stealth model reveal · Union Alpha revealed as Pareto 26.9

Union Alpha was Pareto 26.9, a multi-model system rather than one new model

The service runs several open and frontier models on a task, checks their work, and can call a stronger model when needed. The provider does not disclose which models handle a given request.

Published by Unbiased · Launched September 17, 2026 · Reviewed by Learnetto

Pareto 26.9 makes model routing look like a single API model. That can simplify integration, but it also moves selection, verification, latency, and model changes behind the provider's boundary. Evaluate the whole service on repeated real tasks before replacing a known model route.

System
Several models plus a checking harness
Inputs
Text and images
API model
pareto
Current price
$2.50 in · $0.25 cache · $7.50 out per 1M tokens

What changed after the reveal

Union Alpha appeared on OpenRouter, OpenCode, and Cloudflare as a free stealth route on September 16. Unbiased identified it the next day as Pareto 26.9 and said there had been no new foundation-model training run. The product coordinates existing open and frontier models, checks their work, and returns one answer behind a model-like API.

The free preview has ended. On September 21, Learnetto found that the old OpenRouter Union Alpha page returned 404 and OpenCode's current Zen model list no longer included it. Unbiased's model card now directs developers to the paid pareto API, so old setup instructions should not be treated as current availability documentation.

How the routing pattern works

A request goes to a harness that can assign the same task to several models, compare their work, and involve a stronger model when the task appears to need it. The caller receives one synthesized answer instead of managing each underlying model directly.

This differs from a fixed model endpoint. The routing policy and model mix can change behind the same API name. That may improve cost or quality over a broad workload, but it also means output changes can come from the router, the checker, a component model, or their interaction.

Where the pattern may help

  • Mixed queues where simple requests should avoid an expensive frontier model and difficult requests need escalation.
  • Research or coding tasks where independent candidate answers can expose disagreements before one response is returned.
  • Teams that want one endpoint while testing whether managed routing beats their own fixed-model baseline.
  • Batch workflows where variable latency is acceptable and completed-task cost matters more than price per token.

Run a matched evaluation before switching

Select at least 30 accepted tasks from your own logs, remove secrets, and run each task several times through Pareto and your current route. Keep prompts, tools, timeouts, and graders fixed. Record task success, regressions between runs, latency percentiles, input and output tokens, retries, and total cost per accepted result.

Review disagreements by failure source. A router can fail even when each component model works, for example by selecting the wrong candidate, merging incompatible answers, or escalating too late. Keep a fixed-model fallback until repeated tests show where the managed route is dependable.

Benchmarks, limits, and open questions

Unbiased's model card reports 74 on DeepSWE, 51 on Terminal-Bench 4.0, 78 on MMMU-Pro, 49 on Humanity's Last Exam without tools, and 88 on ArXivMath. These are vendor-published scores. The card does not publish measured task costs or a composite score, and benchmark position does not establish reliability or cost on your workload.

The provider does not publish the underlying model mix or the route chosen for an individual answer. The composition may change without a new model identifier, which makes repeated regression tests and dated result records more useful than a one-time leaderboard comparison.

One returned answer is not proof that the candidates agreed or that the checker found every error. Ask for evidence where possible, validate tool arguments in application code, and keep human review for consequential work.

Keep learning on Learnetto

Primary sources

Union Alpha reveal: Pareto 26.9

Unbiased: Pareto 26.9 model card

OpenCode models record: Union Alpha release metadata

Hacker News discussion of the reveal