You're looking at a specific version of this model. Jump to the model overview.
google /gemini-omni-1.1:ca4def55
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt describing the video. Include details like scene, "
"camera movement, lighting, mood, and audio for best results. Put anything "
"you want to avoid in the prompt too (e.g. 'no dialogue').
|
|
| image |
string
|
Starting image to animate into a video. When provided without "
"last_frame, the video is generated from this image.
|
|
| last_frame |
string
|
Ending image. When provided together with image, the model "
"interpolates a smooth transition between the two frames.
|
|
| reference_images |
array
|
[]
|
Reference images that guide the subject and style of the video "
"(not used as literal frames). Use this to generate a video featuring "
"specific characters or objects.
|
| video |
string
|
An existing video to edit. Describe the change in the prompt "
"(e.g. 'make the sky stormy, keep everything else the same'). The model "
"applies the edit while preserving the rest of the video.
|
|
| aspect_ratio |
None
|
16:9
|
Video aspect ratio. Ignored when editing an existing video.
|
| resolution |
None
|
720p
|
Resolution of the generated video. 360p is a fast draft mode.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}