Ongoing 429 errors: May 18 2025

unfortunately the issue is still persisting for me. i tried the playground and is still showing me this quota error.

3 Likes

Still persists for me as well. very frustrating.

2 Likes

their chat support is terrible too. i am trying to contact through email now, i am just getting the same generic answers.

2 Likes

Still persists, I literally have never seen worse error management. Registered, wasted about 5 hours in total trying to set everything up and try every single thing I could find in forums..

1 Like

Same! Now I wonder where else to seek help. They are not responding through support at all for me.

1 Like
curl -v https://api.openai.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-proj-XXX" \
  -d '{
    "model": "gpt-4o-mini",
    "store": true,
    "messages": [
      {"role": "user", "content": "what is the airspeed velocity of a laden swallow"}
    ]
  }'

POST /v1/chat/completions HTTP/2
Host: …
User-Agent: curl/8.6.0
Accept: /
Content-Type: application/json
Content-Length: 162

< HTTP/2 429
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: …”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}

Needless to say account is funded with enough credits. So, no, issue has not being resolved.

happy to see I am not alone but at the same time wondering how much is the open ai value on the stock market ? no support, no feedback, my account got deleted at tier 3, no refund of MY 19$ yet, started from scratch and now hitting quota limit without even make a single call. Are you kidding me ?

1 Like

I have credits in my account, but i cannot use API as i am getting error related to exceeded quota.


Can anyone please help?

exactly the same issue here. it is reported as resolved … well I wouldn’t say it is

1 Like

Yeah it is pretty much still ongoing. I see posts on this topic every few months going back years now.. just starting out this project with OpenAI API.. Great first impression.

POST /v1/chat/completions HTTP/2
Host: <redacted cause you can’t include “links” in your posts.. sheezus >
Content-Type: application/json
<
< HTTP/2 429
< date: Sun, 18 May 2025 10:07:03 GMT
< content-type: application/json; charset=utf-8
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: <redacted cause you can’t include links in your posts .. rolling eyes…>”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}

1 Like

same here … since yesterday ! now it seems resolved but it is not !

This is my first time trying to buy and use Open AI credits, and the experience so far has been disastrous. Never expected this Open AI.

Thanks for flagging this and sorry that this has happened to you unexpectedly. Can you please send this and any other details you feel would help our team investigate to support@openai.com. Thank you.

1 Like

My issue is fixed today. thanks