eigent/docs/core
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
..
models feat: add OrcaRouter as a BYOK provider 2026-05-12 15:38:51 +08:00
agent-skills.md Codex/skill docs update - New PR with correct video formate (#1387) 2026-02-27 21:24:58 +08:00
concepts.md chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
tools.md feat: Add Lint & Format (#878) 2026-02-01 23:16:18 +08:00
workers.md feat: Add Lint & Format (#878) 2026-02-01 23:16:18 +08:00
workforce.md chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00