chore(presets): sync sponsor listing across apps and READMEs

Add the missing AICoding entry to the German README.
This commit is contained in:
Jason
2026-07-26 21:15:42 +08:00
parent bc7c82228b
commit 934a2d0348
12 changed files with 199 additions and 194 deletions
+23 -23
View File
@@ -295,19 +295,22 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
icon: "unity2",
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
category: "third_party",
baseUrl: "https://api.aicoding.sh",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
category: "aggregator",
baseUrl: "https://router.shengsuanyun.com/api",
mode: "direct",
apiFormat: "anthropic",
modelRoutes: passthroughRoutes(),
endpointCandidates: ["https://api.aicoding.sh"],
modelRoutes: mappedRoutes(
"anthropic/claude-sonnet-5",
"anthropic/claude-opus-5",
"anthropic/claude-haiku-4.5",
),
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
},
{
name: "AIGoCode",
@@ -325,22 +328,19 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
iconColor: "#5B7FFF",
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
category: "aggregator",
baseUrl: "https://router.shengsuanyun.com/api",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
category: "third_party",
baseUrl: "https://api.aicoding.sh",
mode: "direct",
apiFormat: "anthropic",
modelRoutes: mappedRoutes(
"anthropic/claude-sonnet-5",
"anthropic/claude-opus-5",
"anthropic/claude-haiku-4.5",
),
modelRoutes: passthroughRoutes(),
endpointCandidates: ["https://api.aicoding.sh"],
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
},
{
name: "SubRouter",
+23 -23
View File
@@ -265,21 +265,24 @@ export const providerPresets: ProviderPreset[] = [
icon: "unity2",
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.aicoding.sh",
ANTHROPIC_BASE_URL: "https://router.shengsuanyun.com/api",
ANTHROPIC_AUTH_TOKEN: "",
ANTHROPIC_MODEL: "anthropic/claude-sonnet-5",
ANTHROPIC_DEFAULT_HAIKU_MODEL: "anthropic/claude-haiku-4.5",
ANTHROPIC_DEFAULT_SONNET_MODEL: "anthropic/claude-sonnet-5",
ANTHROPIC_DEFAULT_OPUS_MODEL: "anthropic/claude-opus-5",
},
},
endpointCandidates: ["https://api.aicoding.sh"],
category: "third_party",
isPartner: true, // 合作伙伴
partnerPromotionKey: "aicoding", // 促销信息 i18n key
icon: "aicoding",
iconColor: "#000000",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
},
{
name: "AIGoCode",
@@ -300,24 +303,21 @@ export const providerPresets: ProviderPreset[] = [
iconColor: "#5B7FFF",
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://router.shengsuanyun.com/api",
ANTHROPIC_BASE_URL: "https://api.aicoding.sh",
ANTHROPIC_AUTH_TOKEN: "",
ANTHROPIC_MODEL: "anthropic/claude-sonnet-5",
ANTHROPIC_DEFAULT_HAIKU_MODEL: "anthropic/claude-haiku-4.5",
ANTHROPIC_DEFAULT_SONNET_MODEL: "anthropic/claude-sonnet-5",
ANTHROPIC_DEFAULT_OPUS_MODEL: "anthropic/claude-opus-5",
},
},
category: "aggregator",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
endpointCandidates: ["https://api.aicoding.sh"],
category: "third_party",
isPartner: true, // 合作伙伴
partnerPromotionKey: "aicoding", // 促销信息 i18n key
icon: "aicoding",
iconColor: "#000000",
},
{
name: "SubRouter",
+20 -20
View File
@@ -333,20 +333,20 @@ requires_openai_auth = true`,
icon: "unity2",
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"aicoding",
"https://api.aicoding.sh",
"gpt-5.6-sol",
"shengsuanyun",
"https://router.shengsuanyun.com/api/v1",
"openai/gpt-5.6-sol",
),
endpointCandidates: ["https://api.aicoding.sh"],
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
},
{
name: "AIGoCode",
@@ -366,20 +366,20 @@ requires_openai_auth = true`,
iconColor: "#5B7FFF",
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"shengsuanyun",
"https://router.shengsuanyun.com/api/v1",
"openai/gpt-5.6-sol",
"aicoding",
"https://api.aicoding.sh",
"gpt-5.6-sol",
),
category: "aggregator",
endpointCandidates: ["https://api.aicoding.sh"],
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
},
{
name: "SubRouter",
+25 -25
View File
@@ -133,24 +133,23 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [
icon: "unity2",
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
env: {
GOOGLE_GEMINI_BASE_URL: "https://api.aicoding.sh",
GEMINI_MODEL: "gemini-3.6-flash",
GOOGLE_GEMINI_BASE_URL: "https://router.shengsuanyun.com/api",
GEMINI_MODEL: "google/gemini-3.6-flash",
},
},
baseURL: "https://api.aicoding.sh",
model: "gemini-3.6-flash",
description: "AICoding",
category: "third_party",
baseURL: "https://router.shengsuanyun.com/api",
model: "google/gemini-3.6-flash",
description: "Shengsuanyun",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
endpointCandidates: ["https://api.aicoding.sh"],
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
},
{
name: "AIGoCode",
@@ -173,23 +172,24 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [
iconColor: "#5B7FFF",
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
env: {
GOOGLE_GEMINI_BASE_URL: "https://router.shengsuanyun.com/api",
GEMINI_MODEL: "google/gemini-3.6-flash",
GOOGLE_GEMINI_BASE_URL: "https://api.aicoding.sh",
GEMINI_MODEL: "gemini-3.6-flash",
},
},
baseURL: "https://router.shengsuanyun.com/api",
model: "google/gemini-3.6-flash",
description: "Shengsuanyun",
category: "aggregator",
baseURL: "https://api.aicoding.sh",
model: "gemini-3.6-flash",
description: "AICoding",
category: "third_party",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
endpointCandidates: ["https://api.aicoding.sh"],
icon: "aicoding",
iconColor: "#000000",
},
{
name: "SubRouter",
+13 -13
View File
@@ -181,19 +181,6 @@ export const grokBuildProviderPresets: GrokBuildProviderPreset[] = [
partnerPromotionKey: "unity2",
icon: "unity2",
},
{
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
auth: grokAuth(),
config: grokPresetConfig("AIGoCode", "https://api.aigocode.com"),
endpointCandidates: ["https://api.aigocode.com"],
category: "third_party",
isPartner: true,
partnerPromotionKey: "aigocode",
icon: "aigocode",
iconColor: "#5B7FFF",
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
@@ -210,6 +197,19 @@ export const grokBuildProviderPresets: GrokBuildProviderPreset[] = [
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
},
{
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
auth: grokAuth(),
config: grokPresetConfig("AIGoCode", "https://api.aigocode.com"),
endpointCandidates: ["https://api.aigocode.com"],
category: "third_party",
isPartner: true,
partnerPromotionKey: "aigocode",
icon: "aigocode",
iconColor: "#5B7FFF",
},
{
name: "SubRouter",
websiteUrl: "https://subrouter.ai",
+28 -28
View File
@@ -335,27 +335,23 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
},
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
name: "aicoding",
base_url: "https://api.aicoding.sh",
name: "shengsuanyun",
base_url: "https://router.shengsuanyun.com/api/v1",
api_key: "",
api_mode: "anthropic_messages",
models: [
{ id: "claude-opus-5", name: "Claude Opus 5" },
{ id: "claude-sonnet-5", name: "Claude Sonnet 5" },
{ id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
],
api_mode: "chat_completions",
models: [{ id: "openai/gpt-5.6-sol", name: "GPT-5.6 Sol" }],
},
category: "third_party",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
suggestedDefaults: {
model: { default: "claude-opus-5", provider: "aicoding" },
model: { default: "openai/gpt-5.6-sol", provider: "shengsuanyun" },
},
},
{
@@ -383,23 +379,27 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
},
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
name: "shengsuanyun",
base_url: "https://router.shengsuanyun.com/api/v1",
name: "aicoding",
base_url: "https://api.aicoding.sh",
api_key: "",
api_mode: "chat_completions",
models: [{ id: "openai/gpt-5.6-sol", name: "GPT-5.6 Sol" }],
api_mode: "anthropic_messages",
models: [
{ id: "claude-opus-5", name: "Claude Opus 5" },
{ id: "claude-sonnet-5", name: "Claude Sonnet 5" },
{ id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
],
},
category: "aggregator",
category: "third_party",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
suggestedDefaults: {
model: { default: "openai/gpt-5.6-sol", provider: "shengsuanyun" },
model: { default: "claude-opus-5", provider: "aicoding" },
},
},
{
+28 -28
View File
@@ -467,33 +467,33 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
},
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
baseUrl: "https://api.aicoding.sh",
baseUrl: "https://router.shengsuanyun.com/api",
apiKey: "",
api: "anthropic-messages",
models: [
{
id: "claude-opus-5",
id: "anthropic/claude-opus-5",
name: "Claude Opus 5",
contextWindow: 1000000,
cost: { input: 5, output: 25 },
},
{
id: "claude-sonnet-5",
id: "anthropic/claude-sonnet-5",
name: "Claude Sonnet 5",
contextWindow: 1000000,
cost: { input: 3, output: 15 },
},
],
},
category: "third_party",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
templateValues: {
apiKey: {
label: "API Key",
@@ -503,12 +503,12 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
},
suggestedDefaults: {
model: {
primary: "aicoding/claude-opus-5",
fallbacks: ["aicoding/claude-sonnet-5"],
primary: "shengsuanyun/anthropic/claude-opus-5",
fallbacks: ["shengsuanyun/anthropic/claude-sonnet-5"],
},
modelCatalog: {
"aicoding/claude-opus-5": { alias: "Opus" },
"aicoding/claude-sonnet-5": { alias: "Sonnet" },
"shengsuanyun/anthropic/claude-opus-5": { alias: "Opus" },
"shengsuanyun/anthropic/claude-sonnet-5": { alias: "Sonnet" },
},
},
},
@@ -559,33 +559,33 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
},
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
baseUrl: "https://router.shengsuanyun.com/api",
baseUrl: "https://api.aicoding.sh",
apiKey: "",
api: "anthropic-messages",
models: [
{
id: "anthropic/claude-opus-5",
id: "claude-opus-5",
name: "Claude Opus 5",
contextWindow: 1000000,
cost: { input: 5, output: 25 },
},
{
id: "anthropic/claude-sonnet-5",
id: "claude-sonnet-5",
name: "Claude Sonnet 5",
contextWindow: 1000000,
cost: { input: 3, output: 15 },
},
],
},
category: "aggregator",
category: "third_party",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
templateValues: {
apiKey: {
label: "API Key",
@@ -595,12 +595,12 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
},
suggestedDefaults: {
model: {
primary: "shengsuanyun/anthropic/claude-opus-5",
fallbacks: ["shengsuanyun/anthropic/claude-sonnet-5"],
primary: "aicoding/claude-opus-5",
fallbacks: ["aicoding/claude-sonnet-5"],
},
modelCatalog: {
"shengsuanyun/anthropic/claude-opus-5": { alias: "Opus" },
"shengsuanyun/anthropic/claude-sonnet-5": { alias: "Sonnet" },
"aicoding/claude-opus-5": { alias: "Opus" },
"aicoding/claude-sonnet-5": { alias: "Sonnet" },
},
},
},
+22 -22
View File
@@ -560,27 +560,27 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
npm: "@ai-sdk/anthropic",
name: "AICoding",
name: "Shengsuanyun",
options: {
baseURL: "https://api.aicoding.sh",
baseURL: "https://router.shengsuanyun.com/api/v1",
apiKey: "",
setCacheKey: true,
},
models: {
"claude-sonnet-5": { name: "Claude Sonnet 5" },
"claude-opus-5": { name: "Claude Opus 5" },
"anthropic/claude-opus-5": { name: "Claude Opus 5" },
"anthropic/claude-sonnet-5": { name: "Claude Sonnet 5" },
},
},
category: "third_party",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
templateValues: {
apiKey: {
label: "API Key",
@@ -620,27 +620,27 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
npm: "@ai-sdk/anthropic",
name: "Shengsuanyun",
name: "AICoding",
options: {
baseURL: "https://router.shengsuanyun.com/api/v1",
baseURL: "https://api.aicoding.sh",
apiKey: "",
setCacheKey: true,
},
models: {
"anthropic/claude-opus-5": { name: "Claude Opus 5" },
"anthropic/claude-sonnet-5": { name: "Claude Sonnet 5" },
"claude-sonnet-5": { name: "Claude Sonnet 5" },
"claude-opus-5": { name: "Claude Opus 5" },
},
},
category: "aggregator",
category: "third_party",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
templateValues: {
apiKey: {
label: "API Key",