I’m looking for the cleanest way to integrate Gemini 1.5 (Google AI Studio) image generation into my n8n workflow.
My Goals:
-
Trigger image generation via API from text prompts.
-
Keep the logic scalable (handling binary vs. Base64).
-
Use the HTTP Request node (unless a specialized node is significantly better).
Specific Questions:
-
Node Choice: Is there a reliable community node (like
n8n-nodes-nano-banana) you’d recommend, or is the standard HTTP Request node still the gold standard for flexibility? -
Handling Output: What’s your preferred way to convert the API’s Base64 response back into a usable n8n binary file?
-
Any advice on auth (API Key vs OAuth) or managing rate limits when scaling?
If anyone has a workflow snippet or a JSON body example for the request, I’d love to see it!