Live3 endpoints

Gemini Omni 1.1 Flash API — Keyframes, Video Reference & 4K

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.

i

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.

Gemini Omni 1.1 FlashKeyframes, reference video, native audio, and 4K delivery3 endpoints
T2VLive
Flash

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.

720p–4K
From $0.10/sec
Try Model
KeyframeLive
Flash

Gemini Omni 1.1 Flash Image to Video

Generate a controlled transition from a starting keyframe and optional ending keyframe, with 4K delivery available.

720p–4K
From $0.10/sec
Try Model
V2VLive
Flash

Gemini Omni 1.1 Flash Video Edit

Apply a text instruction to restyle, relight, transform, or rewrite dialogue in source footage while preserving motion.

360p–4K
From $0.048/sec
Try Model

What is Gemini Omni 1.1 Flash?

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.

What's new in 1.1

First/last-frame keyframes

Specify a start and end frame to guide a continuous, controlled transition between two shots.

4K upscaling

Move approved 720p or 1080p work toward 4K final delivery when the project is ready to ship.

Video reference input

Use a short reference-video window to carry style and motion continuity into a new scene.

Native synchronized audio

Retain Gemini Omni Flash's native dialogue, ambient sound, and music generation in the same pass.

Focused endpoints

Use text-to-video for multimodal references and image-to-video for first/last-frame keyframe control.

Gemini Omni 1.1 Flash use cases

Keyframed transitions

Anchor first and last frames for precise, controllable movement between two shots.

Style-consistent sequels

Reference a short existing clip to keep a new scene visually and tonally aligned.

Consistent characters and voices

Layer saved character and voice profiles onto multimodal prompts for recurring-cast scenes.

Multimodal narrative shorts

Drive scene composition, camera direction, and dialogue from one rich prompt with native audio.

Final delivery at 4K

Upscale a reviewed draft for broadcast, streaming, or high-resolution campaign delivery.

Gemini Omni 1.1 Flash vs Gemini Omni Flash

FeatureGemini Omni 1.1 FlashGemini Omni Flash
Keyframe controlFirst/last frame specificationNot supported
Video reference inputShort reference-video windowNot supported
Resolution options720p, 1080p, 4K upscale720p, 1080p, 4K
Endpoint shapeSeparate text-to-video and image-to-video endpointsSeparate endpoint per input mode
StatusAvailable now on MuapiAvailable now on Muapi

Quick start — Gemini Omni 1.1 Flash API

Choose the multimodal text endpoint or the keyframe image endpoint, submit JSON with your Muapi API key, and poll the returned request ID.

Submit a multimodal video task

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.

Submit a keyframe transition

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.

Retrieve the completed result

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.

Gemini Omni 1.1 Flash FAQ

What is Gemini Omni 1.1 Flash?

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.

How is 1.1 different from the original Gemini Omni Flash?

The 1.1 update adds keyframe-controlled generation, a reference-video input for continuity, and 4K upscaling while keeping native synchronized audio.

Can I combine keyframes with a reference video or images?

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.

Is the Gemini Omni 1.1 Flash API available on Muapi now?

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.

What resolutions does Gemini Omni 1.1 Flash support?

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.

Ready to use Gemini Omni 1.1 Flash?

Add keyframes, reference video, native audio, and 4K delivery to your video workflow with one API.