← All models Gemini Omni Flash 1.1 Edit gemini-omni-flash-v1.1
Video generation by 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 Field Type Description promptrequired string A simple instruction describing the edit. video_url string URL of the video to edit. resolution stringenum: 360p, 720p, 1080p, 4k The resolution of the edited video. duration integer The duration of the generated video, in seconds. aspect_ratio stringenum: 16:9, 9:16 The aspect ratio of the generated video. image_url string URL of the first frame to animate. end_image_url — Optional URL of the end frame. When provided, the model interpolates between the two images in their listed order.
Output Field Type Description video — The generated video. interaction_id — The Google interaction ID. Pass this as previous_interaction_id to extend the generated video.