Gemini Omni Video Edit — natively multimodal video-to-video editing. Restyle, relight, swap subjects, or rewrite scenes from a source clip with a single prompt. Unified reasoning across modalities preserves motion and audio continuity while applying the edit.
About this model
Gemini Omni Video Edit brings Google's natively multimodal any-to-any model to source-driven editing. Provide a clip and a natural-language edit instruction — restyle the look, change the season, swap subjects, or rewrite dialogue — and the model rewrites the video in a single pass while preserving original motion and timing.
Because visuals and audio are reasoned about jointly, edits stay coherent across modalities: regenerated audio matches the new visuals, and original ambient sound can be preserved when desired.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapi | $2.40 (720p/1080p) · $3.60 (4K) | Flat rate per generation — same price regardless of duration. Synchronized audio included at no extra charge. |
| Fal.ai | Not available | Gemini Omni Video Edit is not currently available on Fal.ai. |
| Replicate | Not available | Gemini Omni Video Edit is not currently available on Replicate. |
Flat rate per generation — same price regardless of duration. Synchronized audio included at no extra charge.
Gemini Omni Video Edit is not currently available on Fal.ai.
Gemini Omni Video Edit is not currently available on Replicate.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Edit Prompt | string | Describe the edit to apply. Examples: restyle to watercolor, change the season, swap the subject's outfit. | Transform the growing clock into @image1 while preserving the original expansion and wall-breaking motion. As the clock enlarges, metallic spider legs unfold from the sides and stab through furniture and walls. Keep the camera motion and apartment destruction intact. |
| Reference Images | array | Reference images. 7 image slots available total. Video uses 2 slots; each character_id uses 1 slot. Max 20 MB per image. | https://cdn.muapi.ai/assets/gemini-omni-video-edit.jpg |
| Source Video | string | Source video to edit (max 100 MB, max 30 s). Optional if image_urls are provided. | https://cdn.muapi.ai/assets/gemini-omni-text-to-video.mp4 |
| Trim Start (seconds) | number | Start of the clip window to edit, in seconds (>= 0). | 0 |
| Trim End (seconds) | number | End of the clip window to edit, in seconds. Must be within 10 s of trim_start. | 10 |
| Duration (seconds) | Enum (4 options) | Duration of the generated video in seconds. | 8 |
| Resolution | Enum (3 options) | Output video resolution. 720p and 1080p are the same price; 4K costs more. | 1080p |
| Aspect Ratio | Enum (2 options) | Output video aspect ratio. | 16:9 |
| Audio IDs | array | Up to 3 voice profile IDs returned by the Gemini Omni Audio endpoint. | - |
| Seed | int | Random seed (0–2147483647). Fix for reproducibility; results may still vary due to model stochasticity. | 0 |
| Character IDs | array | Up to 3 character IDs from Gemini Omni Character to feature in the video. | - |
Describe the edit to apply. Examples: restyle to watercolor, change the season, swap the subject's outfit.
Transform the growing clock into @image1 while preserving the original expansion and wall-breaking motion. As the clock enlarges, metallic spider legs unfold from the sides and stab through furniture and walls. Keep the camera motion and apartment destruction intact.Reference images. 7 image slots available total. Video uses 2 slots; each character_id uses 1 slot. Max 20 MB per image.
https://cdn.muapi.ai/assets/gemini-omni-video-edit.jpgSource video to edit (max 100 MB, max 30 s). Optional if image_urls are provided.
https://cdn.muapi.ai/assets/gemini-omni-text-to-video.mp4Start of the clip window to edit, in seconds (>= 0).
0End of the clip window to edit, in seconds. Must be within 10 s of trim_start.
10Duration of the generated video in seconds.
8Output video resolution. 720p and 1080p are the same price; 4K costs more.
1080pOutput video aspect ratio.
16:9Up to 3 voice profile IDs returned by the Gemini Omni Audio endpoint.
-Random seed (0–2147483647). Fix for reproducibility; results may still vary due to model stochasticity.
0Up to 3 character IDs from Gemini Omni Character to feature in the video.
-Developer documentation
Upload a source video
Provide a public video_url or upload a clip from the playground. Shorter inputs (under ~15 seconds) produce the most consistent edits.
Write a clear edit prompt Be specific about what should change and what should stay. Example: 'Restyle the entire clip as a hand-drawn Studio Ghibli animation, keep the original camera motion, lighting direction, and timing.'
Choose resolution
720p / 1080p — same price ($2.40 per generation)4K — higher resolution ($3.60 per generation)Submit and poll
POST to /api/v1/gemini-omni-video-edit and poll GET /api/v1/predictions/{request_id}/result until status is completed.
Prompt tips
Frequently asked
Gemini Omni Video Edit conditions on the source clip directly and reasons across visuals and audio jointly. The model preserves motion, timing, and continuity from the source while applying the edit — instead of generating a new clip that loosely matches.
Yes — disable `preserve_audio` and write a prompt that targets only the audio (e.g., "replace the dialogue with: '...'"). The visuals will stay aligned with the source while the audio regenerates.
Maximum clip length will be confirmed at launch. We expect support for inputs up to 30 seconds, matching the text-to-video variant.
By default the model preserves the source clip's motion and camera path. If you want the camera or motion to change, say so explicitly in the prompt.
Google announced Gemini Omni at I/O 2026 on May 19, 2026, with API access rolling out in the following weeks. The video-edit variant will go live on muapi as soon as the upstream API supports it.