diff --git a/packages/website/src/pages/docs/features/models/page.tsx b/packages/website/src/pages/docs/features/models/page.tsx index 7f36ac6c0..6945ee457 100644 --- a/packages/website/src/pages/docs/features/models/page.tsx +++ b/packages/website/src/pages/docs/features/models/page.tsx @@ -157,6 +157,39 @@ const pageAgent = new PageAgent({ /> +
+ + OrcaRouter + +

+ {isZh + ? 'OrcaRouter 是一个 OpenAI 兼容网关,可将请求路由到多家上游模型(OpenAI、Anthropic、Google 等)。将 baseURL 指向 OrcaRouter 端点,并使用带命名空间的模型 ID。' + : 'OrcaRouter is an OpenAI-compatible gateway that routes requests to upstream models from multiple providers (OpenAI, Anthropic, Google, and more). Point baseURL at the OrcaRouter endpoint and use a namespaced model ID.'} +

+ +
+
    +
  • + {isZh + ? 'OrcaRouter 使用带命名空间的模型 ID(如 openai/gpt-5.5、anthropic/claude-sonnet-4.6)。' + : 'OrcaRouter uses namespaced model IDs such as openai/gpt-5.5 and anthropic/claude-sonnet-4.6.'} +
  • +
  • + {isZh + ? 'orcarouter/auto 是自适应路由,会按请求选择上游模型;如需稳定的 tool call,建议固定一个支持 tool call 的模型(如 openai/gpt-5.5 或 anthropic/claude-sonnet-4.6)。' + : 'orcarouter/auto is an adaptive router that picks an upstream model per request; for reliable tool calls, pin a tool-call-capable model such as openai/gpt-5.5 or anthropic/claude-sonnet-4.6.'} +
  • +
+
+
+
{isZh ? '免费测试接口' : 'Free Testing API'}