429 Too Many Requests - no limits hit

Raw response contains no quota, gpt completions api, any model requested, pay as you go account is in order with lots of credit and low usage (none today), no where near any limits of any kind, yet getting 429 responses:

HTTP/1.1 429 Too Many Requests
Date: Thu, 31 Aug 2023 11:43:33 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 222
Connection: keep-alive
vary: Origin
x-request-id: 8b8b1f5752b08c5fab8a02555583f0ec
strict-transport-security: max-age=15724800; includeSubDomains
CF-Cache-Status: DYNAMIC
Server: cloudflare
CF-RAY: 7ff50436bfce7a75-DME
alt-svc: h3=":443"; ma=86400

{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": "insufficient_quota"
    }
}

any insights / I don’t see anything on openapi status at the time of writing.

1 Like

Same here. Worked yesterday but already my second request of the day started triggering this. Also happens in ChatGPT w/ GPT-4.