Home
About Us
Read the Blog
Google's launch card reading "Gemini Omni 1.1 Flash, Available via APIs" over a collage of generated video stills, framed on a TechMash card with the label "40s scenes, keyframes, 4K upscale".
NewsGoogle AIUpdated

Gemini Omni 1.1 Flash Gives Developers More Video Control

Google DeepMind's August 27 update to Gemini Omni Flash adds 10 seconds of scene-extension context, first and last frame control, video references, and 360p drafts that upscale to 4K. It is a controls release aimed at developers, not a quality bump.

Techmash

Techmash

Google DeepMind released Gemini Omni 1.1 Flash on August 27, 2026, and it is a controls release rather than a quality one. The model now reads up to 10 seconds of earlier footage when extending a shot, chains clips to a cumulative 40 seconds, generates the video between a first and last frame, accepts three seconds of video as a reference, and drafts at 360p before upscaling to 4K. All of it points at developers building on the API, not at people prompting in the Gemini app. Omni went from a model you prompt to a model you direct.

What actually changed in Gemini Omni 1.1 Flash?

Four additions, all about control. Google's announcement lists scene extension with a longer context window, first and last frame interpolation, video references in multimodal input, and a 360p draft mode with 1080p and 4K upscaling. Logan Kilpatrick, who leads Google AI Studio, put it plainly on X:

"this is an update to our anything in, anything out world model. It now supports:

Omni Flash only reached developers on June 30, 2026. This is a two month iteration on a young API, not a new model family.

Why does reading 10 seconds of context matter?

Because the previous version read one. Google says Omni 1.1 can analyse up to 10 seconds of prior context, "a leap from previous models that only referenced the final second". If a model only sees the last frame or two of a clip before continuing it, faces drift, lighting shifts, and a character's jacket quietly changes colour between segments. Ten seconds of context is what makes an AI video scene extender usable for anything longer than a single shot.

One caveat matters here. A single generation still stops at 10 seconds, so 40 seconds is a chain, not one render. You are stitching four segments and asking the model to hide the seams.

What do first and last frame controls give you?

Repeatability. You supply the opening frame and the closing frame, and Omni 1.1 generates the motion between them, which turns camera orbits, zoom transitions, and seamless loops into something you can specify instead of something you keep re-rolling for. Add the three second video references that carry a character across shots, and you are blocking a shot out rather than generating one.

"With extensions, richer reference material, and 4K resolution, Gemini Omni Flash takes teams beyond generating videos to truly directing them." Itay Schiff, Creative Director, Figma Weave

How much does it cost per second?

Google's own framing is draft cheap, pay once. A 360p draft runs up to 60% faster and at a third of the cost of standard 720p, a figure Google bases on its own system throughput. Google's own pricing table puts a 360p draft at $0.03 per second, with 720p at $0.10, 1080p at $0.15 and 4K at $0.30.

Those figures come from the announcement, not the developer pricing page. That page lists only the 720p rate, billed at 5,792 output tokens per second against $17.50 per million video output tokens, with nothing published per second for 360p, 1080p or 4K. There is also no free tier, so every clip costs from the first second. Per-second video billing is a different unit from the per-token rates that moved sharply across the model market this year, but the pressure is the same.

Per-second video pricing for Omni 1.1 Flash against Omni Flash and the Veo 3.1 tiers
Per-second video pricing for Omni 1.1 Flash against Omni Flash and the Veo 3.1 tiersGoogle DeepMind's

How does it compare to Veo, Kling and Runway?

At 720p it prices level with Veo 3.1 Fast while adding editing that Veo's per-second tiers do not include, and Veo 3.1 Lite is still cheaper at $0.05 per second. Kling 3.0 ships native 4K and multi-shot storyboarding, and Runway Gen-4.5 still has the deepest frame-level director controls. Arena placed Omni 1.1 at #1 in the Text-to-Video Arena and #2 in Image-to-Video with 1,488 points on launch day, behind MiniMax-H3 on the second board. Treat that as a snapshot. Those scores move as votes accumulate.

What should you check before building on it?

Three things, and Google flags two of them itself. The blog post calls Omni 1.1 production-ready, but the Gemini Enterprise Agent Platform still lists the model as gemini-omni-1.1-flash-preview. The Gemini API's own Omni documentation still carries video extension and interpolation under Limitations, and warns that three second video references are accepted by the schema but not correctly processed by the model. And the model card is candid that consistency across edits, complex motion, and accurate on-screen text remain hard.

Treat it the way you would treat any preview dependency in a production AI stack and test the specific feature you need before designing around it. Worth knowing too: every video Omni creates carries an imperceptible SynthID watermark.

Where can you use it?

Four places. Google AI Studio and the Gemini Enterprise Agent Platform for developers, Google Flow for AI Plus, Pro and Ultra subscribers globally, and scene extension inside the Gemini app for those same subscribers. That is a wider launch surface than most Google model releases get, and it is separate from what Gemini can already reach inside Google Workspace.

Extending a scene through the API is one call:

from google import genai
client = genai.Client()
interaction = client.interactions.create(
    model="gemini-omni-1.1-flash",
    previous_interaction_id=previous_video_interaction.id,
    input=[{"type": "text", "text": "Continue the scene."}],
    response_format={"resolution": "360p"},
)

The gap between a model that demos well and a model you can ship on was never about resolution. It was about whether the second clip matches the first, and this release is Google closing that gap while its own documentation catches up.

Techmash

Techmash

FAQ

Frequently Asked Questions

Four things: scene extension that reads up to 10 seconds of prior footage instead of one second, first and last frame interpolation, video references of up to three seconds, and a 360p draft mode with upscaling to 1080p or 4K. Google announced all four on August 27, 2026.

A single generation still caps at 10 seconds. Those segments can be chained through scene extension in 10-second increments up to a cumulative 40 seconds, so the longest sequence is stitched rather than rendered in one pass.

Google's pricing table puts it at $0.03 per second for 360p, $0.10 for 720p, $0.15 for 1080p and $0.30 for 4K. The developer pricing page confirms only the 720p rate, billed at 5,792 output tokens per second. There is no free tier.

Cheap iteration. Google says 360p runs up to 60% faster and costs a third of 720p, so you can generate several variations, pick one, then spend the higher rate upscaling only the take you keep.

Google AI Studio and the Gemini Enterprise Agent Platform for developers, Google Flow for AI Plus, Pro and Ultra subscribers worldwide, and scene extension inside the Gemini app for those same subscribers.

Category

News

The latest AI news across OpenAI, Anthropic, Google and the wider industry

[ Related ]

More in News