feat(provider): add TheRouter presets for Claude, Codex, and Gemini (#1891)

* feat(provider): add TheRouter presets for Claude and Codex

* feat(provider): add TheRouter Gemini preset

---------

Co-authored-by: max <me19@qq.com>
This commit is contained in:
Max
2026-04-10 21:48:14 +08:00
committed by GitHub
parent 68df60bd4a
commit 7f1963ab49
4 changed files with 113 additions and 0 deletions
+13
View File
@@ -365,4 +365,17 @@ requires_openai_auth = true`,
icon: "openrouter",
iconColor: "#6566F1",
},
{
name: "TheRouter",
websiteUrl: "https://therouter.ai",
apiKeyUrl: "https://dashboard.therouter.ai",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"therouter",
"https://api.therouter.ai/v1",
"openai/gpt-5.3-codex",
),
endpointCandidates: ["https://api.therouter.ai/v1"],
category: "aggregator",
},
];