infery
← All models

Gemini Omni Flash 1.1 Edit

gemini-omni-flash-v1.1

Video generationby Google

Gemini Omni Flash 1.1 is Google's multimodal video model. This endpoint edits video through natural-language instruction, applying the requested change while preserving the parts of the scene you want kept, and carrying character and scene consistency across successive edits.

Example

Details

Accepts
text + image + video

Pricing

Price
0.021 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptrequiredstringA simple instruction describing the edit.
video_urlstringURL of the video to edit.
resolutionstringenum: 360p, 720p, 1080p, 4kThe resolution of the edited video.
durationintegerThe duration of the generated video, in seconds.
aspect_ratiostringenum: 16:9, 9:16The aspect ratio of the generated video.
image_urlstringURL of the first frame to animate.
end_image_urlOptional URL of the end frame. When provided, the model interpolates between the two images in their listed order.

Output

FieldTypeDescription
videoThe generated video.
interaction_idThe Google interaction ID. Pass this as previous_interaction_id to extend the generated video.