New GPT Image Model in the API

Getting the same rate limiting issue as reported above.

  1. I’m also a verified organization
  2. I’ve added $20
  3. I’ve tried playground and API sdk, generated new key. Same error
  4. Dalle image gen/edit work.
  5. I’m technically still on tier 0 because I haven’t spent 5 dollars yet.

screenshot for problem i’m seeing in playground:

And the python openai sdk:
openai.RateLimitError: Error code: 429 - {'error': {'message': "You've exceeded the rate limit, please slow down and try again after 0.0 seconds.", 'type': 'invalid_request_error', 'param': None, 'code': 'rate_limit_exceeded'}}

2 Likes