"The service is receiving too many requests from you" OpenAI node (Tier 5 user, nowhere near actual limits)

Hi all,

Been using a flow for quite some time now with no issues, but all of a sudden, getting various problems.

The one that makes no sense is an openai node (using image gen 1) to generate images with openai, HOWEVER, i’m receiving the “The service is receiving too many requests from you” error message.

I am not seeing this issue anywhere else, other apps etc that are all using the same api key. I’m on tier 5, and I know for sure, I’m nowhere near the official limits. This seems to be linked with n8n specifically, is that the case? How do we fix?

n8n version: 1.107.3 (Latest Stable)

n8n cloud

Most of the error is shown below (can’t add more than 5 links for some reason):

[
{
“error”: {
“message”: “The service is receiving too many requests from you”,
“timestamp”: 1755687265680,
“name”: “NodeApiError”,
“description”: “\n\n\n\n \n\nAccess denied | api.openai.com used Cloudflare to restrict access\n\n\n\n\n\n\n\n\n\n(function(){if(document.addEventListener&&window.XMLHttpRequest&&JSON&&JSON.stringify){var e=function(a){var c=document.getElementById(“error-feedback-survey”),d=document.getElementById(“error-feedback-success”),b=new XMLHttpRequest;a={event:“feedback clicked”,properties:{errorCode:1015,helpful:a,version:1}};b.open(“POST”,"https://sparrow.cloudflare.com/api/v1/event\\\\");b.setRequestHeader(\\\\“Content-Type\\\\”,\\\\“application/json\\\\”);b.setRequestHeader(\\\\“Sparrow-Source-Key\\\\”,\\\\“c771f0e4b54944bebf4261d44bd79a1e\\\\”);\\\\nb.send(JSON.stringify(a));c.classList.add(\\\\“feedback-hidden\\\\”);d.classList.remove(\\\\“feedback-hidden\\\\”)};document.addEventListener(\\\\"DOMContentLoaded\\\\”,function(){var a=document.getElementById(“error-feedback”),c=document.getElementById(“feedback-button-yes”),d=document.getElementById(“feedback-button-no”);"classList"in a&&(a.classList.remove(“feedback-hidden”),c.addEventListener(“click”,function(){e(!0)}),d.addEventListener(“click”,function(){e(!1)}))})}})();\n\n\n\n\n\n \n Please enable cookies.\n \n \n \n Error\n 1015\n \n Ray ID: 97215a426a251994 •\n 2025-08-20 10:54:25 UTC\n You are being rate limited\n \n\n \n \n What happened?\n The owner of this website (api.openai.com) has banned you temporarily from accessing this website.\n \n

Also, to add to this, in the n8n flow, I have another openai request that’s working just fine, so this would lead me to believe that n8n themselves are being rate limited. HELP!

Logically I would say it is about your workflow retrying many times which makes the requests stack up. But I guess this isn’t about OpenAI or your workflow because you said it worked fine before. And the error states it’s from Cloudflare. So your request is being rejected before it reaches the service.

  • Are you self-hosting and is your IP reputation is robust?

  • The error message mentions the cookies. Perhaps Cloudflare flagged you as a bot for this and banned you.

Here is my conspiracy: I’ve seen too many people literally abuse OpenAI to make automative social media posts. And not just any abuse, literally torture at this point. So Cloudflare probably updated their rate-limiting policies and made it tighter. I’m not sure about it though I’ve never used OpenAI before.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.