Dall-E 2 Api Issue: Billing hard limit has been reached

I had the exact same issue but was able to solve the problem.:

raise self.handle_error_response(
openai.error.InvalidRequestError: Billing hard limit has been reached
  • So I first went to - OpenAI Platform -then clicked on Setup Paid account (grey button) and added my CC. However that alone didn’t solve the issue.
  • Next I went to OpenAI Platform - and created a new key. That new key worked.

Hope this helps

6 Likes

@PythonicIT Upvote, this solution works! Thank you

from @PythonicIT @robertlaraiii , making a new API key worked!

Managed to solve this. I was getting the same error. but then i recharged, and created another API key. it started to work with the new created API key

2 Likes

same error, have you found any solution to it. please reply in case you have found any