Masonry Logo
AI & Technology

Gemini Omni Flash on Masonry: Current Controls and 5 Clips

Gemini Omni Flash remains active on Masonry for video generation and editing. Inspect five shipped clips, their measured duration and encoding, the current CLI contract, and a production review workflow without stale speed or price promises.

Gaurav BisenGaurav Bisen
7 min read

Gemini Omni Flash remains an active Google video route on Masonry. The current model list reports text-to-video, image-to-video, and video-editing capabilities under gemini-omni-flash-preview.

The useful update is not another “fastest and cheapest” launch claim. It is a current contract check plus five shipped examples: what the files actually contain, what their captions and pixels show, and what remains unverified.

Evidence boundary: the article preserves five unique first-hand media assets from the original launch post and one repeated before clip. Their captions record the intended prompts or workflow. Original job logs, seeds, queue times, credits, input still, source video, and rejection history are not available here. Media metadata was measured August 4, 2026; route capabilities and parameters came from the live Masonry CLI the same day. This is not a repeated benchmark or a promise about every current output.

Quick answer

  • Current route: gemini-omni-flash-preview remains listed as Gemini Omni Flash from Google.
  • Listed capabilities: text-to-video, image-to-video, and video editing.
  • Checked model-specific CLI input: one required prompt.
  • Four full examples: 10.005 seconds, 1280×720, 24 fps, H.264, with an AAC audio stream.
  • Displayed edit example: 3.178 seconds at the same 1280×720, 24 fps, H.264 + AAC shape.
  • Not established here: standardized latency, price, repeated reliability, spoken-dialogue quality, lip-sync, source-image fidelity, full-length edit preservation, or a fastest/cheapest ranking.

Current Masonry route contract

Discover the active route rather than copying a stale launch command:

masonry models list --type video
masonry models params gemini-omni-flash-preview

The checked model list reports three capabilities. The checked parameter contract is narrower:

ItemLive check on August 4, 2026Production implication
Route keygemini-omni-flash-previewPin the exact key in automation and recheck before a batch.
Provider/nameGoogle / Gemini Omni FlashProduct label is current at the time of the check.
Listed capabilitiesText-to-video, image-to-video, video editingCapability listing does not define every CLI input field.
Required model inputPromptWrite motion, subject, camera, environment, audio intent, and rejection constraints observably.
DurationNot exposedDo not promise a selectable or fixed duration from this contract.
Aspect/resolutionNot exposedInspect the downloaded asset and design downstream placement after verifying format.
SeedNot exposedDo not promise deterministic reruns.
Audio controlNot exposedInspect and listen to the delivered audio stream; do not assume dialogue or silence.
Image/video edit inputNot exposed in model-specific paramsUse a product surface that supports the listed capability and verify its current input contract.
Mask/negative promptNot exposedPut desired behavior and prohibited outcomes in the main prompt where supported.

The generic Masonry video command advertises flags used across video routes. A generic flag does not create a model input when masonry models params does not list it for the selected route.

Five shipped examples

Text-to-video: puppy in a meadow

Displayed text-to-video example. Recorded prompt: 'A golden retriever puppy bounding through a sunlit meadow of wildflowers, slow motion, shallow depth of field, warm cinematic light.' Measured file: 10.005 s, 1280×720, 24 fps, H.264 + AAC.

The clip visibly combines a running puppy, meadow, flowers, shallow-focus cues, and warm light. Review the full motion for paws, limb count, face, fur, ground contact, flower interaction, background warping, camera continuity, and audio fit. One attractive frame cannot establish temporal coherence.

Text-to-video: latte pour

Displayed lifestyle example. Recorded prompt: a barista pouring steamed milk into a latte in warm morning cafe light. Measured file: 10.005 s, 1280×720, 24 fps, H.264 + AAC.

The intended test is fine-detail liquid and hand motion. Watch the pitcher rim, stream, cup ellipse, fingers, latte pattern, steam, counter contact, background people or objects, and whether the sound matches the visible action.

Text-to-video: coastline pass

Displayed aerial example. Recorded prompt: a drone pass over waves on a rugged coastline at golden hour with seabirds. Measured file: 10.005 s, 1280×720, 24 fps, H.264 + AAC.

This is a scale-and-continuity test rather than evidence that “bigger scenes do not come apart.” Inspect coastline geometry, wave evolution, foam continuity, bird shape and trajectories, horizon, parallax, light direction, and camera speed across the full ten seconds.

Image-to-video example

Displayed image-to-video example. Recorded instruction: 'finish the pour and let the leaf pattern settle, gentle steam rising.' Measured file: 10.005 s, 1280×720, 24 fps, H.264 + AAC. The input still is not preserved in this article.

The clip can demonstrate a delivered animation. It cannot demonstrate source-image fidelity without the starting still. A real evaluation needs a side-by-side source frame, first-frame match, object and text invariants, motion brief, and rejection log.

Video-editing example

Before: the 10.005-second summer puppy clip used above.
After: recorded instruction 'change the season to winter with falling snow.' The shipped edit is 3.178 seconds, not a matched-length full-clip comparison.

The edit visibly introduces a winter treatment and falling snow while retaining a puppy-and-running concept in the delivered segment. The old article said the same subject, run, camera, and motion survive. A 3.178-second after clip cannot support that claim across the 10.005-second before. Compare matched timestamps, identity, pose, path, camera, geometry, occlusion, background, audio, and full duration before calling an edit preserved.

