Power Automate + ChatGPT via API. Error 429

Good afternoon. Yesterday I registered for OpenAI. Received API keys. Today I’m creating a custom connection in Power Automate. I click test connection. And I get the error:

{
“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”
}
}

How could I exceed the quota if I just created the connection and started the test? In the test, I sent a request that contained a simple question: “How are you?”

Hey! It happens when your account runs out of credits. Check https:// platform. openai .com/account/billing/overview and have a look at your credit balance. If it’s 0 or negative, you’ll need to top up your credits

1 Like