Docs: clarify Moonshot endpoints (#4763)

Co-authored-by: hansbbans <hansbbans@users.noreply.github.com>
This commit is contained in:
Sebastian
2026-02-01 15:03:55 -05:00
parent 8f366babe4
commit a863ac9862
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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.