> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# GeminiVideoOmni - ComfyUI Built-in Node Documentation

> Complete documentation for the GeminiVideoOmni node in ComfyUI. Learn its inputs, outputs, parameters and usage.

Generate a video with audio from a text prompt using Google's Gemini Omni Flash model. Optionally provide reference images and/or videos to guide or edit the result. Describe the desired length (3-10s) and aspect ratio (16:9 or 9:16) directly in the prompt.

## Inputs

| Parameter     | Description                                                                                                                                  | Data Type | Required | Range                                         |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | --------------------------------------------- |
| `model`       | The Gemini video model used to generate the video.                                                                                           | COMBO     | Yes      | "Omni Flash"                                  |
| `seed`        | Seed controls whether the node should re-run; results are non-deterministic regardless of seed (default: 42).                                | INT       | Yes      | 0 to 2147483647                               |
| `prompt`      | The text prompt describing the video to generate. Must be at least one non-whitespace character after stripping leading/trailing whitespace. | STRING    | Yes      | Minimum 1 character                           |
| `images`      | Optional reference images to guide the video generation. Maximum of 14 images total.                                                         | IMAGE     | No       | Multiple images allowed (max 14)              |
| `videos`      | Optional reference videos to guide or edit the video generation. Maximum of 3 videos, each up to 10 seconds.                                 | VIDEO     | No       | Multiple videos allowed (max 3, each max 10s) |
| `temperature` | Controls randomness in generation (default: 1.0).                                                                                            | FLOAT     | No       | 0.0 to 2.0                                    |
| `top_p`       | Nucleus sampling parameter (default: 0.95).                                                                                                  | FLOAT     | No       | 0.0 to 1.0                                    |

Notes:

* If an image input contains multiple frames, each frame counts toward the maximum of 14 images.
* Reference videos are always sent inline to the model. Up to 10 images are uploaded as URLs; any images beyond the first 10 are sent inline. The total inline media size (all videos plus any inline images) must stay under about 90 MB, otherwise the node raises an error.

## Outputs

| Output Name | Description                                           | Data Type |
| ----------- | ----------------------------------------------------- | --------- |
| `VIDEO`     | The generated video with audio from the Gemini model. | VIDEO     |
| `STRING`    | Any text response from the model.                     | STRING    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GeminiVideoOmni/en.md)

***

**Source fingerprint (SHA-256):** `1b7ca51d07cfb6a166cfed2a7e7174fd62f3290abcc1bdfdce94369dda242d3f`
