Gemini Omni 1.1 Flash Video Edit: AI Video Editor

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.

📝

Overview

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.

1Style transfer: Restyle a clip as anime, claymation, or a period aesthetic while keeping the original motion.
2Scene relighting: Shift a clip's lighting or time of day without re-shooting.
3Subject swaps: Replace or transform the subject of a clip while preserving camera motion and timing.
4Quick social edits: Apply a one-line creative instruction to short clips for social content.
5Draft iteration: Preview an edit at 360p or 720p before committing to a 1080p or 4K render.
💰

Pricing & Value

Cost analysis

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.aiComparable per-second pricing

Same underlying model (google/gemini-omni-flash/v1.1/edit).

ReplicateNot available

Gemini Omni 1.1 Flash Video Edit is not listed on Replicate.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

A simple instruction describing the edit.

Default ValueMake this video anime. Keep everything else the same.
Source Videostring

URL of the video to edit.

Default Value-
ResolutionEnum (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.

Default Value720p
📖

Implementation Guide

Developer documentation

How to Use Gemini Omni 1.1 Flash Video Edit

  1. 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.

  2. Write a simple edit instruction Be direct about what should change. Example: 'Make this video anime. Keep everything else the same.'

  3. Choose a resolution 360p, 720p, 1080p, or 4k. Higher resolutions cost more per second of source video.

  4. 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.

  5. Prompt tips

    • Anchor what should not change: 'keep the original framing', 'preserve subject identity', 'maintain camera path'.
    • Name the target style explicitly: '1980s VHS', 'oil painting', 'claymation'.
    • Keep instructions to one clear transformation per request for the most reliable results.

Common Questions

Frequently asked

What is Gemini Omni 1.1 Flash Video Edit?

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.

How is this different from the unified Gemini Omni 1.1 Flash endpoint?

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.

How is billing calculated?

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.

What's the maximum source video length I'll be billed for?

Billing caps at 10 seconds of source video regardless of how much longer the input clip is — the minimum billed duration is 3 seconds.

What resolutions are supported?

360p, 720p, 1080p, and 4K. 720p is the default if none is specified.