Openai
- OpenAI API returns 429 despite backoff
OpenAI API returns 429 despite backoff Yesterday I was trying to run a batch job through the completions endpoint using text-davinci-003. Got this back immediately: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } No Retry-After header. First request failed. Slowing down didn’t help.