feat(presets): add ClaudeAPI provider presets

Add ClaudeAPI as a new partner provider with support for:
- Claude Code preset (using ANTHROPIC_AUTH_TOKEN field)
- Claude Desktop preset (direct mode with passthrough routes)
- Icon configuration (ClaudeApi.png)
- i18n support (zh/en/ja) with test credit promotion

ClaudeAPI provides official Anthropic API keys and AWS Bedrock
routing with support for Tool Use and 1M context.
This commit is contained in:
Jason
2026-05-14 23:07:49 +08:00
parent 4eb5543d9f
commit df11df4d9c
8 changed files with 39 additions and 0 deletions
+6
View File
@@ -72,6 +72,12 @@ export const iconMetadata: Record<string, IconMetadata> = {
keywords: ["anthropic"],
defaultColor: "#D4915D",
},
claudeapi: {
name: "claudeapi",
displayName: "ClaudeAPI",
category: "ai-provider",
keywords: ["claudeapi", "claude", "anthropic", "bedrock"],
},
cloudflare: {
name: "cloudflare",
displayName: "Cloudflare",