mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
feat(moonshot): default to Kimi K2.6 with K2.6-only thinking.keep support (#68816)
Merged via squash.
Prepared head SHA: ed54e02842
Co-authored-by: aniaan <40813941+aniaan@users.noreply.github.com>
Co-authored-by: odysseus0 <8635094+odysseus0@users.noreply.github.com>
Reviewed-by: @odysseus0
This commit is contained in:
@@ -34,7 +34,7 @@ When you choose **Kimi** during `openclaw onboard` or
|
||||
- the Moonshot API region:
|
||||
- `https://api.moonshot.ai/v1`
|
||||
- `https://api.moonshot.cn/v1`
|
||||
- the default Kimi web-search model (defaults to `kimi-k2.5`)
|
||||
- the default Kimi web-search model (defaults to `kimi-k2.6`)
|
||||
|
||||
## Config
|
||||
|
||||
@@ -47,7 +47,7 @@ When you choose **Kimi** during `openclaw onboard` or
|
||||
webSearch: {
|
||||
apiKey: "sk-...", // optional if KIMI_API_KEY or MOONSHOT_API_KEY is set
|
||||
baseUrl: "https://api.moonshot.ai/v1",
|
||||
model: "kimi-k2.5",
|
||||
model: "kimi-k2.6",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -74,7 +74,7 @@ with `tools.web.search.kimi.baseUrl` when you need a different search base URL.
|
||||
Gateway environment. For a gateway install, put it in `~/.openclaw/.env`.
|
||||
|
||||
If you omit `baseUrl`, OpenClaw defaults to `https://api.moonshot.ai/v1`.
|
||||
If you omit `model`, OpenClaw defaults to `kimi-k2.5`.
|
||||
If you omit `model`, OpenClaw defaults to `kimi-k2.6`.
|
||||
|
||||
## How it works
|
||||
|
||||
|
||||
@@ -220,7 +220,7 @@ When you choose **Kimi** during `openclaw onboard` or
|
||||
`openclaw configure --section web`, OpenClaw can also ask for:
|
||||
|
||||
- the Moonshot API region (`https://api.moonshot.ai/v1` or `https://api.moonshot.cn/v1`)
|
||||
- the default Kimi web-search model (defaults to `kimi-k2.5`)
|
||||
- the default Kimi web-search model (defaults to `kimi-k2.6`)
|
||||
|
||||
For `x_search`, configure `plugins.entries.xai.config.xSearch.*`. It uses the
|
||||
same `XAI_API_KEY` fallback as Grok web search.
|
||||
|
||||
Reference in New Issue
Block a user