docs: refresh anthropic token compatibility mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 22:09:07 +01:00
parent 13b6a48991
commit 8ea5b1ddc0
8 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ OpenClaw features that can generate provider usage or paid API calls.
**Per-message cost footer**
- `/usage full` appends a usage footer to every reply, including **estimated cost** (API-key only).
- `/usage tokens` shows tokens only; subscription-style OAuth, legacy token, and CLI flows hide dollar cost.
- `/usage tokens` shows tokens only; subscription-style OAuth/token and CLI flows hide dollar cost.
- Gemini CLI note: when the CLI returns JSON output, OpenClaw reads usage from
`stats`, normalizes `stats.cached` into `cacheRead`, and derives input tokens
from `stats.input_tokens - stats.cached` when needed.