diff --git a/README.md b/README.md index d1449c28b..e3227823b 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,11 @@ Register now via this lin Thanks to RunAPI for sponsoring this project! RunAPI is a high-performance and reliable AI model API gateway — one API key gives you access to 150+ mainstream models including OpenAI, Claude, Gemini, DeepSeek, and Grok, with prices as low as 10% of the official rate and excellent stability. It works seamlessly with Claude Code, OpenClaw, and other tools. Exclusive benefit for CC Switch users: register and contact customer support to claim a free ¥14 credit. Register via this link! + +APIKEY.FUN +Thanks to APIKEY.FUN for sponsoring this project! APIKEY.FUN is a professional enterprise-grade AI relay platform dedicated to providing stable, efficient, and low-cost AI model API access for enterprises and individual developers. The platform supports popular mainstream models such as Claude, OpenAI, and Gemini, with prices as low as 7% of official rates. Register through this project's exclusive link to enjoy an exclusive offer of up to permanent 5% off top-ups. + + diff --git a/README_DE.md b/README_DE.md index 8d3076557..5c335ba5c 100644 --- a/README_DE.md +++ b/README_DE.md @@ -131,6 +131,11 @@ Registrieren Sie sich jetzt über diesen Link! + +APIKEY.FUN +Danke an APIKEY.FUN für die Unterstützung dieses Projekts! APIKEY.FUN ist eine professionelle KI-Relay-Plattform auf Enterprise-Niveau, die Unternehmen und einzelnen Entwicklern stabilen, effizienten und kostengünstigen Zugriff auf KI-Modell-APIs bietet. Die Plattform unterstützt beliebte Mainstream-Modelle wie Claude, OpenAI und Gemini, mit Preisen ab 7 % der offiziellen Tarife. Wer sich über den exklusiven Link dieses Projekts registriert, kann ein exklusives Angebot von bis zu dauerhaft 5 % Rabatt auf Aufladungen erhalten. + + diff --git a/README_JA.md b/README_JA.md index aa873d4e9..d4129531f 100644 --- a/README_JA.md +++ b/README_JA.md @@ -130,6 +130,11 @@ Claude Code / Codex / Gemini 公式チャンネルが最安で元価格の 38% / 本プロジェクトのスポンサーである RunAPI に感謝いたします!RunAPI は高効率で安定した AI モデル API ゲートウェイです。一つの API Key で、OpenAI、Claude、Gemini、DeepSeek、Grok など 150 種類以上の主要モデルにアクセス可能。料金は公式価格の最大 10%、安定性にも優れ、Claude Code や OpenClaw などのツールとシームレスに連携できます。CC Switch ユーザー限定特典:ご登録後にカスタマーサポートへご連絡いただくと、14 元の無料クレジットを進呈いたします。こちらからご登録ください! + +APIKEY.FUN +APIKEY.FUN のご支援に感謝します!APIKEY.FUN は、企業および個人開発者向けに安定・高効率・低コストな AI モデル API 接続サービスを提供する、プロフェッショナルなエンタープライズ級 AI リレープラットフォームです。Claude、OpenAI、Gemini などの主要人気モデルに対応し、料金は公式価格の 7% から利用できます。本プロジェクトの専用リンクから登録すると、最大でチャージ永久 5% オフの特別優待も受けられます。 + + diff --git a/README_ZH.md b/README_ZH.md index bc855b103..da6b9d4bf 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -131,6 +131,11 @@ Claude Code / Codex / Gemini 官方渠道低至 3.8 / 0.2 / 0.9 折,充值更 感谢 RunAPI 赞助本项目!RunAPI 是高效稳定的 AI 模型 API 中转平台,一个 API Key 即可访问 OpenAI、Claude、Gemini、DeepSeek、Grok 等 150+ 主流模型,低至 1 折,极其稳定,可以无缝兼容 Claude Code、OpenClaw 等工具。RunAPI为CC switch的用户提供了特别福利,注册后联系客服可以领取14元额度,点击此链接注册! + +APIKEY.FUN +感谢 APIKEY.FUN 赞助本项目!APIKEY.FUN 是一家专业的企业级 AI 中转站,致力于为企业和个人开发者提供稳定、高效、低成本的 AI 模型 API 接入服务。平台支持 Claude、OpenAI、Gemini 等主流热门模型,价格低至官方原价的 7%。通过本项目专属链接注册,还可享受最高 充值永久 95 折 专属优惠。 + + diff --git a/assets/partners/logos/apikey_banner.png b/assets/partners/logos/apikey_banner.png new file mode 100644 index 000000000..ecbfb12f8 Binary files /dev/null and b/assets/partners/logos/apikey_banner.png differ diff --git a/src/config/claudeDesktopProviderPresets.ts b/src/config/claudeDesktopProviderPresets.ts index ecf7bf999..44862985b 100644 --- a/src/config/claudeDesktopProviderPresets.ts +++ b/src/config/claudeDesktopProviderPresets.ts @@ -595,6 +595,20 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [ partnerPromotionKey: "packycode", icon: "packycode", }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + category: "third_party", + baseUrl: "https://api.apikey.fun", + mode: "direct", + apiFormat: "anthropic", + modelRoutes: passthroughRoutes(), + endpointCandidates: ["https://api.apikey.fun", "https://slb.apikey.fun"], + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + }, { name: "ClaudeAPI", websiteUrl: "https://claudeapi.com", diff --git a/src/config/claudeProviderPresets.ts b/src/config/claudeProviderPresets.ts index f0035a24c..bcf68b628 100644 --- a/src/config/claudeProviderPresets.ts +++ b/src/config/claudeProviderPresets.ts @@ -627,6 +627,23 @@ export const providerPresets: ProviderPreset[] = [ partnerPromotionKey: "packycode", // 促销信息 i18n key icon: "packycode", }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + settingsConfig: { + env: { + ANTHROPIC_BASE_URL: "https://api.apikey.fun", + ANTHROPIC_AUTH_TOKEN: "", + CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1", + }, + }, + endpointCandidates: ["https://api.apikey.fun", "https://slb.apikey.fun"], + category: "third_party", + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + }, { name: "ClaudeAPI", websiteUrl: "https://claudeapi.com", diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index aabb2472f..abd7bf083 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -828,6 +828,32 @@ requires_openai_auth = true`, partnerPromotionKey: "packycode", // 促销信息 i18n key icon: "packycode", }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + category: "third_party", + auth: generateThirdPartyAuth(""), + config: `model_provider = "custom" +model = "gpt-5.5" +review_model = "gpt-5.5" +model_reasoning_effort = "high" +disable_response_storage = true + +[model_providers.custom] +name = "APIKEY.FUN" +base_url = "https://api.apikey.fun/v1" +wire_api = "responses" +requires_openai_auth = true`, + endpointCandidates: [ + "https://api.apikey.fun/v1", + "https://slb.apikey.fun/v1", + ], + apiFormat: "openai_responses", + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + }, { name: "ClaudeCN", websiteUrl: "https://claudecn.top", diff --git a/src/config/geminiProviderPresets.ts b/src/config/geminiProviderPresets.ts index 6de7428b7..e3c41a260 100644 --- a/src/config/geminiProviderPresets.ts +++ b/src/config/geminiProviderPresets.ts @@ -91,6 +91,26 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [ ], icon: "packycode", }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + settingsConfig: { + env: { + GOOGLE_GEMINI_BASE_URL: "https://api.apikey.fun", + GEMINI_API_KEY: "", + GEMINI_MODEL: "gemini-3-pro-preview", + }, + }, + baseURL: "https://api.apikey.fun", + model: "gemini-3-pro-preview", + description: "APIKEY.FUN", + category: "third_party", + isPartner: true, + partnerPromotionKey: "apikeyfun", + endpointCandidates: ["https://api.apikey.fun", "https://slb.apikey.fun"], + icon: "apikeyfun", + }, { name: "Cubence", websiteUrl: "https://cubence.com", diff --git a/src/config/hermesProviderPresets.ts b/src/config/hermesProviderPresets.ts index 9053efe27..cd547bbb0 100644 --- a/src/config/hermesProviderPresets.ts +++ b/src/config/hermesProviderPresets.ts @@ -746,6 +746,41 @@ export const hermesProviderPresets: HermesProviderPreset[] = [ model: { default: "claude-opus-4-7", provider: "packycode" }, }, }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + settingsConfig: { + name: "apikeyfun", + base_url: "https://api.apikey.fun", + api_key: "", + api_mode: "anthropic_messages", + models: [ + { + id: "claude-opus-4-7", + name: "Claude Opus 4.7", + context_length: 1000000, + }, + { + id: "claude-sonnet-4-6", + name: "Claude Sonnet 4.6", + context_length: 1000000, + }, + { + id: "claude-haiku-4-5", + name: "Claude Haiku 4.5", + context_length: 200000, + }, + ], + }, + category: "third_party", + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + suggestedDefaults: { + model: { default: "claude-opus-4-7", provider: "apikeyfun" }, + }, + }, { name: "Cubence", websiteUrl: "https://cubence.com", diff --git a/src/config/openclawProviderPresets.ts b/src/config/openclawProviderPresets.ts index 15433f19a..c1708236d 100644 --- a/src/config/openclawProviderPresets.ts +++ b/src/config/openclawProviderPresets.ts @@ -1423,6 +1423,55 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [ }, }, }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + settingsConfig: { + baseUrl: "https://api.apikey.fun", + apiKey: "", + api: "anthropic-messages", + models: [ + { + id: "claude-opus-4-7", + name: "Claude Opus 4.7", + contextWindow: 1000000, + }, + { + id: "claude-sonnet-4-6", + name: "Claude Sonnet 4.6", + contextWindow: 1000000, + }, + { + id: "claude-haiku-4-5", + name: "Claude Haiku 4.5", + contextWindow: 200000, + }, + ], + }, + category: "third_party", + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + templateValues: { + apiKey: { + label: "API Key", + placeholder: "", + editorValue: "", + }, + }, + suggestedDefaults: { + model: { + primary: "apikeyfun/claude-opus-4-7", + fallbacks: ["apikeyfun/claude-sonnet-4-6"], + }, + modelCatalog: { + "apikeyfun/claude-opus-4-7": { alias: "Opus" }, + "apikeyfun/claude-sonnet-4-6": { alias: "Sonnet" }, + "apikeyfun/claude-haiku-4-5": { alias: "Haiku" }, + }, + }, + }, { name: "Cubence", websiteUrl: "https://cubence.com", diff --git a/src/config/opencodeProviderPresets.ts b/src/config/opencodeProviderPresets.ts index dd67ae18a..8259c1836 100644 --- a/src/config/opencodeProviderPresets.ts +++ b/src/config/opencodeProviderPresets.ts @@ -1206,6 +1206,36 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [ }, }, }, + { + name: "APIKEY.FUN", + websiteUrl: "https://apikey.fun", + apiKeyUrl: "https://apikey.fun/register?aff=CCSwitch", + settingsConfig: { + npm: "@ai-sdk/anthropic", + name: "APIKEY.FUN", + options: { + baseURL: "https://api.apikey.fun/v1", + apiKey: "", + setCacheKey: true, + }, + models: { + "claude-opus-4-7": { name: "Claude Opus 4.7" }, + "claude-sonnet-4-6": { name: "Claude Sonnet 4.6" }, + "claude-haiku-4-5": { name: "Claude Haiku 4.5" }, + }, + }, + category: "third_party", + isPartner: true, + partnerPromotionKey: "apikeyfun", + icon: "apikeyfun", + templateValues: { + apiKey: { + label: "API Key", + placeholder: "", + editorValue: "", + }, + }, + }, { name: "Cubence", websiteUrl: "https://cubence.com", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index dacf5cf2a..150324e1b 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -867,6 +867,7 @@ "getApiKey": "Get API Key", "partnerPromotion": { "packycode": "PackyCode is an official partner of CC Switch. Register using this link and enter \"cc-switch\" promo code during recharge to get 10% off", + "apikeyfun": "APIKEY.FUN offers a special deal for CC Switch users. Register through the exclusive link to enjoy up to permanent 5% off top-ups.", "patewayai": "PatewayAI offers special benefits for CC Switch users. Register via this link to receive $3 credit.", "claudeapi": "ClaudeAPI offers special benefits for CC Switch users. Register via this link to claim test credits.", "claudecn": "ClaudeCN is an enterprise-grade AI gateway operated by a registered company, supporting enterprise procurement processes with corporate payments, contracts, and compliance guarantees.", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 846f5bcee..a17947c0a 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -867,6 +867,7 @@ "getApiKey": "API Key を取得", "partnerPromotion": { "packycode": "PackyCode は CC Switch の公式パートナーです。登録後チャージ時に \"cc-switch\" を入力すると 10% オフ", + "apikeyfun": "APIKEY.FUN は CC Switch ユーザー向けに特別優待を提供しています。専用リンクから登録すると、最大でチャージ永久 5% オフを受けられます。", "patewayai": "PatewayAI は CC Switch ユーザーに特別な特典を提供しています。このリンクから登録すると $3 のクレジットがもらえます。", "claudeapi": "ClaudeAPI は CC Switch ユーザーに特別な特典を提供しています。このリンクから登録するとテストクレジットを受け取ることができます。", "claudecn": "ClaudeCN は登録企業が運営するエンタープライズグレードの AI ゲートウェイプラットフォームで、企業調達プロセスをサポートし、法人支払い、契約、コンプライアンス保証を提供します。", diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json index 93b88c948..7b7064e8f 100644 --- a/src/i18n/locales/zh-TW.json +++ b/src/i18n/locales/zh-TW.json @@ -838,6 +838,7 @@ "getApiKey": "取得 API Key", "partnerPromotion": { "packycode": "PackyCode 是 CC Switch 的官方合作夥伴,使用此連結註冊並在儲值時填寫「cc-switch」優惠碼,可以享受 9 折優惠", + "apikeyfun": "APIKEY.FUN 為 CC Switch 的使用者提供了特別優惠,透過專屬連結註冊,可享受最高儲值永久 95 折優惠。", "patewayai": "PatewayAI 為 CC Switch 的使用者提供了特別福利,透過此連結註冊可以獲得 3 美元額度。", "claudeapi": "ClaudeAPI 為 CC Switch 的使用者提供了特別福利,透過此連結註冊可以領取測試額度。", "claudecn": "ClaudeCN 是一家實體企業營運的企業級 AI 中繼平台,支援企業採購流程,可對公打款、簽約,服務合規有保障。", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index afeca3f5b..5086c8d1a 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -867,6 +867,7 @@ "getApiKey": "获取 API Key", "partnerPromotion": { "packycode": "PackyCode 是 CC Switch 的官方合作伙伴,使用此链接注册并在充值时填写 \"cc-switch\" 优惠码,可以享受9折优惠", + "apikeyfun": "APIKEY.FUN 为 CC Switch 的用户提供了特别优惠,通过专属链接注册,可享受最高充值永久 95 折优惠。", "patewayai": "PatewayAI 为 CC Switch 的用户提供了特别福利,通过此链接注册可以获得3美元额度。", "claudeapi": "ClaudeAPI 为 CC Switch 的用户提供了特别福利,通过此链接注册可以领取测试额度。", "claudecn": "ClaudeCN 是一家实体企业运营的企业级AI中转平台,支持企业采购流程,可对公打款、签约,服务合规有保障。", diff --git a/src/icons/extracted/apikeyfun.png b/src/icons/extracted/apikeyfun.png new file mode 100644 index 000000000..982926382 Binary files /dev/null and b/src/icons/extracted/apikeyfun.png differ diff --git a/src/icons/extracted/index.ts b/src/icons/extracted/index.ts index 39a04d7f8..405bd591f 100644 --- a/src/icons/extracted/index.ts +++ b/src/icons/extracted/index.ts @@ -1,6 +1,7 @@ // Auto-generated icon index // Do not edit manually +import _apikeyfun from "./apikeyfun.png"; import _claudeapi from "./ClaudeApi.png"; import _byteplus from "./byteplus.png"; import _claudecn from "./claudecn.png"; @@ -87,6 +88,7 @@ export const icons: Record = { }; export const iconUrls: Record = { + apikeyfun: _apikeyfun, byteplus: _byteplus, claudeapi: _claudeapi, claudecn: _claudecn, diff --git a/src/icons/extracted/metadata.ts b/src/icons/extracted/metadata.ts index 9b9311377..4fc1b46aa 100644 --- a/src/icons/extracted/metadata.ts +++ b/src/icons/extracted/metadata.ts @@ -9,6 +9,21 @@ export const iconMetadata: Record = { keywords: ["aigocode", "aigo", "code", "third-party"], defaultColor: "#5B7FFF", }, + apikeyfun: { + name: "apikeyfun", + displayName: "APIKEY.FUN", + category: "ai-provider", + keywords: [ + "apikeyfun", + "api key", + "gateway", + "relay", + "claude", + "codex", + "gemini", + ], + defaultColor: "#9C3F00", + }, alibaba: { name: "alibaba", displayName: "Alibaba",