Google released Gemini Omni Flash on June 30, 2026 — a multimodal video model you control entirely through natural language. No timeline. No keyframes. You describe the edit, and the model applies it.
Below is a real example. The original clip was opened inside a Codex session, and a single prompt was sent:
Replace the object in the woman's hand with a water bottle, using anycap gemini-omni-flash-preview
That was the entire instruction. Codex routed the task to AnyCap, which ran it through gemini-omni-flash-preview. Here is what came back.
Before — original footage:
After — water bottle replacement via AnyCap + gemini-omni-flash-preview:
One prompt in Codex. No video editor opened. No masking, no compositing, no timeline.
What Gemini Omni Flash Actually Is
Gemini Omni Flash is Google's first model built specifically for conversational video editing and generation. The "Omni" refers to its architecture: it processes video frames, audio, and text in the same context, so it understands what is happening on screen before making any change.
| Spec | Detail |
|---|---|
| Released | June 30, 2026 |
| Pricing | $0.10 per second of output |
| Resolution | 720p |
| Generation cap | 10 seconds per call |
| Inputs | Video, images, audio, text |
| Interface | Conversational |
The iterative part matters more than the specs. You can send a follow-up — the zoom at 0:04 is too aggressive, soften it — and the model adjusts without reprocessing the whole clip. That back-and-forth is what makes it genuinely conversational rather than just another one-shot generator.
How It Works in AnyCap
AnyCap connects directly to the Gemini Omni Flash API and wraps it in a chat interface, so you never deal with API keys, upload endpoints, or file handling. The workflow is:
- Drop in your video or images
- Tell AnyCap what you want, in plain English
- Review the output, refine with follow-up instructions
- Export
A few examples of prompts that work well:
- Find the three most engaging moments and cut them into separate 60-second clips.
- Remove filler words and silences. Keep the pacing tight.
- Reformat to 9:16 vertical. Add burnt-in captions in English and Japanese.
- The product reveal feels slow — speed up that section by 1.3x.
- Generate a 10-second version from these product images. Warm lighting, no voiceover.
Each prompt is a conversation turn. If the result is close but not quite right, you keep going. AnyCap sends the feedback back to the model, which refines the clip in place.
Where It Makes the Biggest Difference
Short-form content creators
Turning one long video into five platform-ready clips used to take most of an afternoon. With Gemini Omni Flash, the prompt is one sentence: Extract the five best moments, each under 60 seconds. Export in 9:16 with auto-captions. The model watches the footage, picks the peaks, and cuts. You review.
Marketing and brand teams
Localizing a campaign video into eight languages means eight separate caption tracks, eight exports, often eight rounds of review. A single AnyCap session handles the caption replacement and format variations. The model understands context well enough that you do not need to specify timestamps — swap the English captions for French is enough.
E-commerce at catalog scale
The before/after above is a product video example: raw footage in, polished clip out, from a plain-language brief. At $0.10 per second, a 10-second product video costs $1.00. Running that across a 500-SKU catalog costs $500 — versus a week of editing time.
Long-form video: podcasts and interviews
A 90-minute recorded conversation has maybe 10 minutes of genuinely quotable content. Finding it manually takes longer than the recording itself. Watch this interview and pull the five moments where the guest gives concrete advice. Each clip should be under 90 seconds. The model reads tone and substance, not just waveforms.
Enterprise training updates
Compliance and onboarding videos go stale every quarter. Instead of re-recording, you can tell AnyCap: Replace the section from 3:20 to 4:45 with this new audio file. Keep the visuals. Add a text overlay at 4:00 with the updated policy reference. The model makes surgical replacements.
Developer teams building video features
When your product includes video processing, you want the editing logic to be programmable without your team writing and maintaining FFmpeg pipelines for every new use case. AnyCap exposes the Gemini Omni Flash API in a way that fits into a backend workflow — you describe the transformation in plain text, and the model handles the execution.
AnyCap + Codex: Prompt-Driven Video Production
The workflow shown at the top of this article runs entirely inside Codex — OpenAI's agentic coding environment. No video editor opened. No API wrangled manually. The chain looks like this:
- You describe the edit in Codex chat — plain English, the same way you'd explain it to a human editor.
- Codex routes the task to AnyCap — it selects the right tool, constructs the request, and handles the upload automatically.
- AnyCap calls
gemini-omni-flash-preview— the model receives your video, applies the transformation, and returns the edited clip. - The result lands back in your Codex session — review it, send follow-up instructions, or export.
The prompt that produced the before/after above was a single line sent into Codex:
Replace the object in the woman's hand with a water bottle, using anycap gemini-omni-flash-preview
Codex handled the rest: selecting the AnyCap capability, uploading the source video, passing the instruction, and returning the output. The entire round trip took under two minutes.
Why the Codex + AnyCap loop changes the editing model
Traditional video editing requires you to operate a tool — cut here, mask there, export with these settings. The Codex + AnyCap model is different: you describe an outcome, and the system figures out the steps.
This matters especially for:
- Iterative editing — follow-up prompts refine the previous output without reprocessing from scratch. Tell Codex the replacement looks slightly off-center, shift it left and
gemini-omni-flash-previewadjusts in the next pass. - Batch jobs — describe a transformation once, and Codex applies it across multiple clips programmatically. Same instruction, different source files, consistent results.
- Developer integrations — when you're building a product that includes video processing, you can add AnyCap as a tool inside your Codex agent and invoke
gemini-omni-flash-previewfrom within a larger automation pipeline. No FFmpeg pipelines to write or maintain.
What gemini-omni-flash-preview understands on screen
Because the model processes video frames, audio, and text in the same context, you can reference things on screen without timestamps:
- The moment she looks directly at the camera — cut there.
- Replace the logo on the desk with the new brand mark.
- The section where he explains the pricing — speed that up by 1.2x.
The model reads the footage, finds what you're describing, and makes the change. You don't have to locate the frame yourself.
Try Gemini Omni Flash on AnyCap →
Gemini Omni Flash launched June 30, 2026. Pricing and specs from Google AI.