ProvidersOpenAIRate Limits

OpenAI Rate Limits by Tier

What are OpenAI's API rate limits?

OpenAI's entry tier (Free) allows 3 requests/min and 40,000 tokens/min for gpt-5.6 family. Limits scale up through Tier 3 as cumulative spend and account age increase — see the full table below, verified 2026-08-09.

Verified 2026-08-09 source

Limits by tier

TierQualificationModel classRPMTPMRPDConcurrent
FreeNo payment method on filegpt-5.6 family340,0002001
Tier 1$5 cumulative spend, 7 days since first paymentgpt-5.6 family500200,0001000020
Tier 3$100 cumulative spend, 14 days since first paymentgpt-5.6 family50002,000,000100

— means not documented by OpenAI, never a guess.

Response headers

x-ratelimit-limit-requestsRequests allowed in the current window
x-ratelimit-remaining-requestsRequests left in the current window
x-ratelimit-remaining-tokensTokens left in the current window
retry-afterSeconds to wait before retrying, sent only on a 429

When you exceed the limit

OpenAI returns HTTP 429.

Back off for the duration in retry-after, then retry with jittered exponential backoff. A 429 on the first call almost always means Free-tier caps, not an outage.

FAQ

What happens when I exceed OpenAI's rate limit?

OpenAI returns HTTP 429 with a retry-after header telling you how long to wait. Back off for the duration in retry-after, then retry with jittered exponential backoff. A 429 on the first call almost always means Free-tier caps, not an outage.

How do I request a rate limit increase on OpenAI?

Request one from the account dashboard: https://platform.openai.com/settings/organization/limits

OpenAI provider hubGet an OpenAI API keyGetting a 429 right now? See error fixes