Short answer: You can generate image with imagen in Google Gemini by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Gemini Generate Image with Imagen action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Optional | Model. Options: Imagen 4 (best), Imagen 3 |
Prompt prompt | string | Required | Prompt (required) |
Num Images number_of_images | string | Optional | Num Images |
Aspect Ratio aspect_ratio | options | Optional | Aspect Ratio. Options: 1:1, 16:9, 9:16 … |
{"model": "{{trigger.model}}","prompt": "{{trigger.prompt}}","number_of_images": "{{trigger.number_of_images}}","aspect_ratio": "{{trigger.aspect_ratio}}"}
{"predictions": [{"mimeType": "image/png","bytesBase64Encoded": "<base64>"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.