fix: show fast mode in status

This commit is contained in:
Peter Steinberger
2026-04-23 08:03:34 +01:00
parent 2d7a4edba3
commit 8714badc0c
8 changed files with 76 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ title: "Thinking Levels"
- For direct public `anthropic/*` requests, including OAuth-authenticated traffic sent to `api.anthropic.com`, fast mode maps to Anthropic service tiers: `/fast on` sets `service_tier=auto`, `/fast off` sets `service_tier=standard_only`.
- For `minimax/*` on the Anthropic-compatible path, `/fast on` (or `params.fastMode: true`) rewrites `MiniMax-M2.7` to `MiniMax-M2.7-highspeed`.
- Explicit Anthropic `serviceTier` / `service_tier` model params override the fast-mode default when both are set. OpenClaw still skips Anthropic service-tier injection for non-Anthropic proxy base URLs.
- `/status` shows `Fast` only when fast mode is enabled.
## Verbose directives (/verbose or /v)