Keep getting a 429 error but my Quota is 100% sufficient

I keep getting a 429 error but my Quota is 100% sufficient and I doubt it could be a rate limit. Because I test this based on a simple script with Python to see if the API works.

Error code: 429 - {‘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’: None, ‘code’: ‘insufficient_quota’}}

Anyone else experiencing problems here?

Thanks!

1 Like

It likely means, “you have no credit balance to pay for API services”.

Check:

https://platform.openai.com/settings/organization/billing/overview

2 Likes