#AI credits billing error persistent
1 messages · Page 1 of 1 (latest)
Yeah, that usually means one of these is happening:
- OpenClaw is using a different auth path than the one you topped up.
- The Anthropic profile got marked disabled after the earlier billing failure.
- The gateway is still reading an old/missing key.
Can you paste these first:
openclaw --version
openclaw models status
openclaw models status --json
What I’d check right away:
- In
models status, confirm the model is actuallyanthropic/...
- if it’s
openrouter/anthropic/..., billing is on OpenRouter, not Anthropic - In
models status --json, look atauth.unusableProfiles- if Anthropic shows
disabledReason: billing, that’s likely it
- if Anthropic shows
- If you use an API key, make sure
ANTHROPIC_API_KEYis on the gateway host (best in~/.openclaw/.env), then restart:openclaw gateway restart - If you use Claude CLI / subscription auth, adding API credits may not affect that route. Re-login:
openclaw models auth login --provider anthropic --method cli --set-default - If an old profile is pinned:
openclaw models auth order clear --provider anthropic
Docs: