Hello all,
I am trying to call the GPT-4o model via Python and Langchain. I’m getting the following error:
RateLimitError: 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’}}
I have the paid Professional plan. Here’s what’s confsing to me. I haven’t used the API in a month. Checking my usage dashboard I get the following statistics:
Since Match 19th I have 28 chat completions with a total of 1.224K input tokens. That’s it. Every other metric is zero. I’ve spent a total of 15 cents since that date. I’ve not used the API since then. Why a I getting this error?
Thanks