What to do when the model gives error of multiple requests?

what to do when the model gives error of multiple requests?

Model giving multiple requests error

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 @Bikash_Jain

A 429 “too many requests” error means you’ve hit the API’s rate limits, and n8n can’t bypass those limits. The fix is to slow down your requests using batching, delays/retries, or a Wait between calls, and if it still happens, check whether your provider quota or billing has been exhausted.

Hi @Bikash_Jain Welcome

To encounter the error of multiple requests try sequencing your AI Agent requests, and share your workflow that would help us

1 Like

this is my workflow. So suggest me where do put what

I see. First instead of attaching every single micro service as an AI Agent tool use Execute Workflow and save those workflows to be executed when called, and in the sub workflows try using different models instead of relying on Groq only use something like OpenRouter , else everything looks in place, please consider trying these things and if these did not work try revoking your credentials, let me know what works and what not.

1 Like

Thank you. Will try and come back with issues if any.