chore(kimi): update referral links to new platform.kimi.com domain

Moonshot rebranded its console to Kimi, so refresh all Kimi sponsor
referral links across provider presets and READMEs:

- API (domestic): platform.moonshot.cn/console -> platform.kimi.com
- API key page: platform.moonshot.cn/console/api-keys -> platform.kimi.com/console/api-keys
- Coding Plan: www.kimi.com/code/docs/ -> www.kimi.com/code/

Also add the missing ?aff=cc-switch param to the codex and openclaw
entries that previously had no referral attribution. API endpoints
(api.moonshot.cn, api.kimi.com/coding) are intentionally left unchanged.
The overseas link (platform.kimi.ai) is not wired up yet since there is
no overseas API preset.
This commit is contained in:
Jason
2026-06-30 09:15:04 +08:00
parent 16f988bd1a
commit d4feaa4e53
10 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -579,7 +579,7 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
{
name: "Kimi",
primePartner: true,
websiteUrl: "https://platform.moonshot.cn/console?aff=cc-switch",
websiteUrl: "https://platform.kimi.com?aff=cc-switch",
settingsConfig: {
name: "kimi",
base_url: "https://api.moonshot.cn/v1",
@@ -597,7 +597,7 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
{
name: "Kimi For Coding",
primePartner: true,
websiteUrl: "https://www.kimi.com/code/docs/?aff=cc-switch",
websiteUrl: "https://www.kimi.com/code/?aff=cc-switch",
settingsConfig: {
name: "kimi_coding",
base_url: "https://api.kimi.com/coding/",