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(每呼叫固定費用,按每次生成計費,而非按 token 計費)。
Union Alpha (Free) 的上下文視窗是什麼?
Union Alpha (Free) 支援 262K 個標記的上下文窗口。使用長上下文功能(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開啟