# Union Alpha was Pareto: how to set it up and what it costs

> Union Alpha’s free preview became Unbiased Pareto. Here is the current OpenCode setup, paid pricing, maker, performance evidence and data-policy caveat.

By BIG CHANGE Editorial

Published: 2026-09-23T01:58:47.347Z
Updated: 2026-09-23T03:38:43.633Z
Canonical: https://bigchange.ai/blog/union-alpha-pareto-setup-cost-performance

![A blank laptop, USB security key, bundled cables and a small router sit on a simple workbench.](https://bigchange.ai/api/media/file/union-alpha-pareto-workbench-hero-v2.png)
AI-generated conceptual illustration by BIG CHANGE. Illustration of one setup workspace: a laptop and key beside a routed connection. It does not show a completed setup or result.

Union Alpha is no longer an anonymous free model. OpenRouter now identifies the September 16 stealth release as Pareto, a paid composite model from Unbiased. The old `stealth/union-alpha` listing has ended; the live OpenRouter model is `unbiased/pareto`.

To use Pareto today, you need its current model ID and prices. Its paid service also needs to be distinguished from the earlier free preview when assessing performance claims.

## The big change

- **What changed:** Union Alpha has emerged as a paid service that runs several underlying models for one request and returns a synthesized answer. Pareto’s operator can change that mix while keeping one public model name.
- **Why it matters:** Developers gain one endpoint and one bill, but model identity, latency, data handling and output quality depend on the composite service rather than a fixed checkpoint.
- **What to watch:** Union Alpha’s free preview became a paid product within days. Evaluate the live model ID and current terms, since a stealth listing, launch chart or video test may describe an earlier service state.

## Set up Pareto in OpenCode through OpenRouter

You can use Pareto in OpenCode by connecting an OpenRouter account. [OpenRouter’s Pareto listing](https://openrouter.ai/unbiased/pareto) specifies a 262,144-token context window, text and image input, and text output.

1. Install [OpenCode](https://openrouter.ai/docs/cookbook/coding-agents/opencode-integration). In a Bash terminal, use the commands below; Windows users can follow the linked installation options.
2. Create an OpenRouter account and API key, then add credits under OpenRouter’s current billing terms. The free Union Alpha period is over.
3. In OpenCode, run `/connect`, choose **OpenRouter**, and paste the key when prompted. OpenCode stores provider credentials in its local auth file.
4. Run `/models` and select `unbiased/pareto`. The former `stealth/union-alpha` ID is historical.
5. Ask it to explain a file before requesting edits. Review its explanation against the code, then approve a small change, inspect the diff and run the project's tests. Check OpenRouter's activity record for token use and cost.

`curl -fsSL https://opencode.ai/install | bash`

`cd /path/to/your/project`

`opencode`

If Pareto is missing from the picker, add it to your project's `opencode.json`, then restart OpenCode:

`{"model":"openrouter/unbiased/pareto","provider":{"openrouter":{"models":{"unbiased/pareto":{}}}}}`

The `openrouter/` prefix belongs in OpenCode's configured model name. OpenRouter's own API uses `unbiased/pareto`. This setup follows current documentation; we did not run a paid completion for this guide.

### Connect directly to Unbiased

Unbiased also offers Pareto through its own reviewed private beta. Its [official setup file](https://unbiased.ai/start/agent.md) says new accounts are approved by hand and use prepaid credits. The public API base is `https://api.unbiased.ai/v1`; the model string is `pareto`. Direct evaluation access does not by itself authorize commercial or production use, which requires a separate written agreement.

After approval and key issuance, an OpenAI-compatible client can use these settings:

`export UNBIASED_API_KEY="your-key-from-the-platform"`

`curl https://api.unbiased.ai/v1/chat/completions -H "Authorization: Bearer $UNBIASED_API_KEY" -H "Content-Type: application/json" -d '{"model":"pareto","messages":[{"role":"user","content":"Reply with one sentence."}]}'`

Keep the key in an environment variable or operating-system keychain, not in a repository. The documentation says `GET /v1/models` currently returns 404, so clients that insist on model discovery need `pareto` configured explicitly. Unbiased also publishes a macOS installer, but the endpoint settings above work with any compatible client.

## Who built Union Alpha

OpenRouter’s archived listing says Union Alpha was developed and operated by Unbiased and revealed as Pareto. OpenRouter routed the preview; it was not the developer or provider.

[Unbiased](https://unbiased.ai/about/) is the product platform of Circuit & Chisel, Inc. The company names Louis Amira as co-founder and CEO and David Noël-Romas as co-founder and CTO, and says both founders came from Stripe.

Pareto is described as a blended model. Multiple language models run in parallel and their results are synthesized into one response. The company discloses a mix of frontier and open models, but it does not publish a fixed member list. Its terms allow the underlying composition to change without notice when functionality is not materially reduced. The listed inference subprocessors include Anthropic, OpenAI and xAI; that list identifies data processors, not the exact models used on every request.

## Current prices and published scores

Pareto’s [current uncached-input and output rates](https://unbiased.ai/pricing/) are lower than the two frontier comparators selected from Unbiased’s score table. These are API rates in US dollars per million tokens; subscriptions and included allowances are separate. The comparison uses [Anthropic’s Fable 5.1 rates](https://www.anthropic.com/claude/fable) and [OpenAI’s GPT-6 Astra Standard rates](https://developers.openai.com/api/docs/models/gpt-6-astra) for prompts of up to 272,000 input tokens.

| Model | Input | Cached input | Output |
| --- | --- | --- | --- |
| Pareto 26.9 | $2.50 | $0.25 | $7.50 |
| Claude Fable 5.1 | $10.00 | $0.25 | $50.00 |
| GPT-6 Astra | $10.00 | $1.00 | $50.00 |

Unbiased’s public pricing page also advertises $10 and $100 personal subscriptions with included usage, while its FAQ describes current access as reviewed, prepaid pay-as-you-go. The platform is therefore the place to confirm which plan is actually offered to a new account.

The [Pareto 26.9 model card](https://unbiased.ai/model-card/) publishes these seller-reported scores without task costs or effort settings for this slate.

| Benchmark | Pareto 26.9 | Fable 5.1 | GPT-6 Astra |
| --- | --- | --- | --- |
| DeepSWE | 74 | 67 | 74 |
| Terminal-Bench 4.0 | 51 | 56 | 58 |
| MMMU-Pro | 78 | 81 | 87 |
| HLE, no tools | 49 | 55 | 54 |
| ArXivMath | 88 | 72 | 91 |

Pareto ties Astra on DeepSWE and trails it elsewhere. It leads Fable on DeepSWE and ArXivMath. Fable leads HLE; Astra leads the remaining rows or ties.

Separately, the card reports a preliminary 30-task DeepSWE slice transcribed from a September 21 screenshot:

| Reported run | Score | Mean cost per task |
| --- | --- | --- |
| Pareto 26.9, September 20 | 70% | $0.29 |
| Claude Fable 5, August 15 | 70% | $13.50 |
| GPT-5.6 Sol, August 15 | 60% | $0.52 |

The page calls these runs unvalidated, with cost methodology and denominators still needing confirmation. The comparators are historical. The slice’s $0.29 belongs with its 70% result, never the headline 74.

![Historical DeepSWE score versus average cost per task chart with a gold Union Alpha star labeled expected pricing among labeled model curves.](/api/media/file/union-alpha-deepswe-source-caption-v2.webp)

## What the original DeepSWE graph shows

The graph shown [one minute into Chase AI’s September 17 Union Alpha video](https://www.youtube.com/watch?v=2Gu21Y4hgd8&t=60s) came from [OpenRouter co-founder Alex Atallah’s September 16 post](https://x.com/alexatallah/status/2100243109401469062). It places a gold Union Alpha star at roughly 73% on DeepSWE, among frontier-model results. The star is labeled “expected pricing,” with no exact cost or score printed beside it. The horizontal axis is reversed: its labeled ticks descend from $10 through $5 to $0 toward the right.

[Open the original 1872 by 1190 chart](https://pbs.twimg.com/media/HSWPLHjXYAA3p7D?format=webp&name=large) if the labels are too small on a phone. This September 16 snapshot records the free preview’s launch positioning. It does not measure today’s paid Pareto 26.9 task cost, and it is separate from the current model-card results above.

## What Chase AI’s preview tests show

Chase AI’s September 17 video, [“Union Alpha Is INSANE”](https://www.youtube.com/watch?v=2Gu21Y4hgd8), records tests of the free preview. The creator preferred Opus 5 on a simple hotel landing page and gave Astra a slight edge on a more detailed page. Union Alpha repeatedly failed a Fortnite-style game task, then completed a simpler racing game after a session restart; the creator judged that result similar to Astra’s.

The motion-design test depended on an external skill and MCP server, so it tested a larger tool chain. The creator also reported 100% on a 128K eight-needle retrieval test and 99.6% on his modified 200K version. We did not rerun those prompts, inspect their graders or test whether Pareto 26.9 behaves the same way.

## Check the data terms before sending private code

Circuit & Chisel’s [terms](https://unbiased.ai/terms/) say customer content is retained only as needed to process requests, with exceptions for legal requirements and up to 30 days for abuse prevention or security monitoring. Training requires explicit written consent. The Pareto-specific data policy on the same page says its raw prompt-and-response retention window is unpublished and a member-specific commitment will be disclosed before onboarding.

That mismatch deserves a written answer before a team sends sensitive source code. Pareto requests can pass through Circuit & Chisel infrastructure and disclosed model-inference subprocessors. Start with material that is safe to share, then obtain the retention and production-use terms that apply to the account.

## Sources

- [Union Alpha historical model listing](https://openrouter.ai/stealth/union-alpha) — OpenRouter identifies the former free stealth model as Pareto by Unbiased, states that OpenRouter only routed it, and directs readers to the paid live model. It also records the preview context and modalities.
- [Pareto API pricing and providers](https://openrouter.ai/unbiased/pareto) — Current OpenRouter model ID, token rates, context length, maximum output, modalities and function-calling support. Dynamic uptime and throughput values were checked but omitted.
- [OpenRouter: OpenCode integration](https://openrouter.ai/docs/cookbook/coding-agents/opencode-integration) — Primary setup instructions for installing OpenCode, connecting an OpenRouter key and selecting a model with the interactive commands.
- [Pareto setup instructions for an agent](https://unbiased.ai/start/agent.md) — Direct API base, model string, private-beta approval, prepaid access, key handling, verification request, production-use boundary and the current missing model-list endpoint. The article does not claim we executed these steps.
- [About Unbiased](https://unbiased.ai/about/) — Identifies Unbiased as a Circuit & Chisel product and names founders Louis Amira and David Noël-Romas. The company site supplies their CEO and CTO roles and Stripe background.
- [How a Pareto answer gets made](https://unbiased.ai/how/) — Vendor explanation of the parallel blended-model mechanism, current rates and acknowledged benchmark losses. The underlying model member list remains undisclosed.
- [Pareto 26.9 model card](https://unbiased.ai/model-card/) — Seller-published five-benchmark score slate, token prices and a separate preliminary 30-task DeepSWE cost comparison. The article does not pair the slate’s 74 score with the separate slice’s $0.29 task cost.
- [Unbiased plans and API pricing](https://unbiased.ai/pricing/) — Current pay-as-you-go rates, advertised personal subscriptions, prepaid billing and manual approval. The guide notes the plan wording differs from the FAQ’s description of access today.
- [Circuit & Chisel terms, data policy and subprocessors](https://unbiased.ai/terms/) — Legal entity, changeable model composition, content-use terms, retention statements and inference subprocessors. The article highlights the unresolved difference between the general 30-day exception and the unpublished Pareto-specific raw-content window.
- [Alex Atallah: Union Alpha DeepSWE chart](https://x.com/alexatallah/status/2100243109401469062) — Original source for the unchanged inline chart shown in the video. The graph labels Union Alpha with expected pricing and provides no exact star coordinates; its cost axis descends from left to right.
- [Union Alpha Is INSANE](https://www.youtube.com/watch?v=2Gu21Y4hgd8) — Chase AI’s 12-minute, 3-second preview demonstration. Full captions were mapped by timestamp; subjective design judgments, failures and self-run retrieval scores remain attributed to the creator.
- [GPT-6 Astra model documentation](https://developers.openai.com/api/docs/models/gpt-6-astra) — Official Standard short-context input, cached-input and output rates used in the unit-price table.
- [Claude Fable 5.1](https://www.anthropic.com/claude/fable) — Official Fable 5.1 input, cache-read and output rates used in the unit-price table.
- [Circuit & Chisel company and founders](https://circuitandchisel.com/) — Company source for Louis Amira as CEO, David Noël-Romas as CTO, their Stripe background, and the frontier/open-model blend.
- [Unbiased access and billing FAQ](https://unbiased.ai/faq/) — Describes current access as manually approved prepaid credits. Read alongside the pricing page, which also advertises personal subscriptions.
- [OpenCode model configuration](https://opencode.ai/docs/models/) — Documents the provider/model format used for the configured default. Combined with the provider guide, this supports the OpenRouter/Pareto configuration example.
