Hi everyone,
when I try to connect with the Open AI message a model, I get this error saying you are sending too many requests at a time, you exceeded your quota. Tried with gemini to again the same error.
Can someone help me resolve this issue thanks?
Hi @DonaldGraybeal
I think if your OpenAI API key has enough credits, it would not cause this error, but on the API from Google AI Studio, I think you can create a new API key and test that. Let me know if this issue persists.
Whenever an error message appears with a link to documentation, I recommend copying the link and checking the summary with some AI to help with development. The screenshot shows the doc that helps you on the subject. Your case could be temporary rate limit or insufficient quota, only you will be able to identify it by comparing it with the doc, since not much information was shared with us.
Since you’re still testing and don’t want to upgrade yet, a few options:
Add $5 to your OpenAI account. Even the minimum top-up gives you a lot of testing runway with cheaper models like gpt-4o-mini.
Switch to a free model for testing. Google’s Gemini API has a free tier with generous limits. In n8n, use the Google Gemini Chat Model node instead of OpenAI while you’re building.
Use Ollama locally. If you have a decent machine, run models locally for free with zero API costs. n8n has a native Ollama node.