GPT Image 2 Rate Limits and Usage Quotas
What are the rate limits, usage quotas, and per-image costs for GPT Image 2 across ChatGPT plans and the OpenAI API? Reviewed April 2026.
GPT Image 2 usage limits differ by access surface and plan. ChatGPT applies per-day or per-hour image generation caps that vary by subscription tier. The OpenAI API uses a tiered rate-limit system based on requests per minute (RPM) and tokens/images per day. OpenAI does not publish all limit values publicly and changes them without advance notice. The figures below are based on publicly available information as of April 2026; always verify current limits in your OpenAI account dashboard or the official rate-limits documentation.
Key Points
- ChatGPT Free: image generation may be available with daily caps that are lower than paid tiers; limits are not consistently published by OpenAI.
- ChatGPT Plus / Pro: higher daily image limits than free; exact caps are set per-account and can vary.
- OpenAI API rate limits: measured in images per minute (IPM) and images per day (IPD); thresholds increase as accounts move through OpenAI's usage tiers (Tier 1 through Tier 5).
- Quality settings (low / medium / high) affect latency and cost but do not change the rate-limit bucket.
- Batch requests count against the same limits as individual requests in most configurations.
- Hitting a rate limit returns HTTP 429; exponential back-off with jitter is recommended in production integrations.
- Cost per image is set by OpenAI and varies by resolution and quality; see platform.openai.com/docs/pricing for current figures.
Frequently Asked Questions
What happens when I exceed the GPT Image 2 rate limit?
The API returns a 429 (Too Many Requests) response. Requests are not automatically queued; you must implement retry logic with back-off in your application. ChatGPT shows an in-app message when a daily cap is reached.
How do I increase my API rate limits for GPT Image 2?
OpenAI automatically upgrades accounts through their tier system as cumulative spend increases. You can also request a manual limit increase via the OpenAI platform (platform.openai.com) once your account is at Tier 3 or above. Limits cannot be purchased independently.
Do unused image credits roll over on ChatGPT plans?
OpenAI's ChatGPT subscription plans do not publicly document a credit rollover policy for image generation. Based on available information, image limits reset on a daily or monthly cycle depending on the plan, and unused capacity does not carry forward. Verify with OpenAI's support for your specific plan.
Is there a free tier for the GPT Image 2 API?
The OpenAI API does not offer a perpetual free tier for image generation. New accounts receive a time-limited trial credit; once exhausted, payment is required. ChatGPT Free tier includes some image access, but this is separate from the API.
How does this playground's credit system relate to OpenAI limits?
Our playground uses our own OpenAI API allocation. Each generation consumes one credit from your playground balance. Our internal rate limits are separate from and independent of any limits on your personal OpenAI account.