flow_generate
Queue AI video and image generation jobs in Google Flow through the extension. Returns a jobId without waiting for clips to render; use flow_wait to check results.
Instructions
Queue a generation in the live Google Flow through the extension. Returns jobId immediately WITHOUT waiting for the clips — wait with flow_wait. File paths (frames/characters) are absolute; the bridge reads them. Paths on another machine are unreachable: ask the user to copy files to the machine where the bridge runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chaining for all items: every next clip starts from the last frame of the previous one | |
| items | Yes | Generation items, one per clip | |
| model | No | Default model for all items | |
| aspect | No | Default aspect ratio | |
| folder | No | Subfolder name for the results | |
| length | No | Default length | |
| prefix | No | File name prefix | |
| resolution | No | Default resolution |