Claude API Rate Limits — By Tier

How Claude API rate limits work in 2026: per-minute token limits, per-day request limits, and how usage tiers level up automatically.

🔥 Launch tonight — Power Prompts PDF 50p (just 50p tonight)30 battle-tested Claude Code prompts · 8 pages · paste into CLAUDE.md · price reverts to £5

Anthropic's Claude API enforces rate limits per usage tier. New accounts start at Tier 1; tiers level up automatically as you spend, unlocking higher per-minute and per-day quotas.

The two limit dimensions

Tier progression (typical 2026 values — confirm in console)

TierTriggerApprox RPMApprox TPM
Tier 1Account creation5040k–50k
Tier 2$40 spent + 7d1,00080k–400k
Tier 3$200 spent + 7d2,000160k–800k
Tier 4$400 spent + 14d4,000400k–2M

Numbers are illustrative — Anthropic adjusts tier thresholds. Check the rate-limits page in your console for live values.

Hitting a limit returns HTTP 429

The response includes retry-after headers. Implement exponential backoff with jitter — most SDKs do this automatically.

How to scale past Tier 4

Strategy: stay under the cap

For cost forecasting alongside rate limits, see the Claude Cost Calculator.

Frequently asked questions

How do I increase my Claude API rate limit?
Anthropic levels accounts up automatically based on sustained spend and account age (e.g., $40 + 7 days to reach Tier 2, $200 + 7 days for Tier 3). For limits beyond Tier 4, contact Anthropic sales. You cannot manually request a higher tier in-console before hitting the spend threshold.
What happens when I hit a rate limit?
The API returns HTTP 429 with a retry-after header indicating when to retry. Implement exponential backoff with jitter — the official Anthropic SDKs do this automatically. Repeated 429s suggest you should upgrade tier, route to a lower-volume model, or shift work to the Batch API.
Does the Batch API count against my real-time rate limit?
No. The Batch API has separate (much higher) limits than the real-time API. Shifting bulk workloads to Batch frees up real-time quota for user-facing requests — and saves 50% on cost too.

Free tools

Cost Calculator → Prompt-Pricing Recommender → Diff Summarizer → Skills Browser →

Related

Claude Opus 4.7 vs Sonnet 4.6 Pricing (2026 Comparison)How Much Does Claude Cost? (2026 API Pricing Guide)Claude Prompt Caching: 90% Cost Savings Explained (2026)Claude API Cost Calculator: Estimate Your Anthropic BillClaude vs GPT-4 Pricing: 2026 API Cost Comparison