Intermittent insufficient_quota error

I am getting intermittent insufficient_quota 429 errors from the Chat gpt API. I have 98$ in my account am have 200k approved in usage limits.

From my logs :backhand_index_pointing_down:
{
“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”
}
}

{
“model”: “gpt-3.5-turbo”,
“messages”: [
{
“role”: “system”,
“content”: “You extract structured data from unstructured text and return it as JSON. Respond ONLY with valid JSON.”
},
{
“role”: “user”,
“content”: "some content "
}
],
“response_format”: {
“type”: “json_object”
},
“max_tokens”: 4096
}

1 Like