flow_generate_video
Configure a video generation in Google Flow by providing a prompt, selecting a model, and adjusting settings like aspect ratio and duration. Stops before the final paid generate step.
Instructions
Set up a video generation in Google Flow. Fills prompt, selects Omni Flash or Veo model, configures settings. NOTE: Does NOT click final Generate (paid feature — stops at ready-to-generate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model: Omni Flash, Veo 2, Nano Banana 2. | Omni Flash |
| ratio | No | Aspect ratio: 16:9, 9:16, 1:1. | 16:9 |
| prompt | Yes | The text prompt for video generation. | |
| campaign | No | Campaign identifier for project matching (e.g., "summer-2026", "new-collection"). | |
| duration | No | Target duration in seconds. | |
| use_scene | No | Name of a single project scene to reference via "@name" (added in addition to ingredients). | |
| 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. | |
| project_name | No | Name for the project (will reuse existing project with same campaign, or create new). | |
| use_character | No | Name of a single project character to reference via "@name" (added in addition to ingredients). | |
| reference_images | No | Paths to local reference images to upload (optional). |