Similar situation for me. At some point I started to receive 429 (from api.openai.com): “You exceeded your current quota”
When I checked the Usage/Activity (in https://platform.openai.com/usage) - it was completely blank even though I used GPT since summer 2023. Assistants page was also blank (before that I had a couple of assistants configured).
OK, due to the urgency I added 20$ to a blank account. No changes. 429.
I created new API keys - didn’t help. Still 429 when using the API.
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Just realized that the documentation about rate limits has been updated.
Hope this helps you understand the
In addition to seeing your rate limit on your account page, you can also view important information about your rate limits such as the remaining requests, tokens, and other metadata in the headers of the HTTP response.
I get the same error, even though I have barely used my paid credit.
I am using the gpt-3.5-turbo model. Is there a way around this?
Yesterday it was working fine, but now I get the error.
I see what’s going on here now. OpenAI has changed how “Pay as you go” is processed. They want their money up front vs getting billed at the end of the month for only what you have used.
Make sure you have “Auto recharge” set to “on”.
Hi,
I found this thread looking for a solution. I also keep getting the same 429 error, even if I barely used chatgpt lately. The chat interface works fine, but I get this error when I try to use the API (I am using Alfred on macOS with a workflow). I am a free user, but everything worked fine so far.
Is there a different quota for api keys that does not apply for the classic web chat gpt?
Hi. Did you have either credit on balance, or autorecharge?
How did you solve it at the end?
Did you pass both the new apikey and org id in your requests?
Or just apikey?
I am passing just apikey and i have funds , but i am get that error for a few days now.
So it’s not about the daily quota for sure.
I have the same issue. Billing page shows everything empty, but somehow…
Error:
You’ve reached your usage limit. See your usage dashboard and billing settings for more details. If you have further questions, please contact us through our help center at help.openai.com.
Maybe they are counting failed requests as requests.
Anyone got the solution? Please share.