Union Alpha (Free)

stealth/union-alpha-free
免费
视觉工具JSON
来自 stealth

Union Alpha 是一款多模态模型,专为研究、编码和智能体工作流打造,同时在广泛的通用任务上提供前沿级性能。它接受文本和图像输入并输出文本,具备 262K-token 上下文窗口,以及原生工具调用和结构化输出(response_format)。 Union Alpha 是一个隐身(cloaked)模型:在其接受评估期间,不披露其提供商。能力和可用性可能会在不另行通知的情况下发生变化。

上下文262K tokens
最大输出131K
输入模态text + image
输出模态text
p50 首字节10.00 s
价格免费限流使用 · 模型用量 $0
p50 首字节10.00 s7 天
p95 首字节10.00 s7 天
流量3.7Mtokens / 7 天

代码示例

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)

支持的参数

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

价格

$0
价格
每次请求$0
计费方式模型用量不扣钱包余额
超出限制触发限制时返回 HTTP 429

免费额度限制说明

性能

p50 首字节
10.00 s
输出速度
165 tok/s
p95 首字节
10.00 s
错误率
7.0%

公共基准测试

来源: Design Arena

社区热度

本周开发者的讨论

Hacker News0 次提及 · 近 7 天

常见问题

在 OrcaRouter 上,Union Alpha (Free) 的价格是多少?
Union Alpha (Free) 通过 OrcaRouter 的每次请求价格为 $0.0000(固定每次调用费用,按生成次数而非令牌数计费)。
Union Alpha (Free)的上下文窗口是多少?
Union Alpha (Free) 支持 262K 个 token 的上下文窗口。可使用长上下文功能(RAG、摘要)直至该限制。
如何通过 OpenAI SDK 调用 Union Alpha (Free)?
将 OpenAI base_url 设置为 https://api.orcarouter.ai/v1,提供您的 OrcaRouter API 密钥,并在 chat.completions.create 调用中传递 model="stealth/union-alpha-free"。
OrcaRouter 是否对 Union Alpha (Free) 进行速率限制?
每个模型的速率限制遵循您的 OrcaRouter 计划。免费套餐设有保守的上限;付费套餐则会提升这些上限。请查看 /pricing 了解当前配额。

嵌入此徽章

Union Alpha (Free)价格待定10000ms p50通过 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) 在 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)

以数据形式获取模型卡

GET /api/public/models/stealth/union-alpha-free打开