What's happening with the Open AI message a model

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?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow


(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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.

You are on free credit

hi @DonaldGraybeal, good morning!

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.

Error codes | OpenAI API

You may also be hitting rate limits. What model are you using, @DonaldGraybeal ?

yes the issue still persist.

yes i am not upgrading yet, still testing the whole set.

what is the solution to stop hitting rate limit.

Please provide more context. Without any info, upgrading your plan or pacing your request is the way to go

i dont plan to upgrade soon, since i am just building something new

Pace your request and live with the limitation

Hey @DonaldGraybeal

Since you’re still testing and don’t want to upgrade yet, a few options:

  1. 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.

  2. 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.

  3. Use Ollama locally. If you have a decent machine, run models locally for free with zero API costs. n8n has a native Ollama node.