Can't solve 429 error (with credits, new api keys, fresh limits)

Hi,

I am not able to get a valid response from the API, whil I do have enough credits (100usd), new api keys and fresh limits.

Playground also not work at all!

I did research on internet, seems maybe my account, but also there it seems that the project api key is correct, default organisation is set…i really dont know whats going wrong, and the stupid chat bot (how ironic) can’t help me…

how can i solve if i can not contact support???
who has solved same issue?

Request content for POST request to https://api.openai.com/v1/chat/completions HTTP/1.1
Content-Type: application/json
Authorization: (omitted)

{"model":"gpt-4o","messages":[{"role":"user","content":"test"}]}
Response content for POST request to https://api.openai.com/v1/chat/completions
HTTP/1.1 429 Too Many Requests
Date: Fri, 06 Sep 2024 08:53:52 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 337
Connection: keep-alive
vary: Origin
x-request-id: req_9fb5195b1da421bfad167b509ae2446b
strict-transport-security: max-age=15552000; includeSubDomains; preload
CF-Cache-Status: DYNAMIC
Set-Cookie: __cf_bm=lgQ3_jVCAhAeDMbUUrXmeQCLaKa7N4b60VU1.GLzky0-1725612832-1.0.1.1-DCPzrjxJtDzItnXnD2lDv8moPwe_OK9Em9f1wUyj2Pwt1og5iCTATVqQV_dmp3hrqn412NokYLkliCKyKJslIw; path=/; expires=Fri, 06-Sep-24 09:23:52 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
X-Content-Type-Options: nosniff
Set-Cookie: _cfuvid=zytKVSxkFzCovYfRkViuPJlVggpY_Y8n9Z5Se.cbHCU-1725612832373-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
Server: cloudflare
CF-RAY: 8bed3b27ba4266b2-AMS
alt-svc: h3=":443"; ma=86400

{
    "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"
    }
}