Skip to main content
Free preview — limited time

Frontier-level AI
for coding and research

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.

OpenAI-compatible API
Text + Image Multimodal input
$0 During preview
2.4B+
Tokens processed in 48h
74.2%
SWE-bench Verified
256K
Context window
8
Languages supported

Union Alpha is available on leading AI platforms

Get started

Start using Union Alpha in 3 steps

No account needed to begin

1

Choose a platform

OpenRouter, OpenCode, or Cloudflare AI Gateway — pick whichever fits your workflow.

2

Get an API key

Sign up on your chosen platform and generate an API key. The model is free during preview.

3

Send your first request

Use model ID stealth/union-alpha with any OpenAI-compatible client. Supports tools and image input.

Capabilities

Frontier-level capabilities

What developers are doing with Union Alpha right now.

Feed it your entire codebase

With a 256K token context window, you can paste a full repository and get coherent multi-file refactoring without losing a single type annotation.

Debug from a screenshot

Paste a broken UI and get back the exact CSS fix. Point it at an architecture diagram for instant analysis.

Automate without glue code

Native tool-calling support plugs into Cursor, Cline, or your custom agent loop without a single adapter.

More than one brain

Behind the scenes, multiple specialized models compete on every request. A consensus layer picks the best answer before you see it.

Proven on real benchmarks

Union Alpha scores 74.2% on SWE-bench Verified and 74.0% on DeepSWE — matching models that charge $50 per million tokens.

Your code stays yours

Prompts and outputs are not used for model training. Zero data retention throughout the free preview period.

Architecture

Not one model — a consensus pipeline

Union Alpha routes your request through specialized models and synthesizes the best answer.

Speculative fan-out

Your request is sent to 3-4 specialized base models simultaneously.

Syntax verification

A fast tree-sitter validator filters hallucinated code before it reaches you.

Consensus synthesis

An aggregator model combines the best parts into a single output.

Pipeline

Parallel Mixture-of-Agents routing with syntax verification and consensus synthesis.

See benchmarks
Benchmarks

How Union Alpha compares

Independent 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
Integrations

Works with your coding stack

Plug Union Alpha into the tools you already use.

Cursor

AI-first code editor with multi-file editing.

IDEs

Cline

Open-source coding agent with tool execution.

Coding Agents

Roo Code

Autonomous coding workflows with multi-step planning.

Coding Agents

OpenCode

Terminal-native coding agent for CLI workflows.

Coding Agents

OpenRouter

Multi-provider API gateway with unified interface.

Gateways

Cloudflare AI

Edge-deployed AI gateway with global reach.

Gateways
Access

How to start using Union Alpha

Free during preview. No credit card required.

Monthly Yearly Save 20%

OpenCode

Terminal-native coding agent

$ 0 /month
Open on OpenCode
  • Model ID: opencode-go/union-alpha
  • Built for terminal workflows
  • Repository-level refactoring
  • Multi-step tool execution
  • Free during preview

Cloudflare AI Gateway

Edge deployment with global reach

$ 0 /month
Open Cloudflare AI
  • Gateway to OpenRouter
  • Global edge network
  • Rate limiting and caching
  • Analytics dashboard
  • Free during preview
Community

What developers are saying

What developers are saying about Union Alpha.

"Union Alpha is a blended AI model that engages multiple language models in parallel for each request, synthesizes one answer. The coding results speak for themselves."
r/singularity

r/singularity

Reddit

"First impressions: I could daily drive it. Free, no data training, supports images, built for agentic coding."
@blueemi99

@blueemi99

X / Twitter

"Near GPT-6 Astra and Opus 5 performance for ~18x less. The tool-calling reliability across 120 consecutive steps is remarkable."
Cline community

Cline community

Discord

"Tested both with the same prompt at highest reasoning. Union Alpha took 30 minutes and produced something I would actually ship."
@notjazii

@notjazii

X / Twitter

Blog

Latest updates

Analysis, benchmarks, and community findings about Union Alpha.

FAQ

Frequently asked questions

Everything you need to know about Union Alpha.

What is 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.

Is it really free?

Yes, during the limited preview period it costs $0 on OpenRouter, OpenCode, and Cloudflare AI Gateway. No post-preview pricing has been announced yet.

Does it train on my data?

Prompts and outputs are not used for model training. Zero Data Retention is stated in the model listing on OpenRouter.

Who built Union Alpha?

Union Alpha is listed under the provider name "Stealth". The development team has chosen to remain anonymous during the preview period.

How does it compare to GPT-6 or Claude?

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.

What coding tools does it work with?

Any OpenAI-compatible client works: Cursor, Cline, Roo Code, OpenCode, and direct API calls. It supports tools, tool_choice, and response_format.