Edit any video with a single text instruction using Gemini Omni 1.1 Flash. Restyle, relight, or transform footage while keeping motion and timing. Try free.
About this model
Gemini Omni 1.1 Flash Video Edit takes a source video and a simple text instruction — for example, 'Make this video anime. Keep everything else the same.' — and returns a restyled version of the same clip with its original motion and timing preserved. It's a focused, single-purpose entry point to Gemini Omni's video editing capability: no reference images, keyframes, voice, or character IDs to configure, just a video URL, a prompt, and a resolution. For the fuller multimodal endpoint that also accepts reference images, keyframes, voice profiles, and character IDs, see Gemini Omni 1.1 Flash. For the original single-purpose editor, see Gemini Omni Video Edit.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapi | $0.048–$0.48 per source-video second (by resolution) | Pay-per-generation, no subscription. Billed on source video duration, 3–10s billed range. |
| Fal.ai | Comparable per-second pricing | Same underlying model (google/gemini-omni-flash/v1.1/edit). |
| Replicate | Not available | Gemini Omni 1.1 Flash Video Edit is not listed on Replicate. |
Pay-per-generation, no subscription. Billed on source video duration, 3–10s billed range.
Same underlying model (google/gemini-omni-flash/v1.1/edit).
Gemini Omni 1.1 Flash Video Edit is not listed on Replicate.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | A simple instruction describing the edit. | Make this video anime. Keep everything else the same. |
| Source Video | string | URL of the video to edit. | - |
| Resolution | Enum (4 options) | Output resolution. Billed per second of source video (rounded up, min 3s / max 10s billed): $0.048/s at 360p, $0.16/s at 720p, $0.24/s at 1080p, $0.48/s at 4K. | 720p |
A simple instruction describing the edit.
Make this video anime. Keep everything else the same.URL of the video to edit.
-Output resolution. Billed per second of source video (rounded up, min 3s / max 10s billed): $0.048/s at 360p, $0.16/s at 720p, $0.24/s at 1080p, $0.48/s at 4K.
720pDeveloper documentation
Provide a source video
Pass a publicly accessible video_url. Billing is based on the source video's duration, rounded up to the next whole second, with a 3-second minimum and 10-second maximum billed window.
Write a simple edit instruction Be direct about what should change. Example: 'Make this video anime. Keep everything else the same.'
Choose a resolution
360p, 720p, 1080p, or 4k. Higher resolutions cost more per second of source video.
Submit and poll
curl -X POST https://api.muapi.ai/api/v1/gemini-omni-flash-1-1-edit \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Make this video anime. Keep everything else the same.",
"video_url": "https://example.com/source.mp4",
"resolution": "1080p"
}'
Then poll GET /api/v1/predictions/{request_id}/result until status is completed.
Prompt tips
Frequently asked
It's a focused video-editing endpoint: give it a source video and a one-line text instruction, and it returns a restyled version of the clip with the original motion and timing preserved.
This endpoint only takes a video and a prompt — no reference images, keyframes, voice profiles, or character IDs. For those, use the fuller [Gemini Omni 1.1 Flash](/playground/gemini-omni-flash-1-1) endpoint's video-reference mode.
Pricing is based on source video duration and resolution. Source duration is rounded up to the next whole second, with a minimum billed duration of 3 seconds and a maximum of 10 seconds. Rates: $0.048/s at 360p, $0.16/s at 720p, $0.24/s at 1080p, $0.48/s at 4K. A 10-second 1080p clip costs $2.40.
Billing caps at 10 seconds of source video regardless of how much longer the input clip is — the minimum billed duration is 3 seconds.
360p, 720p, 1080p, and 4K. 720p is the default if none is specified.