Openai Rate Limits
OpenAI throttles on five dimensions at once — requests per minute, requests per day, tokens per minute, tokens per day and images per minute, plus audio minutes per minute for streaming audio models — and whichever is hit first returns 429. The numbers themselves are per MODEL and per usage TIER, and OpenAI publishes them in two different places: the monthly usage ceiling is tabulated by tier in the rate-limits guide (recorded below), while RPM/TPM are published per model on the models page and are not tabulated by tier anywhere, so they are not reproduced here rather than guessed at. Tier advancement is automatic on cumulative spend. The runtime signal is good: nine x-ratelimit-* headers plus Retry-After, including a separate project-token triple, so an agent can pace itself without ever reading the docs.
Openai Rate Limits is the machine-readable rate-limit profile for OpenAI on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 7 rate-limit definitions, across the Free, Tier 1, Tier 2, Tier 3, and Tier 4 tiers, measuring usd_per_month and minutes_per_connection.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled and slowDown.
Tagged areas include Rate Limiting and AI.
Limits
Policies
Sources
- https://developers.openai.com/api/docs/guides/rate-limits
- https://platform.openai.com/docs/guides/rate-limits
- https://developers.openai.com/api/docs/guides/error-codes
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.