#All models failed

1 messages · Page 1 of 1 (latest)

cyan radish
#

I'm getting this error: 20:52:38 error Embedded agent failed before reply: All models failed (2): opencode/kimi-k2.5: Provider opencode is in cooldown (all profiles unavailable) (rate_limit) | opencode/claude-opus-4-5: Provider opencode is in cooldown (all profiles unavailable) (rate_limit)

even though i have topped up / reset my limit on these providers
Is there a way to manually reset it

brave zincBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> âś… Mark Solution

formal cloudBOT
# cyan radish I'm getting this error: 20:52:38 error Embedded agent failed before reply: All m...

That message is OpenClaw’s circuit-breaker kicking in: it saw a rate_limit (HTTP 429 / similar) from the opencode provider, so it marks the provider’s auth profile(s) as “in cooldown” for a short backoff window instead of hammering it. Topping up credits usually doesn’t affect rate-limit windows (RPM/TPM), so you can still be 429’d even with fresh balance.

Can you manually reset it?

Not via a supported CLI command right now. Cooldowns clear automatically once the backoff expires / the provider starts accepting requests again.

What to do / how to see the timer

On the gateway host, run:

openclaw --version
openclaw models status --json

In the JSON, check:

  • auth.unusableProfiles → it will show entries that are cooldown (or disabled) plus until / remainingMs.