mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-03 11:01:22 +08:00
feat(presets): add PatewayAI provider presets
Add PatewayAI as a new partner provider with support for: - Claude Code preset (using ANTHROPIC_API_KEY field) - Codex preset (gpt-5.5 model) - Claude Desktop preset (proxy mode with passthrough routes) - Icon configuration (pateway.jpg) - i18n support (zh/en/ja) with $3 registration bonus promotion PatewayAI provides reliable API routing services for Claude Code, Codex, and Gemini models.
This commit is contained in:
@@ -503,6 +503,19 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
|
||||
partnerPromotionKey: "packycode",
|
||||
icon: "packycode",
|
||||
},
|
||||
{
|
||||
name: "PatewayAI",
|
||||
websiteUrl: "https://pateway.ai",
|
||||
apiKeyUrl: "https://pateway.ai/?ch=etzpm8&aff=WB6M6F67#/",
|
||||
category: "third_party",
|
||||
baseUrl: "https://api.pateway.ai",
|
||||
mode: "proxy",
|
||||
apiFormat: "anthropic",
|
||||
modelRoutes: passthroughRoutes(),
|
||||
isPartner: true,
|
||||
partnerPromotionKey: "patewayai",
|
||||
icon: "pateway",
|
||||
},
|
||||
{
|
||||
name: "Cubence",
|
||||
websiteUrl: "https://cubence.com",
|
||||
|
||||
Reference in New Issue
Block a user