diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index 7ed268af4..5e71656b7 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -364,6 +364,23 @@ requires_openai_auth = true`, partnerPromotionKey: "lionccapi", icon: "lioncc", }, + { + name: "DDSHub", + websiteUrl: "https://www.ddshub.cc", + apiKeyUrl: "https://ddshub.short.gy/ccswitch", + category: "third_party", + auth: generateThirdPartyAuth(""), + config: generateThirdPartyConfig( + "ddshub", + "https://www.ddshub.cc", + "gpt-5.4", + ), + endpointCandidates: ["https://www.ddshub.cc"], + isPartner: true, + partnerPromotionKey: "ddshub", + icon: "dds", + iconColor: "#000000", + }, { name: "E-FlowCode", websiteUrl: "https://e-flowcode.cc",