I have this issue whenever trying to call my api key

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’}}

Hey welcome to the forum,

You can go here to check your credit. You need to have a positive credit balance to use the API.

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

From the link in the Error Message:

https://platform.openai.com/docs/guides/error-codes/api-errors

Cause: You have run out of credits or hit your maximum monthly spend.
Solution: Buy more credits or learn how to increase your limits.

1 Like