Rate Limited — All Models Failed Cooldown
Your bot stops responding with 'all models failed' or provider cooldown errors.
⚠️ The Problem
Your bot was working fine, then suddenly stops responding with:
Provider anthropic is in cooldown (all profiles unavailable) (rate_limit)All models failed (2): anthropic/claude-opus-4-5: No available auth profileThe cooldown can last from minutes to hours.
🔍 Why This Happens
You've hit the API rate limits for your provider. This happens when:
- Too many requests — Heavy usage exhausted your quota
- Large context — Sending huge prompts counts against limits faster
- Context overflow loop — A conversation got too long, causing repeated failures
- Multiple clients — Other apps using the same API key
✅ The Fix
Wait for the cooldown to expire (usually 15-60 minutes for Anthropic).
Check your current auth status:
openclaw models status --probeTo prevent this in the future, add a fallback model:
{ "agents": { "defaults": { "model": { "primary": "anthropic/claude-sonnet-4-5", "fallback": ["openai/gpt-4o", "anthropic/claude-haiku-4-5"] } } }}Enable compaction to prevent context overflow:
openclaw config set agents.defaults.compaction.mode safeguardIf you have heavy usage, consider adding multiple API keys (profiles).
🚀 Skip the setup. OpenClaw Cloud is ready in 60 seconds.
No server. No SSH. No config files. Just connect your channel and go.
🔥 Your AI should run your business, not just answer questions.
We'll show you how.Free to join.
📋 Quick Commands
| Command | Description |
|---|---|
| openclaw models status --probe | Check model availability |
| /new | Start a fresh session (in chat) |
| openclaw auth list | View configured auth profiles |
Related Issues
📚 You Might Also Like
OpenClaw Rate Limiting: How to Prevent a $500 Overnight Surprise (And Cap Your Monthly Bill)
## The $500 Overnight Surprise
How to Self-Host an LLM: Run AI Models on Your Own Hardware
Complete guide to running large language models locally. Llama, Mistral, Qwen, and other open-source models on your Mac, PC, or server — fully offline, zero API costs.
Linear
Modern project management through natural conversation. Create issues, track cycles, triage bugs, and run Linear queries — all without leaving your chat. Built for the speed-obsessed.
OpenClaw vs Claude
Same brain, but it can actually do things
🐙 Your AI should run your business.
Weekly live builds + template vault. We'll show you how to make AI actually work.Free to join.
Join Vibe Combinator →