Gemini Omni 1.1 Flash Text to Video
Generate from text with optional reference images, a short video reference, voice profiles, character profiles, and native synchronized audio.
Gemini Omni 1.1 Flash adds first/last-frame keyframe control, short reference-video input, and 4K upscaling to Google's native multimodal video family.Muapi exposes focused text-to-video, image-to-video, and video-edit endpoints with synchronized audio and the same asynchronous submit-and-poll contract.
Gemini Omni 1.1 Flash is available now via API
Try text-to-video or image-to-video in the playground. The original Gemini Omni Flash endpoints remain available too.
Generate from text with optional reference images, a short video reference, voice profiles, character profiles, and native synchronized audio.
Generate a controlled transition from a starting keyframe and optional ending keyframe, with 4K delivery available.
Apply a text instruction to restyle, relight, transform, or rewrite dialogue in source footage while preserving motion.
Gemini Omni 1.1 Flash is Google's update to Gemini Omni Flash, announced on August 27, 2026. It adds the production controls creators need for more precise scenes: first/last-frame keyframes, a short reference-video input, and 4K upscaling.
Muapi wraps the update as focused text-to-video and image-to-video endpoints. The text endpoint accepts multimodal references and reusable profiles; the image endpoint controls a transition between first and last frames.
Specify a start and end frame to guide a continuous, controlled transition between two shots.
Move approved 720p or 1080p work toward 4K final delivery when the project is ready to ship.
Use a short reference-video window to carry style and motion continuity into a new scene.
Retain Gemini Omni Flash's native dialogue, ambient sound, and music generation in the same pass.
Use text-to-video for multimodal references and image-to-video for first/last-frame keyframe control.
Anchor first and last frames for precise, controllable movement between two shots.
Reference a short existing clip to keep a new scene visually and tonally aligned.
Layer saved character and voice profiles onto multimodal prompts for recurring-cast scenes.
Drive scene composition, camera direction, and dialogue from one rich prompt with native audio.
Upscale a reviewed draft for broadcast, streaming, or high-resolution campaign delivery.
| Feature | Gemini Omni 1.1 Flash | Gemini Omni Flash |
|---|---|---|
| Keyframe control | First/last frame specification | Not supported |
| Video reference input | Short reference-video window | Not supported |
| Resolution options | 720p, 1080p, 4K upscale | 720p, 1080p, 4K |
| Endpoint shape | Separate text-to-video and image-to-video endpoints | Separate endpoint per input mode |
| Status | Available now on Muapi | Available now on Muapi |
Choose the multimodal text endpoint or the keyframe image endpoint, submit JSON with your Muapi API key, and poll the returned request ID.
curl -X POST https://api.muapi.ai/api/v1/gemini-omni-flash-1-1-text-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A paper city unfolds into a living landscape","resolution":"1080p","duration":8,"reference_image_urls":["https://example.com/style.jpg"]}'
# Response: {"request_id":"REQUEST_ID"}Use text-to-video when you need prompt, reference, voice, or character inputs.
curl -X POST https://api.muapi.ai/api/v1/gemini-omni-flash-1-1-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A smooth transition from dawn to a bright afternoon","first_frame_url":"https://example.com/first.jpg","last_frame_url":"https://example.com/last.jpg","resolution":"1080p","duration":8}'
# Response: {"request_id":"REQUEST_ID"}Use image-to-video with first_frame_url and an optional last_frame_url for controlled transitions.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY" # Request 4K upscaling on the supported output option when you are ready for final delivery.
Poll the standard prediction result endpoint and read the generated video and audio outputs.
It is Google's August 27, 2026 update to Gemini Omni Flash, adding first/last-frame keyframes, a short reference-video input, and 4K upscaling through Muapi endpoints.
The 1.1 update adds keyframe-controlled generation, a reference-video input for continuity, and 4K upscaling while keeping native synchronized audio.
No. Keyframe generation uses the image-to-video endpoint with a prompt, first_frame_url, and optional last_frame_url. Reference images, a video reference, voice profiles, and character IDs belong on the separate text-to-video endpoint.
Yes. Try the text-to-video or image-to-video endpoint in the playground with a Muapi API key. The original Gemini Omni Flash endpoints remain available.
Standard output includes 720p and 1080p, with 4K upscaling for final delivery. Video generation is billed per second according to the selected endpoint and output option.
Add keyframes, reference video, native audio, and 4K delivery to your video workflow with one API.