NActionNano BananaUpdated June 2026

How do I generate images with Google Nano Banana?

Short answer: You can generate image with nano banana in Nano Banana by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Nano Banana Generate Image with Nano Banana action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Generate Image with Nano Banana in Nano Banana — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Prompt
prompt
stringRequiredDescribe the image you want to generate. Nano Banana handles legible text-in-image notably well — try poster mockups, logos with words, etc.
Model
model
optionsOptionalWhich Google image model to call. The stable Nano Banana is the safe default. Preview variants may produce sharper images but can be rate-limited or removed without notice.
Sample request
{
"prompt": "A vintage poster of an astronaut riding a bicycle on Mars, retro 70s style, text reading 'MARS 2026' at the bottom",
"model": "{{trigger.model}}"
}
Returns
{
"url": "https://ccc.oute.app/MW_TOKEN/.../google-nano-banana-abc.png",
"byte_size": 1258624,
"image_url": "https://ccc.oute.app/MW_TOKEN/.../google-nano-banana-abc.png",
"mime_type": "image/png",
"expires_at": "2026-05-15T13:59:00.704Z",
"model_version": "gemini-2.5-flash-image-preview"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Generate Image with Nano Banana.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Generate Image with Nano Banana.

What does the Generate Image with Nano Banana action do in Nano Banana?
Generates images using Google's cost-efficient Nano Banana model. For high-volume thumbnails and bulk ad-variant creative where cost per image matters more than peak quality.
What inputs does Generate Image with Nano Banana require?
Required: Prompt. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Nano Banana returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Generate Image with Nano Banana support batch operations?
Yes. Run Generate Image with Nano Banana inside a Loop node to process arrays. TinyCommand handles Nano Banana's rate limits automatically so you don't have to throttle manually.
Generate Image with Nano Banana in Nano Banana — start free