HTTP status code: TooManyRequests

Hi all:

I am getting this error on API Calls:

System.AggregateException: ‘One or more errors occurred. (Error at chat/completions (https://api.openai.com/v1/chat/completions)
with HTTP status code: TooManyRequests. Content: {
“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”
}
}
)’

However when I look at my dashboard, it shows

$8.85/ $120.00 limit

So not sure what is going on? Anyone know when Quotas reset?

Thanks in advance.

Welcome back to the Forum!

This error indicates that you have insufficient funds available on your developer account. The $8.85 you see is only reflective of your usage for the current month, not however of the available funds. You need to top it up with a minimum of $5 in order to be to use the API again.

Thanks so much! That did it.

1 Like