chore(presets): update ZetaAPI referral link to go/u117

Refresh the ZetaAPI invite link from /go/ccs to /go/u117 across all
7 app presets (apiKeyUrl) and the four README locales. The historical
CHANGELOG entry and the api.zetaapi.ai endpoints / bare websiteUrl are
left untouched so the referral code stays out of request URLs.
This commit is contained in:
Jason
2026-07-21 18:19:51 +08:00
parent b660061b8a
commit f0b7b81c11
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
category: "aggregator",
baseUrl: "https://api.zetaapi.ai",
mode: "direct",
+1 -1
View File
@@ -275,7 +275,7 @@ export const providerPresets: ProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://api.zetaapi.ai",
+1 -1
View File
@@ -331,7 +331,7 @@ export const codexProviderPresets: CodexProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
category: "aggregator",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
+1 -1
View File
@@ -188,7 +188,7 @@ export const grokBuildProviderPresets: GrokBuildProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
auth: grokAuth(),
config: grokPresetConfig("ZetaAPI", "https://api.zetaapi.ai/v1"),
endpointCandidates: ["https://api.zetaapi.ai/v1"],
+1 -1
View File
@@ -192,7 +192,7 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
settingsConfig: {
name: "zetaapi",
base_url: "https://api.zetaapi.ai/v1",
+1 -1
View File
@@ -407,7 +407,7 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
settingsConfig: {
baseUrl: "https://api.zetaapi.ai/v1",
apiKey: "",
+1 -1
View File
@@ -377,7 +377,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
{
name: "ZetaAPI",
websiteUrl: "https://zetaapi.ai",
apiKeyUrl: "https://zetaapi.ai/go/ccs",
apiKeyUrl: "https://zetaapi.ai/go/u117",
settingsConfig: {
npm: "@ai-sdk/openai-compatible",
name: "ZetaAPI",