It has been 48 hours since I purchased credits and my dashboard shows none of the credits have been used, but the response from the API request is the following:
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}
Head over to OpenAI Platform and set the monthly budget for your account. It seems that right now it’s only $10.
If you receive error 429, this means that the server might be overloaded because you’ve sent too many requests. The solution is to apply a retry and backoff function to your code.
Thanks for the reply. I have set the budget at $50. I will add the retry and backoff function in the code and see if that works. I did test that out earlier, but I will try it again. What is the best way to go about implementing that?
So I set the maxRetries to 0 and it didn’t help. I did some searching and found out that it might be because of the stripe payment integration that OpenAI has. I don’t think any change to my code would help, because it is a simple function.
Even with postman I get the same response. It is just on OpenAI’s side. It is probably an issue in their backend.
If it shows "You’ll be billed at the end of each calendar month for usage during that month." then the only thing that should hold you back is your billing limits, click usage limits there to see if you set a hard limit.
One thing that may stop you is that to some accounts like mine they recently added a different second organization out of the blue. Go to API keys, and at the bottom, make sure your original organization is selected and not a new one with nothing going on.
At the very bottom of the bar you click on your name icon, you’ll get a pop-up where you can switch organizations.
I had the same problem, and API keys was also under ‘Personal’. In my case I had to choose ‘Personal’ again, beacuse there were no other option in my case. But it helped:)
Encountered this issue today with the playground - so no external API calls involved.
Had a negative balance shown of USD 1,38 - despite having my credit card against it. And this never happend in the last months of usage. I then up’d my balance by 10 USD manually with the same CC - and an hour later it worked again.
If I give my CC details, I expect the service to work until I reach my limit. This is not a behavior I expect from a professional grade service.
If it matters, I had renewed my CC a week ago set the new CC as default.
I’ve waited 10min and still getting the quota error. Pretty slow response times. I’m going to bed, sad that I can’t test my project and will check in the morning…
I have been having problems for months. I have a paid account, already on tier 3, and even with no usage at all, I am getting the “insufficient_quota” error. I have already opened a support ticket, and they keep asking me to check the Dashboard. I have done this a million times… I am paying the monthly fee, and the service is not working. Can an engineer from OpenAI help me?