Reference
Remy Reference/Models/Video generation/Gemini Omni 1.1 Flash
G

Gemini Omni 1.1 Flash

Gemini Omni 1.1 Flash, a video model from Google.
videoModelOverride: { model: "gemini-omni-flash" }
Google·Released August 2026
Pricing
Input
$1.50 / 1M
Per generation
$0.000017
Specifications
Context window
5,000 tokens
Aspect ratios
4
Released
August 2026
Model string
gemini-omni-1.1-flash-preview
Capabilities
Multimodal
Parameters
Model options, passed in videoModelOverride.config.
ParameterTypeDefaultRange / options
$modeSelecttext-to-videotext-to-videoimage-to-videoreference-to-videoedit
aspect_ratioSelect16:916:99:16
resolution
360p is cheaper for drafts. 720p is the default. 1080p and 4K cost more per second.
Select720p360p720p1080p4k
image_url
An image to use as the starting frame or guide for the video.
Image URL
reference_images
Provide reference images of subjects, styles, or objects to include in the video.
Image URLs
input_video
Upload a video to edit.
Video URL
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "gemini-omni-flash",
    config: {
      aspect_ratio: "16:9",
      resolution: "720p",
    },
  },
});