G
Gemini Omni 1.1 Flash
Gemini Omni 1.1 Flash, a video model from Google.
videoModelOverride: { model: "gemini-omni-flash" }
Google·Released August 2026Pricing
- 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.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video | text-to-videoimage-to-videoreference-to-videoedit |
aspect_ratio | Select | 16:9 | 16:99:16 |
resolution360p is cheaper for drafts. 720p is the default. 1080p and 4K cost more per second. | Select | 720p | 360p720p1080p4k |
image_urlAn image to use as the starting frame or guide for the video. | Image URL | — | — |
reference_imagesProvide reference images of subjects, styles, or objects to include in the video. | Image URLs | — | — |
input_videoUpload 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", }, }, });