From e33164f42e96ec6826728c47b615286bb13bfdd6 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Tue, 17 Feb 2026 20:52:07 +0700 Subject: [PATCH] docs(provider): clarify kimi base profile endpoint - document that base-kimi defaults to local CLIProxy route - describe direct Moonshot API override for ANTHROPIC_BASE_URL --- docs/system-architecture/provider-flows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/system-architecture/provider-flows.md b/docs/system-architecture/provider-flows.md index 92f0ea64..534ccc1f 100644 --- a/docs/system-architecture/provider-flows.md +++ b/docs/system-architecture/provider-flows.md @@ -135,6 +135,8 @@ GLMT proxy enables seamless integration with GLM-compatible APIs (Z.AI, Kimi, Op | Kimi | `kimi` | https://api.moonshot.cn/v1/ | API key | | OpenRouter | `openrouter` | https://openrouter.ai/api/v1/ | API key | +Note for `config/base-kimi.settings.json`: the default base URL is `http://127.0.0.1:8317/api/provider/kimi` (local CLIProxy route). For direct Moonshot API access, override `ANTHROPIC_BASE_URL` to `https://api.moonshot.cn/v1/`. + ### GLMT Profile Detection CCS detects GLMT profiles and routes through `execClaudeWithProxy()`: