eigent/docs/core/models
zhenjun.chen 6990691809 feat: add OrcaRouter as a BYOK provider
Adds OrcaRouter (https://orcarouter.ai) as a dedicated BYOK provider
card in Agents > Models. OrcaRouter is an OpenAI-compatible LLM
gateway that routes each request to the cheapest or fastest provider
across many upstream model providers.

Follows the existing alias pattern for OpenAI-compatible gateways
(ModelArk, grok, llama.cpp): provider id `orcarouter` is aliased to
`openai-compatible-model` on the backend, so no CAMEL changes are
required.

- backend/app/model/model_platform.py: PLATFORM_ALIAS_MAPPING entry
- src/lib/llm.ts: INIT_PROVODERS entry with default base URL,
  positioned at the end of the list to preserve existing ordering
- src/assets/model/orcarouter.svg: official OrcaRouter brand logo
- src/pages/Agents/Models.tsx: import + register icon
- docs/core/models/byok.md: add row to Supported Providers table
2026-05-12 15:38:51 +08:00
..
byok.md feat: add OrcaRouter as a BYOK provider 2026-05-12 15:38:51 +08:00
ernie.md docs: ernie doc (#1491) 2026-03-13 19:32:36 +08:00
gemini.md docs: add sambanova and update docs (#1384) 2026-02-27 16:41:14 +08:00
kimi.md docs: add sambanova and update docs (#1384) 2026-02-27 16:41:14 +08:00
local-model.md feat: add native LLaMA.cpp local provider support (#1346) 2026-03-02 16:45:02 -08:00
minimax.md Feat skills (#1221) 2026-02-19 02:29:21 +08:00
sambanova.md docs: add sambanova and update docs (#1384) 2026-02-27 16:41:14 +08:00