Skip to main content
POST
Gemini Omni I2V
gemini-omni-i2v creates a 10-second video from a prompt and one or two public source-image URLs. The first image is the start frame. The optional second image is the end frame.
string
required
Set to gemini-omni-i2v.
string
required
Describe how the supplied image should move and how the shot should develop.
string
required
Set to "10".
string
default:"1280x720"
Use 1280x720 or 1920x1080 for 16:9 output. Use 720x1280 or 1080x1920 for 9:16 output. Other sizes are not supported.
string[]
required
One or two publicly reachable http or https image URLs. Each source image must be no larger than 5 MiB.

Request

The response returns a queued task id. Follow the Video API workflow to poll and download.
Private network addresses and local files cannot be used as references. Host each source at a public URL before submitting the task.