diff --git a/README.md b/README.md index d75e3392f..bac70be1b 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,11 @@ Register now via this lin Atlas Cloud is a full-modal AI inference platform that gives developers a single AI API to access video generation, image generation, and LLM APIs. Instead of managing multiple vendor integrations, you connect once and get unified access to 300+ curated models across all modalities. Check out Atlas Cloud's new coding plan promotion for more budget-friendly API access! + +CCSub +Thanks to CCSub for sponsoring this project! CCSub is a stable, affordable AI API relay platform — your drop-in replacement for a Claude.ai subscription. One API key gives you access to Claude Opus 4.8, Sonnet, Haiku, GPT-5, Gemini, and DeepSeek at roughly 30% of direct API cost, with no VPN required from anywhere in the world. Compatible with Claude Code, Codex, Cursor, Cline, Continue, Windsurf, and all major AI coding tools. Register via this link and get $5 free credit on sign-up. + + diff --git a/README_DE.md b/README_DE.md index 54ed50d03..bec5cf687 100644 --- a/README_DE.md +++ b/README_DE.md @@ -146,6 +146,11 @@ Registrieren Sie sich jetzt über Coding-Plan-Aktion von Atlas Cloud für kostengünstigeren API-Zugang an! + +CCSub +Danke an CCSub für die Unterstützung dieses Projekts! CCSub ist eine zuverlässige und kostengünstige AI-API-Relay-Plattform — Ihr direkter Ersatz für ein Claude.ai-Abonnement. Mit einem einzigen API-Schlüssel erhalten Sie Zugriff auf Claude Opus 4.8, Sonnet, Haiku, GPT-5, Gemini und DeepSeek zu etwa 30 % der Kosten der direkten API-Nutzung — ohne VPN, weltweit nutzbar. Kompatibel mit Claude Code, Codex, Cursor, Cline, Continue, Windsurf und allen gängigen AI-Coding-Tools. Registrieren Sie sich über diesen Link und erhalten Sie $5 Startguthaben bei der Anmeldung. + + diff --git a/README_JA.md b/README_JA.md index 8a1e29ebb..d100d4d08 100644 --- a/README_JA.md +++ b/README_JA.md @@ -145,6 +145,11 @@ Claude Code / Codex / Gemini 公式チャンネルが最安で元価格の 38% / Atlas Cloud は、1 つの API で動画・画像生成や LLM(大規模言語モデル)を利用できる全モーダル対応の AI 推論プラットフォームです。複数のベンダーを個別に管理する手間を省き、一度の接続で 300 以上の厳選されたマルチモーダルモデルにアクセスできます。より低コストで API を利用できる、開発者向けの新しい「コーディングプラン」プロモーションをぜひチェックしてください! + +CCSub +CCSub のご支援に感謝します!CCSub は安定した低価格の AI API リレープラットフォームで、Claude Code 公式サブスクリプションの強力な代替です。1 つの API キーで Claude Opus 4.8、Sonnet 4.6、Haiku 4.5、GPT-5、Gemini、DeepSeek の全モデルを公式直接利用の約 1/3 のコストでご利用いただけます。VPN 不要で世界中から直接接続可能。Claude Code、Codex、Cursor、Cline、Continue、Windsurf など主要な AI コーディングツールすべてに対応しています。こちらのリンクから登録すると $5 の無料クレジットがもらえます。 + + diff --git a/README_ZH.md b/README_ZH.md index 02393fccf..6059d7b93 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -146,6 +146,11 @@ Claude Code / Codex / Gemini 官方渠道低至 3.8 / 0.2 / 0.9 折,充值更 Atlas Cloud 是一个全模态 AI 推理平台,通过单一 API 为开发者提供视频生成、图像生成及 LLM 接入。免去繁琐的多供应商对接,一次连接即可调用 300+ 款全模态精选模型。立即查看 Atlas Cloud 全新“编程计划”优惠,获取更具性价比的 API 接入! + +CCSub +感谢 CCSub 赞助本项目!CCSub 是稳定、实惠的 AI API 中转平台,是 Claude Code 官方订阅的超强平替。一个 API Key 即可调用 Claude Opus 4.8、Sonnet 4.6、Haiku 4.5、GPT-5、Gemini、DeepSeek 全系列模型,价格约为官方直连的 1/3,全球直连无需梯子。兼容 Claude Code、Codex、Cursor、Cline、Continue、Windsurf 等所有主流 AI 编程工具。通过此链接注册即送 $5 体验额度! + + diff --git a/assets/partners/logos/ccsub.jpg b/assets/partners/logos/ccsub.jpg new file mode 100644 index 000000000..34253552f Binary files /dev/null and b/assets/partners/logos/ccsub.jpg differ diff --git a/src/config/claudeDesktopProviderPresets.ts b/src/config/claudeDesktopProviderPresets.ts index 88f649a7f..8ac82b580 100644 --- a/src/config/claudeDesktopProviderPresets.ts +++ b/src/config/claudeDesktopProviderPresets.ts @@ -167,6 +167,19 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [ partnerPromotionKey: "shengsuanyun", icon: "shengsuanyun", }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + category: "aggregator", + baseUrl: "https://www.ccsub.net", + mode: "direct", + apiFormat: "anthropic", + modelRoutes: passthroughRoutes(true), + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + }, { name: "PatewayAI", websiteUrl: "https://pateway.ai", diff --git a/src/config/claudeProviderPresets.ts b/src/config/claudeProviderPresets.ts index 17abe3beb..88bd2e6dc 100644 --- a/src/config/claudeProviderPresets.ts +++ b/src/config/claudeProviderPresets.ts @@ -109,6 +109,21 @@ export const providerPresets: ProviderPreset[] = [ partnerPromotionKey: "shengsuanyun", icon: "shengsuanyun", }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + settingsConfig: { + env: { + ANTHROPIC_BASE_URL: "https://www.ccsub.net", + ANTHROPIC_AUTH_TOKEN: "", + }, + }, + category: "aggregator", + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + }, { name: "PatewayAI", websiteUrl: "https://pateway.ai", diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index 7778f4eb7..d2e6aeb6d 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -116,6 +116,22 @@ export const codexProviderPresets: CodexProviderPreset[] = [ partnerPromotionKey: "shengsuanyun", icon: "shengsuanyun", }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + category: "aggregator", + auth: generateThirdPartyAuth(""), + config: generateThirdPartyConfig( + "ccsub", + "https://www.ccsub.net/v1", + "gpt-5.5", + ), + endpointCandidates: ["https://www.ccsub.net/v1"], + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + }, { name: "PatewayAI", websiteUrl: "https://pateway.ai", diff --git a/src/config/hermesProviderPresets.ts b/src/config/hermesProviderPresets.ts index 74d20506f..fda9561db 100644 --- a/src/config/hermesProviderPresets.ts +++ b/src/config/hermesProviderPresets.ts @@ -351,6 +351,56 @@ export const hermesProviderPresets: HermesProviderPreset[] = [ }, }, }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + settingsConfig: { + name: "ccsub", + base_url: "https://www.ccsub.net/v1", + api_key: "", + api_mode: "chat_completions", + models: [ + { + id: "claude-opus-4-8", + name: "Claude Opus 4.8", + context_length: 1000000, + }, + { + id: "claude-sonnet-4-6", + name: "Claude Sonnet 4.6", + context_length: 1000000, + }, + { + id: "gpt-5.5", + name: "GPT-5.5", + context_length: 400000, + }, + { + id: "o3", + name: "o3", + context_length: 200000, + }, + { + id: "gemini-3.1-pro", + name: "Gemini 3.1 Pro", + context_length: 1000000, + }, + { + id: "deepseek-v4-flash", + name: "DeepSeek V4 Flash", + context_length: 1000000, + }, + ], + }, + category: "aggregator", + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + suggestedDefaults: { + model: { default: "claude-opus-4-8", provider: "ccsub" }, + }, + }, { name: "Nous Research", websiteUrl: "https://nousresearch.com", diff --git a/src/config/openclawProviderPresets.ts b/src/config/openclawProviderPresets.ts index cae81bf96..223327177 100644 --- a/src/config/openclawProviderPresets.ts +++ b/src/config/openclawProviderPresets.ts @@ -900,6 +900,75 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [ }, }, }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + settingsConfig: { + baseUrl: "https://www.ccsub.net/v1", + apiKey: "", + api: "openai-completions", + models: [ + { + id: "claude-opus-4-8", + name: "Claude Opus 4.8", + contextWindow: 1000000, + cost: { input: 5, output: 25 }, + }, + { + id: "claude-sonnet-4-6", + name: "Claude Sonnet 4.6", + contextWindow: 1000000, + cost: { input: 3, output: 15 }, + }, + { + id: "gpt-5.5", + name: "GPT-5.5", + contextWindow: 400000, + cost: { input: 5, output: 15 }, + }, + { + id: "o3", + name: "o3", + contextWindow: 200000, + cost: { input: 10, output: 40 }, + }, + { + id: "gemini-3.1-pro", + name: "Gemini 3.1 Pro", + contextWindow: 1000000, + cost: { input: 1.25, output: 10 }, + }, + { + id: "deepseek-v4-flash", + name: "DeepSeek V4 Flash", + contextWindow: 1000000, + cost: { input: 0.14, output: 0.28 }, + }, + ], + }, + category: "aggregator", + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + templateValues: { + apiKey: { + label: "API Key", + placeholder: "", + editorValue: "", + }, + }, + suggestedDefaults: { + model: { + primary: "ccsub/claude-opus-4-8", + fallbacks: ["ccsub/claude-sonnet-4-6"], + }, + modelCatalog: { + "ccsub/claude-opus-4-8": { alias: "Opus" }, + "ccsub/claude-sonnet-4-6": { alias: "Sonnet" }, + }, + }, + }, { name: "CherryIN", websiteUrl: "https://open.cherryin.ai", diff --git a/src/config/opencodeProviderPresets.ts b/src/config/opencodeProviderPresets.ts index c8b9ae1b0..103aacdf0 100644 --- a/src/config/opencodeProviderPresets.ts +++ b/src/config/opencodeProviderPresets.ts @@ -308,6 +308,39 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [ }, }, }, + { + name: "CCSub", + websiteUrl: "https://www.ccsub.net", + apiKeyUrl: "https://www.ccsub.net/register?ref=Y6Z8DXEA", + settingsConfig: { + npm: "@ai-sdk/openai-compatible", + name: "CCSub", + options: { + baseURL: "https://www.ccsub.net/v1", + apiKey: "", + setCacheKey: true, + }, + models: { + "claude-opus-4-8": { name: "Claude Opus 4.8" }, + "claude-sonnet-4-6": { name: "Claude Sonnet 4.6" }, + "gpt-5.5": { name: "GPT-5.5" }, + o3: { name: "o3" }, + "gemini-3.1-pro": { name: "Gemini 3.1 Pro" }, + "deepseek-v4-flash": { name: "DeepSeek V4 Flash" }, + }, + }, + category: "aggregator", + isPartner: true, + partnerPromotionKey: "ccsub", + icon: "ccsub", + templateValues: { + apiKey: { + label: "API Key", + placeholder: "", + editorValue: "", + }, + }, + }, { name: "火山Agentplan", websiteUrl: diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 25cbf306d..ad461bc75 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1001,7 +1001,8 @@ "lemondata": "Lemon Code offers a special promotion for CC Switch users. Sign up via this link to receive $1 in free credits.", "doubaoseed": "DouBao offers exclusive benefits for CC Switch users: register via this link to get 500K tokens of inference credits for all DouBao text models and 5M tokens of free Seedance 2.0 credits.", "volcengine_agentplan": "Volcengine Ark Agent Plan offers exclusive benefits for CC Switch users: subscribe via this link, starting from ¥40/month for new customers.", - "byteplus": "Register via this link to get 500,000 tokens of free inference quota per model." + "byteplus": "Register via this link to get 500,000 tokens of free inference quota per model.", + "ccsub": "CCSub is a stable, affordable AI API relay — a drop-in replacement for Claude.ai & OpenAI subscriptions, with one key for all models at ~30% of direct API cost." }, "presets": { "ucloud": "Compshare", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 022de9f1b..0abf87721 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -1001,7 +1001,8 @@ "lemondata": "Lemon Code は CC Switch ユーザー向けの特別オファーを提供しています。このリンクから登録すると 1 ドル分の無料クレジットがもらえます。", "doubaoseed": "豆包大モデルは CC Switch ユーザーに専属特典を提供しています:このリンクから登録すると、豆包全テキストモデル50万トークンの推論クレジットおよびSeedance2.0の500万トークン無料クレジットがもらえます。", "volcengine_agentplan": "火山方舟 Agent Plan は CC Switch ユーザーに専属特典を提供しています:このリンクから方舟AgentPlanを購読すると、新規のお客様は初月40元から利用できます。", - "byteplus": "このリンクから登録すると、各モデルごとに50万トークンの無料推論クォータがもらえます。" + "byteplus": "このリンクから登録すると、各モデルごとに50万トークンの無料推論クォータがもらえます。", + "ccsub": "CCSub は安定・低価格の AI API リレーサービスです。Claude Code の公式サブスクリプションの代替として、1つのキーで全モデルを公式比約1/3のコストで利用できます。" }, "presets": { "ucloud": "Compshare", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 16d539116..675b2cd85 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -1001,7 +1001,8 @@ "lemondata": "Lemon Code 为 CC Switch 的用户提供了特别优惠。使用此链接注册可以获得1美元免费额度。", "doubaoseed": "豆包大模型为 CC Switch 的用户提供了专属福利:通过此链接注册即可获取豆包全系列文本模型 50万tokens推理额度以及Seedance2.0的500万tokens免费额度", "volcengine_agentplan": "火山方舟 Agent Plan 为 CC Switch 的用户提供了专属福利:通过此链接订阅方舟AgentPlan,新客户首月40元起。", - "byteplus": "通过此链接注册即可获取每个模型50万tokens的免费推理额度。" + "byteplus": "通过此链接注册即可获取每个模型50万tokens的免费推理额度。", + "ccsub": "CCSub 是稳定、实惠的 AI API 中转平台,Claude Code 官方订阅的超强平替,一个 Key 覆盖全部模型,价格约为官方 1/3。" }, "presets": { "ucloud": "优云智算", diff --git a/src/icons/extracted/ccsub.svg b/src/icons/extracted/ccsub.svg new file mode 100644 index 000000000..14dc84254 --- /dev/null +++ b/src/icons/extracted/ccsub.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/icons/extracted/index.ts b/src/icons/extracted/index.ts index 80ec6a43d..338001bf3 100644 --- a/src/icons/extracted/index.ts +++ b/src/icons/extracted/index.ts @@ -6,6 +6,7 @@ import _apinebula from "./apinebula_icon.png"; import _atlascloud from "./atlascloud_icon.png"; import _claudeapi from "./ClaudeApi.png"; import _byteplus from "./byteplus.png"; +import _ccsub from "./ccsub.svg?url"; import _claudecn from "./claudecn.png"; import _cherryin from "./cherryin.png"; import _eflowcode from "./eflowcode.png"; @@ -97,6 +98,7 @@ export const iconUrls: Record = { apinebula: _apinebula, atlascloud: _atlascloud, byteplus: _byteplus, + ccsub: _ccsub, claudeapi: _claudeapi, claudecn: _claudecn, cherryin: _cherryin, diff --git a/src/icons/extracted/metadata.ts b/src/icons/extracted/metadata.ts index eb979496e..9afa9585c 100644 --- a/src/icons/extracted/metadata.ts +++ b/src/icons/extracted/metadata.ts @@ -133,6 +133,13 @@ export const iconMetadata: Record = { keywords: ["byteplus", "volcengine", "ark", "modelark"], defaultColor: "#3370FF", }, + ccsub: { + name: "ccsub", + displayName: "CCSub", + category: "ai-provider", + keywords: ["ccsub", "aggregator", "relay", "claude", "codex", "gateway"], + defaultColor: "#1E88E5", + }, chatglm: { name: "chatglm", displayName: "chatglm",