Union Alpha (Free)

stealth/union-alpha-free
FREE
VisionToolsJSON
by stealth

Union Alpha is a multimodal model built for research, coding, and agentic workflows, while delivering frontier-level performance across a broad range of general-purpose tasks. It accepts text and image input with text output, a 262K-token context window, and native tool calling plus structured outputs (response_format). Union Alpha is a stealth (cloaked) model: its provider is not disclosed while it is being evaluated. Capabilities and availability may change without notice.

ctx262K tokens
Max output131K
Inputtext + image
Outputtext
p50 TTFT10.00 s
PRICEFreerate-limited · model usage at $0
p50 TTFT10.00 s7d
p95 TTFT10.00 s7d
TRAFFIC2.4Mtokens / 7d

Code samples

import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="stealth/union-alpha-free",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • max_tokens
  • response_format
  • temperature
  • tool_choice
  • tools
  • top_p

Pricing

$0
Pricing
Per request$0
BillingModel usage is never charged to your balance
Over the limitHTTP 429 when a limit is hit

How free-tier limits work

Performance

p50 TTFT
10.00 s
Output speed
191 tok/s
p95 TTFT
10.00 s
Error rate
9.1%

Public benchmarks

Source: Design Arena

Community buzz

What developers are saying this week

Hacker News0 mentions · 7d

FAQ

How much does Union Alpha (Free) cost on OrcaRouter?
Union Alpha (Free) is priced at $0.0000 per request via OrcaRouter (flat per-call fee, charged per generation rather than per token).
What is Union Alpha (Free)'s context window?
Union Alpha (Free) supports a context window of 262K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Union Alpha (Free) via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="stealth/union-alpha-free" in the chat.completions.create call.
Does OrcaRouter rate-limit Union Alpha (Free)?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

Union Alpha (Free)pricing pending10000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/stealth/union-alpha-free" target="_blank"> <img src="https://www.orcarouter.ai/embed/stealth/union-alpha-free.svg" alt="Union Alpha (Free) on OrcaRouter" /> </a>
Markdown [![Union Alpha (Free)](https://www.orcarouter.ai/embed/stealth/union-alpha-free.svg)](https://www.orcarouter.ai/models/stealth/union-alpha-free)

Model card as data

GET /api/public/models/stealth/union-alpha-freeOpen
Machine-readable:/llms.txt/llms-full.txt