I’m encountering a critical inconsistency between documented rate limits and actual API restrictions for DALL-E 3.
Issue:
-
Documentation states: 7,500 images/minute (source)
-
Actual limit enforced: 15 images/minute (error:
429 - Rate limit exceeded. Limit: 15/1min
)
Error code: 429 - {'error': {'code': 'rate_limit_exceeded', 'message': 'Rate limit exceeded for images per minute in organization {...}. Limit: 15/1min. Current: 16/1min. Please visit https://platform.openai.com/docs/guides/rate-limits to learn how to increase your rate limit.', 'param': None, 'type': 'requests'}}
This is preventing my application BulkImageGeneration [dot] com from supporting user demand for DALL-E 3 integration. My infrastructure currently handles 60,000+ images/minute via Replicate without issues, but users strongly prefer native OpenAI integration.
Request:
- Investigate/resolve the documentation vs. implementation mismatch.
- Increase my organization’s rate limit (
org-2yXbmvRDAX7GllNx9m2hUV1S
) to at least 7,500 images/minute as advertised.
Why this matters:
- My users rely on high-volume generation for workflows like e-commerce, marketing, and AI prototyping.
- Current limits make OpenAI’s API unusable for our use case despite clear product-market fit.
Thank you for your urgent attention to this matter