Hi everyone,
I am trying to integrate the Gemini API into my n8n workflow to process some texts. I currently have a Google AI Pro subscription for the web interface, and I generated an API key from Google AI Studio to use in n8n.
However, when I run my workflow using the gemini-3-flash model, I immediately hit a wall and get this exact error message:
“The service is receiving too many requests from you. You exceeded your current quota… Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 20, model: gemini-3-flash”
I thought that subscribing to Google AI Pro would increase my API limits, but currently Google AI Studio only offers free tier and tier 1 options. How can I reach my current limit of 2500 daily requests and 60 requests per minute with this AI Pro subscription?