I’m trying to use dall-e-3 to generate images. I can use the same code, but change the model, to do dall-e-2 w\o issue. I should be able to generate images at 1/min, but I can’t generate any with that model.
On my account limit page (https://platform.openai.com/account/limits), I see the following. Not sure why it’s blank for dall-e-3, when the Free Rate Limit page says you get 1/min.
raise self._make_status_error_from_response(err.response) from None
openai.RateLimitError: Error code: 429 - {'error': {'code': 'rate_limit_exceeded', 'message': 'Rate limit exceeded for images per minute in organization org-xxxxxxx. Limit: 0/1min. Current: 1/1min. Please visit https://platform.openai.com/docs/guides/rate-limits to learn how to increase your rate limit.', 'param': None, 'type': 'requests'}}