Gemini Omni Flash
Gemini Omni Flash Video Generation
Generate videos with Gemini Omni Flash, supporting text-to-video plus 0, 1, or 3 reference images
POST
Documentation Index
Fetch the complete documentation index at: https://docs.toapis.com/llms.txt
Use this file to discover all available pages before exploring further.
- Use
gemini_omni_flashin themodelfield - Supports text-to-video, single-image video generation, and 3-image reference fusion
- Supports 4 / 6 / 10 second durations
- Default resolution is 720P;
1080pis landscape 1080P and only supports16:9 - Async task API: submit a task, then query by task ID
Authorizations
Use Bearer Token authentication:
Body
Model name. Use
gemini_omni_flash.Text prompt for video generation.
Video duration. Supported values:
4, 6, 10.Video aspect ratio:
16:9landscape9:16portrait
Video resolution:
720Pdefault resolution1080plandscape 1080P, only supported withaspect_ratio: "16:9"
Optional reference image URL array. Only these three cases are supported:
- Omit the field or pass an empty array: text-to-video
1image: single-image video generation3images: reference-image fusion
2 images is not supported.The backend normalizes image_urls into the upstream reference-image parameter.Response
Task ID for status polling.
Object type, usually
generation.task.Model name used for the request.
Task status:
queued, in_progress, completed, or failed.Task creation timestamp.
Generated video URL when the task completes.