From a863ac9862f595c77cde31dc0c2d60664ed3da29 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 1 Feb 2026 15:03:55 -0500 Subject: [PATCH] Docs: clarify Moonshot endpoints (#4763) Co-authored-by: hansbbans --- CHANGELOG.md | 1 + docs/providers/moonshot.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15326bc2fb..7e5dc959a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Docs: https://docs.openclaw.ai - Telegram: restore draft streaming partials. (#5543) Thanks @obviyus. - Docker: use container port for gateway command instead of host port. (#5110) Thanks @mise42. - Docs: add zh-CN frontmatter titles for localized metadata. (#6487) Thanks @joshp123. +- Docs: clarify Moonshot endpoints. (#4763) Thanks @hansbbans. - fix(lobster): block arbitrary exec via lobsterPath/cwd injection (GHSA-4mhr-g7xj-cg8j). (#5335) Thanks @vignesh07. ## 2026.1.30 diff --git a/docs/providers/moonshot.md b/docs/providers/moonshot.md index 82122c498d..31271f7c14 100644 --- a/docs/providers/moonshot.md +++ b/docs/providers/moonshot.md @@ -138,4 +138,4 @@ Note: Moonshot and Kimi Coding are separate providers. Keys are not interchangea - Override pricing and context metadata in `models.providers` if needed. - If Moonshot publishes different context limits for a model, adjust `contextWindow` accordingly. -- Use `https://api.moonshot.cn/v1` if you need the China endpoint. +- Use `https://api.moonshot.ai/v1` for the international endpoint, and `https://api.moonshot.cn/v1` for the China endpoint.