diff --git a/apps/codex-plus-manager/src/presets.ts b/apps/codex-plus-manager/src/presets.ts index 07b40e050..2d97d1908 100644 --- a/apps/codex-plus-manager/src/presets.ts +++ b/apps/codex-plus-manager/src/presets.ts @@ -213,6 +213,24 @@ export const PRESETS: ProviderPreset[] = [ protocol: "chatCompletions", model: "gpt-5.5", }, + { + id: "orcarouter", + name: "OrcaRouter", + websiteUrl: "https://www.orcarouter.ai", + apiKeyUrl: "https://www.orcarouter.ai/console", + category: "aggregator", + baseUrl: "https://api.orcarouter.ai/v1", + protocol: "chatCompletions", + model: "openai/gpt-5.5", + modelList: [ + "openai/gpt-5.5", + "anthropic/claude-sonnet-4.6", + "anthropic/claude-haiku-4.5", + "google/gemini-3.1-pro-preview", + "deepseek/deepseek-v4-flash", + "orcarouter/auto", + ], + }, { id: "aihubmix", name: "AiHubMix",