Model
Last updated May 13, 2026
Gemini Omni Flash Preview
for AI agents
Gemini Omni Flash Preview is an active AnyCap video model for edit-video workflows. It refines an input video from natural language instructions while preserving the original footage. This page is grounded in the current AnyCap CLI catalog so agents can copy the exact model ID, operation, and modes instead of guessing from provider-facing names. It is meant to help a builder decide whether this model belongs in an agent workflow, then run it through AnyCap without wiring a one-off provider integration.
Best fit
Editing or refining existing footage with natural language instructions, such as adjusting scenes, applying changes, or iterating on a source video.
Tradeoff
It is edit-video only in the current AnyCap catalog, so choose a text-to-video or image-to-video model when the workflow needs to generate a clip from scratch.
AnyCap fit
Gemini Omni Flash Preview is most useful when an agent needs the model choice, command, output file, and next step to stay inside one AnyCap-controlled workflow.
The short answer
Use gemini-omni-flash-preview when an agent needs editing or refining existing footage with natural language instructions, such as adjusting scenes, applying changes, or iterating on a source video. The current AnyCap catalog lists it as active for edit-video through the generate operation. The practical value is not only the model call; it is giving the agent a repeatable path from model discovery to generated video file and onward delivery.
Current AnyCap catalog entry
| Model ID | gemini-omni-flash-preview |
|---|---|
| Display name | Gemini Omni Flash Preview |
| Provider | |
| Capability | Video generation |
| Operation | generate |
| Supported modes | edit-video |
| Catalog status | active |
| Credit estimate | Varies by catalog pricing |
AnyCap CLI verifies the active model ID and edit-video mode; page copy avoids unverified claims about generation quality or platform availability.
How Gemini Omni Flash Preview fits an AnyCap workflow
01 / Discover
The agent lists active video generation models and confirms that gemini-omni-flash-preview is available before it commits to a provider-specific path.
02 / Generate
The agent calls AnyCap with the exact model ID, prompt, mode, and output file instead of asking the user to leave the coding or planning session.
03 / Route
The generated clip can move into review, sharing, Drive delivery, Page publishing, or the next agent step from the same AnyCap workflow.
This is the AnyCap-specific angle: the page does not ask an agent to memorize a provider dashboard. It shows the model ID, the supported modes, the schema command, and the next internal routes so the model can be used as part of a capability layer.
Mode guide for agents
edit-video
Start from an existing clip when the agent needs natural-language edits, cleanup, or refinement.
anycap video generate --model gemini-omni-flash-preview --mode edit-video --prompt "brighten the lighting in this clip and add a subtle slow zoom while keeping the original subject" --param videos=./source.mp4 -o gemini-omni-flash-preview.mp4
Call Gemini Omni Flash Preview through AnyCap
Discover models
anycap video models
Inspect schema
anycap video models gemini-omni-flash-preview schema --operation generate --mode edit-video
Generate with Gemini Omni Flash Preview
anycap video generate --model gemini-omni-flash-preview --prompt "brighten the lighting in this clip and add a subtle slow zoom while keeping the original subject" -o gemini-omni-flash-preview.mp4
Copy-ready agent brief
Use AnyCap with Gemini Omni Flash Preview. Model ID: gemini-omni-flash-preview Capability: Video generation Modes: edit-video Best fit: Editing or refining existing footage with natural language instructions, such as adjusting scenes, applying changes, or iterating on a source video. Output: gemini-omni-flash-preview.mp4 After generation, return the clip path and suggest the next review or publishing step.
This brief is intentionally plain so it can be dropped into Claude Code, Codex, Cursor, or another agent prompt before the agent calls AnyCap.
Compare nearby AnyCap models
MiniMax
Hailuo 2.3
Short narrative clips, expressive character motion, visual storytelling, and reference-image animation.
Kuaishou
Kling 3.0
Cinematic motion, realistic scene animation, and image-to-video workflows that need controllable camera dynamics.
Kuaishou
Kling O1
Product demos, stylized motion design, and image-conditioned clips where the source frame should drive the video.
FAQ
What is Gemini Omni Flash Preview best for in AnyCap?
Gemini Omni Flash Preview is best for editing or refining existing footage with natural language instructions, such as adjusting scenes, applying changes, or iterating on a source video. AnyCap exposes it as an active video generation model with the model ID gemini-omni-flash-preview.
What AnyCap CLI model ID should agents use for Gemini Omni Flash Preview?
Use gemini-omni-flash-preview. Agents can discover the current catalog entry with anycap video models and inspect its schema with anycap video models gemini-omni-flash-preview schema --operation generate.
Which modes does Gemini Omni Flash Preview support through AnyCap?
The current AnyCap CLI catalog lists Gemini Omni Flash Preview as active for edit-video under the generate operation.
When should an agent avoid Gemini Omni Flash Preview?
It is edit-video only in the current AnyCap catalog, so choose a text-to-video or image-to-video model when the workflow needs to generate a clip from scratch. The model page is intentionally grounded in the AnyCap catalog entry rather than broad provider claims, so teams can choose based on the workflow they can run today.
How does Gemini Omni Flash Preview fit into the broader AnyCap site?
Gemini Omni Flash Preview is one model-level route inside AnyCap's video generation capability. Use this page for model-specific commands, then use the capability page to compare adjacent models and plan the complete agent workflow.