Measured asset metadata

The five unique files were read from Masonry’s media CDN with ffprobe:

AssetDurationVideoAudio
Puppy hero10.005 sH.264, 1280×720, 24 fpsAAC stream present
Latte lifestyle10.005 sH.264, 1280×720, 24 fpsAAC stream present
Coastline nature10.005 sH.264, 1280×720, 24 fpsAAC stream present
Image-to-video latte10.005 sH.264, 1280×720, 24 fpsAAC stream present
Winter edit3.178 sH.264, 1280×720, 24 fpsAAC stream present

An AAC stream proves that encoded audio exists, not that it is appropriate, synchronized, intelligible, free of artifacts, or safe to publish. Listen on headphones and speakers; inspect peaks, silence, loops, speech, music, effects, and usage rights through the applicable workflow.

Generate a text-to-video draft from the CLI

The current model-specific contract supports a prompt:

Prompt

masonry video "Ten-second-style product b-roll concept: one brand-free cobalt serum bottle on pale limestone, slow camera push-in, cool window light moving subtly across the glass, one stable contact shadow, restrained room tone, no text, logos, hands, extra products, warped geometry, or sudden cuts." \ --model gemini-omni-flash-preview \ --output omni-flash-draft.mp4

“Ten-second-style” describes the creative intent; it does not set a duration field. The CLI returns a job ID. Wait, download, and inspect the delivered asset:

Prompt

masonry job wait <job-id> masonry job download <job-id> --out ./omni-flash-draft.mp4 ffprobe -v error -show_entries format=duration:stream=codec_name,width,height,avg_frame_rate -of json ./omni-flash-draft.mp4

For image-to-video or video editing, the route is listed as capable, but the checked model-specific CLI params do not expose the source input. Use a currently supported canvas, agent, or API surface and inspect its live schema rather than inventing a CLI flag.

Video acceptance sheet

AreaPass condition
PromptSubject, action, camera, environment, light, audio intent, duration intent, and prohibited outcomes are observable.
Identity and geometryPeople, animals, products, text, parts, proportions, markings, and materials remain coherent frame to frame.
MotionAction has plausible timing, weight, contact, trajectories, deformation, and cause/effect without jumps or loops.
Camera and sceneCamera path, horizon, parallax, depth, lighting, shadows, reflections, weather, and background remain continuous.
Edit fidelityBefore/after use matched timestamps and duration; requested changes occur while named invariants stay fixed.
AudioStream is present only when intended and is synchronized, intelligible, artifact-free, appropriately mixed, and cleared for use.
DeliveryDuration, dimensions, frame rate, codec, audio codec, file size, crop, safe areas, and playback compatibility match the destination.
OperationsRecord route, prompt, inputs, job time, credits, retries, cleanup, reviewer, and rejection reason; compare per accepted clip.

When to compare another route

Query the current list before deciding:

masonry models list --type video

Compare routes when the job requires an exposed duration, vertical aspect, higher resolution, seed, reference mode, camera control, dialogue, lip-sync, character lock, start/end frames, or another input absent from the checked Omni Flash contract. Hold the prompt, source, delivery target, and acceptance sheet constant where schemas allow.

Bottom line

Gemini Omni Flash remains useful as an active video option with text-to-video, image-to-video, and editing capabilities listed by Masonry. The five shipped examples provide real media to inspect. They do not justify permanent “fastest,” “cheapest,” or preservation claims.

Start with the live route, write an observable shot, watch the entire result, listen to the audio, inspect the file, and compare cost and latency per accepted clip. Browse other current routes on Masonry’s video model hub, or use the video model comparison guide to design a broader test.

Share:
FAQ

Questions from this guide

Concise answers to the questions readers ask after this guide

What is Gemini Omni Flash on Masonry?

Gemini Omni Flash is an active Google video route on Masonry under the key gemini-omni-flash-preview. The model list checked August 4, 2026 reports text-to-video, image-to-video, and video-editing capabilities. The checked model-specific CLI contract exposes only a required prompt, so recheck live parameters before assuming other controls.

What controls does the Gemini Omni Flash CLI route expose?

In the contract checked August 4, 2026, the only model-specific field is the required prompt. Duration, aspect ratio, resolution, seed, audio toggle, negative prompt, mask, image input, and video-edit input are not exposed there. Generic CLI flags do not guarantee that a selected route accepts them.

Does Gemini Omni Flash generate 10-second 720p video with audio?

Four shipped examples in this article are 10.005 seconds, 1280×720, 24 fps, H.264 with an AAC audio stream. The displayed edit is 3.178 seconds with the same encoding shape. Those are measured asset facts, not a promise that every current job returns the same duration or format.

Can Gemini Omni Flash animate images or edit videos?

Masonry's current model list reports image-to-video and video-editing capabilities in addition to text-to-video. The article preserves one image-to-video example and a before/after edit pair. The checked model-specific CLI parameters do not expose input-image or input-video fields, so use supported product surfaces and verify the live contract.

Is Gemini Omni Flash the fastest or cheapest video model?

This article does not claim that. The shipped assets do not preserve standardized queue time, credit use, retries, or acceptance rates, and pricing can change. Compare current models on time and credits per accepted deliverable using the same prompt, source, duration, format, and QA sheet.