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:
Jason
2026-05-14 22:36:45 +08:00
parent b642ef0633
commit 08cd5ab56e
9 changed files with 56 additions and 0 deletions
+6
View File
@@ -282,6 +282,12 @@ export const iconMetadata: Record<string, IconMetadata> = {
keywords: ["packycode", "packy", "packyapi"],
defaultColor: "currentColor",
},
pateway: {
name: "pateway",
displayName: "PatewayAI",
category: "ai-provider",
keywords: ["pateway", "patewayai", "claude", "codex"],
},
palm: {
name: "palm",
displayName: "palm",