Describe the problem/error/question
I’m using the OpenAI “Generate Image” node in n8n Cloud (fi*p****x.app.n8n.cloud) to generate images via the OpenAI API. While the text-based nodes (e.g., chat completions) work correctly, the image generation consistently fails with a Cloudflare 1015 error: “You are being rate limited.”
This happens even for a single execution, suggesting the issue is not with my usage but possibly with the shared outbound IP used by n8n Cloud. I suspect this IP has been temporarily banned by Cloudflare for api.openai.com.
Could you please investigate:
- Whether the outbound IP used by my workspace is rate-limited?
- If it’s possible to rotate or change the IP or proxy used for OpenAI image generation?
- Or, alternatively, whether there’s a workaround or proxy n8n could offer?
What is the error message (if any)?
The service is receiving too many requests from you
Access denied | api.openai.com used Cloudflare to restrict access (function()The service is receiving too many requests from you
Access denied | api.openai.com used Cloudflare to restrict access
Cloudflare Error 1015
Ray ID: 9608e46d3e4d0d18
Please share your workflow
Share the output returned by the last node
The service is receiving too many requests from you
Access denied | api.openai.com used Cloudflare to restrict access
Cloudflare Error 1015
Ray ID: 9608e46d3e4d0d18
Information on your n8n setup
- n8n version: 1.91.3 n8n Cloud
- Database (default: SQLite): Managed by n8n Cloud
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default (Cloud-managed)
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: n8n Cloud (managed)

