docs: clarify anthropic extra usage billing

This commit is contained in:
Peter Steinberger
2026-04-05 04:31:25 +09:00
parent b4216d197d
commit 37301cbc3b
12 changed files with 146 additions and 131 deletions

View File

@@ -1479,13 +1479,14 @@ Tip: the owner-only `gateway` runtime tool still refuses to rewrite `tools.exec.
See [/concepts/models](/concepts/models) for fallback behavior and scanning strategy.
Billing note: Anthropic changed third-party harness billing on **April 4, 2026
at 12:00 PM PT / 8:00 PM BST**. Anthropic says Claude subscription limits no
longer cover OpenClaw, and Claude CLI usage in OpenClaw now requires **Extra
Usage** billed separately from the subscription. For production, prefer an
Anthropic API key or another supported subscription-style provider such as
OpenAI Codex, Qwen Cloud Coding Plan, MiniMax Coding Plan, or
Z.AI / GLM Coding Plan.
Billing note: Anthropic's public Claude Code docs still include direct Claude
Code terminal usage in Claude plan limits. Separately, Anthropic notified
OpenClaw users on **April 4, 2026 at 12:00 PM PT / 8:00 PM BST** that the
**OpenClaw** Claude-login path counts as third-party harness usage and
requires **Extra Usage** billed separately from the subscription. For
production, prefer an Anthropic API key or another supported
subscription-style provider such as OpenAI Codex, Alibaba Cloud Model Studio
Coding Plan, MiniMax Coding Plan, or Z.AI / GLM Coding Plan.
Anthropic Claude CLI migration:
@@ -1495,8 +1496,9 @@ openclaw models auth login --provider anthropic --method cli --set-default
Onboarding shortcut: `openclaw onboard --auth-choice anthropic-cli`
Existing Anthropic OAuth/token profiles still run if already configured, but
OpenClaw no longer offers Anthropic setup-token as a new auth path.
Anthropic setup-token is also available again as a legacy/manual auth path.
Use it only with the expectation that Anthropic told OpenClaw users the
OpenClaw Claude-login path requires **Extra Usage**.
Legacy alias note: `claude-cli` is the deprecated onboarding auth-choice alias.
Use `anthropic-cli` for onboarding, or use `models auth login` directly.
@@ -1609,7 +1611,7 @@ Notes:
- `setup-token` and `paste-token` are generic token commands for providers that expose token auth methods.
- `setup-token` requires an interactive TTY and runs the provider's token-auth method.
- `paste-token` prompts for the token value and defaults to auth profile id `<provider>:manual` when `--profile-id` is omitted.
- Anthropic OAuth/token profiles still run if already configured, but Anthropic no longer supports `setup-token` or `paste-token` as a new OpenClaw auth path.
- Anthropic `setup-token` / `paste-token` are available again as a legacy/manual OpenClaw path. Anthropic told OpenClaw users this path requires **Extra Usage** on the Claude account.
### `models auth order get|set|clear`