flow_generate_image
Generate images from a text prompt with selectable models and aspect ratios. Prepares a confirmation screen by default; with auto-confirm, verifies mode and clicks Generate.
Instructions
⚠️ THESE IMAGES CONSUME CREDITS. By default (auto_confirm=false): fills the prompt, selects model/ratio, takes a screenshot and returns "ready_for_confirmation". Does NOT click Generate. When auto_confirm=true: first verifies the UI is in IMAGE mode (not Video), that the model is an image model, takes a verification screenshot, THEN clicks Generate and waits for the images. NANO/BANANA image models only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Brand context for automatic model selection: premium, standard. | |
| model | No | Model to use: Nano Banana Pro, Nano Banana 2, or Imagen 4. | Nano Banana 2 |
| ratio | No | Aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4. | 1:1 |
| prompt | Yes | The text prompt for image generation. | |
| campaign | No | Campaign identifier for project matching (e.g., "summer-2026", "new-collection"). | |
| ingredients | No | Names of existing project images/characters to reference via "@name" (e.g., ["Bob the Astronaut", "Image 3"]). Use flow_list_mention_options to discover available names. | |
| skip_config | No | Skip configuration of aspect ratio, model type, and quantity in the UI. Respect manual settings. | |
| auto_confirm | No | ⚠️ CREDITS. If false (default): only prepares, consumes nothing. If true: verifies that Image mode is active, THEN clicks Generate (consumes credits). | |
| project_name | No | Name for the project (will reuse existing project with same campaign, or create new). | |
| reference_images | No | Paths to local reference images to upload (optional). |