API error insufficient_quota

My integration was working fine and then I started having an error calling /v1/message

As you can see in the attached image the budget is ok, the issue should be on the organization side no project as I have the issue on all my projects and the budget on all the projects is ok

{

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

}

}

1 Like

You get the same error when you are out of prepaid credits.

When the error says “check your billing details”, then your destination is “billing” in the platform site, to check the balance and to check the status of individual payments under “grants”.

Thanks you are right, it was an auto recharge limit, there is limit configurations everywhere in this platform haha

1 Like