docs: refresh minimax thinking refs

This commit is contained in:
Peter Steinberger
2026-04-04 12:23:24 +01:00
parent 3dda75894b
commit 3ec0463da9
4 changed files with 21 additions and 0 deletions

View File

@@ -2455,6 +2455,10 @@ Set `MINIMAX_API_KEY`. Shortcuts:
`openclaw onboard --auth-choice minimax-global-api` or
`openclaw onboard --auth-choice minimax-cn-api`.
The model catalog now defaults to M2.7 only.
On the Anthropic-compatible streaming path, OpenClaw disables MiniMax thinking
by default unless you explicitly set `thinking` yourself. `/fast on` or
`params.fastMode: true` rewrites `MiniMax-M2.7` to
`MiniMax-M2.7-highspeed`.
</Accordion>