Introducing Union Alpha: capabilities and how to get started
A stealth model with 256K context and frontier coding scores. Community investigation traces its architecture and possible operator.
Union Alpha is a multimodal AI model built for coding, research, and agentic workflows. It delivers frontier-level performance at zero cost during the preview period — available now on OpenRouter and OpenCode.
Union Alpha is available on leading AI platforms
No account needed to begin
OpenRouter, OpenCode, or Cloudflare AI Gateway — pick whichever fits your workflow.
Sign up on your chosen platform and generate an API key. The model is free during preview.
Use model ID stealth/union-alpha with any OpenAI-compatible client. Supports tools and image input.
What developers are doing with Union Alpha right now.
With a 256K token context window, you can paste a full repository and get coherent multi-file refactoring without losing a single type annotation.
Paste a broken UI and get back the exact CSS fix. Point it at an architecture diagram for instant analysis.
Native tool-calling support plugs into Cursor, Cline, or your custom agent loop without a single adapter.
Behind the scenes, multiple specialized models compete on every request. A consensus layer picks the best answer before you see it.
Union Alpha scores 74.2% on SWE-bench Verified and 74.0% on DeepSWE — matching models that charge $50 per million tokens.
Prompts and outputs are not used for model training. Zero data retention throughout the free preview period.
Union Alpha routes your request through specialized models and synthesizes the best answer.
Your request is sent to 3-4 specialized base models simultaneously.
A fast tree-sitter validator filters hallucinated code before it reaches you.
An aggregator model combines the best parts into a single output.
Parallel Mixture-of-Agents routing with syntax verification and consensus synthesis.
See benchmarksIndependent evaluation results against commercial frontier models.
| Feature | Most Popular Union Alpha $0 (preview) | GPT-6 Astra $10/$50 per 1M | Claude 3.7 Sonnet $3/$15 per 1M |
|---|---|---|---|
| SWE-bench Verified | 74.2% | 79.4% | 70.3% |
| DeepSWE | 74.0% | 79.1% | 71.4% |
| HumanEval+ | 91.8% | 94.2% | 92.0% |
| MMLU-Pro | 89.8% | 91.2% | 82.1% |
| Context window | 256K | 1M+ | 200K |
| Image input | |||
| Tool calling | |||
| Input price / 1M | $0.00 | $10.00 | $3.00 |
| Try it |
Plug Union Alpha into the tools you already use.
AI-first code editor with multi-file editing.
Open-source coding agent with tool execution.
Autonomous coding workflows with multi-step planning.
Terminal-native coding agent for CLI workflows.
Multi-provider API gateway with unified interface.
Edge-deployed AI gateway with global reach.
Free during preview. No credit card required.
Multi-provider gateway with unified API
Terminal-native coding agent
Edge deployment with global reach
What developers are saying about Union Alpha.
Analysis, benchmarks, and community findings about Union Alpha.
A stealth model with 256K context and frontier coding scores. Community investigation traces its architecture and possible operator.
Independent benchmarks show Union Alpha competing with models 50× more expensive. Here is the data behind the claim.
Community reverse engineering reveals a parallel Mixture-of-Agents pipeline with syntax verification. What this means for your workflow.
Everything you need to know about Union Alpha.
Union Alpha is a multimodal AI model with a 256K token context window, image input, and tool calling support. It is available on OpenRouter, OpenCode, and Cloudflare AI Gateway.
Yes, during the limited preview period it costs $0 on OpenRouter, OpenCode, and Cloudflare AI Gateway. No post-preview pricing has been announced yet.
Prompts and outputs are not used for model training. Zero Data Retention is stated in the model listing on OpenRouter.
Union Alpha is listed under the provider name "Stealth". The development team has chosen to remain anonymous during the preview period.
Independent benchmarks show SWE-bench Verified at 74.2% (vs GPT-6 Astra 79.4%, Claude 3.7 Sonnet 70.3%) and DeepSWE at 74.0%. It is competitive at a fraction of the cost.
Any OpenAI-compatible client works: Cursor, Cline, Roo Code, OpenCode, and direct API calls. It supports tools, tool_choice, and response_format.