返回模型列表

Switchpoint Router

switchpoint/router
Jul 11, 2025131.1K 上下文$0.85/M in · $3.40/M out推理

描述

Switchpoint AI 的路由器可即时分析请求,并将其转发到不断更新的模型库中最合适的 AI 模型。

随着 LLM 领域的发展,该路由器会持续变得更智能,让使用者无需调整工作流即可享受最新模型。

当前版本在本平台按响应次数计费(固定单价),由 Switchpoint AI 的完整路由引擎提供支持。

技术规格

供应商
switchpoint
上下文长度
131.1K
最大输出
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.85
输出$3.40

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "switchpoint/router",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Switchpoint Router — Pricing & API on OminiGate