Skip to main content
Gemini Omni 1.1 Flash API: Pricing, 4K Output, and How to Access It (2026)
Model Review

Gemini Omni 1.1 Flash API: Pricing, 4K Output, and How to Access It

Call the Gemini Omni 1.1 Flash API today: 4-10s videos with audio from $0.225, keyframes, 4K at no extra cost, and #1 on Arena text-to-video.

Unifically Model Research Team
11 min read

Google released Gemini Omni 1.1 Flash on August 27, 2026, and one day later it took the #1 spot on the Arena text-to-video leaderboard. It is the production-ready update to the May Gemini Omni Flash model: same multimodal idea, a much deeper video context window, and new output options up to 4K. The 1.1 endpoints are live on Unifically as google/gemini-omni-flash-1.1-video and google/gemini-omni-flash-1.1-video-edit, and the old model IDs are retired.

TL;DR: Gemini Omni 1.1 Flash generates 4-10 second videos with audio, natively at 720p with 1080p and 4K upscaling inside the same task. As of August 28, 2026 it ranks #1 on Arena text-to-video (1515 Elo) and #2 on image-to-video (1488). On Unifically, generation costs $0.45 to $0.90 per video by duration, 360p drafts run half price, 1080p and 4K upscaling cost nothing extra, and video editing costs $1.20. First-and-last-frame keyframes are supported. If you were on the May model, migrate today: the request body is identical, so the upgrade is a one-line model-string swap for a better-ranked model. Run it in the playground.

Key takeaways

  • Gemini Omni 1.1 Flash shipped August 27, 2026 and replaces the May 2026 Gemini Omni Flash; the old google/gemini-omni-flash-video API IDs no longer accept new tasks.
  • One day after release it holds #1 on Arena text-to-video at 1515 Elo and #2 on image-to-video at 1488 Elo (August 28, 2026).
  • The model now reads up to 10 seconds of prior video context, up from 1 second in May, so characters, lighting, and scene layout stay consistent across edits.
  • Output is 4, 6, 8, or 10 seconds at 360p or 720p native; requesting 1080p or 4k upscales in the same task with no separate call. Start and end frame keyframes are supported for controlled transitions.
  • On Unifically, generation costs $0.45 (4s), $0.60 (6s), $0.75 (8s), or $0.90 (10s) per video at 720p and above; 360p drafts cost exactly half. The edit endpoint (one source video up to 30 seconds and 1GB) costs $1.20.
  • Google's scene extension to a cumulative 40 seconds and short video references have not reached the Unifically endpoints yet.

What is Gemini Omni 1.1 Flash?

Gemini Omni 1.1 Flash is Google's multimodal video model. Text, images, video, and audio all sit in the model context, and the output is high-resolution video with audio in one file. Google writes the name as Gemini Omni 1.1 Flash; the Unifically model page uses Gemini Omni Flash 1.1. Same model.

The pitch has not changed since May: media is context. A product still, a character reference, a voice preset, and a written prompt can all steer one generation, and a follow-up instruction builds on the previous result. What changed is how much the model remembers.

What's new in 1.1

The May model referenced only the final second of prior video when building on earlier context. 1.1 reads up to 10 seconds. In practice that is the difference between an edit loop that drifts (a character's face slowly changing across three edits) and one that holds together.

Google's launch post also introduced four capabilities on its own stack:

CapabilityWhat it doesOn Unifically endpoints?
First/last keyframesGenerate continuous video between two framesYes (start_image_url + end_image_url)
360p draftsFast previews for iterationYes, at half the 720p price
4K upscale1080p or 4K output from a 720p generationYes, in-task
Scene extensionContinue a video in 10-second steps up to 40 seconds cumulativeNot yet

The honest read: nearly all of the launch surface is callable here today. Keyframes take a start and end image for controlled transitions, and 360p drafts halve the iteration bill (a 360p video can only be upscaled to 720p later, so keep finals at 720p or above). The one gap is the 40-second scene extension, which has not reached this API surface; it is named in What to watch next and we will update this post when it lands.

Gemini Omni 1.1 Flash API pricing

Unifically bills per generated video, priced by duration. From 720p up, resolution does not change the price: a 10-second video costs $0.90 whether you request 720p, 1080p, or 4k, so the in-task upscale is effectively free. 360p drafts cost exactly half the 720p rate. Prices verified August 28, 2026 against the live pricing endpoint.

EndpointOutputPrice
google/gemini-omni-flash-1.1-video4 seconds, 720p/1080p/4K$0.45
google/gemini-omni-flash-1.1-video6 seconds, 720p/1080p/4K$0.60
google/gemini-omni-flash-1.1-video8 seconds, 720p/1080p/4K$0.75
google/gemini-omni-flash-1.1-video10 seconds, 720p/1080p/4K$0.90
google/gemini-omni-flash-1.1-video360p draft, 4-10 seconds$0.225-$0.45
google/gemini-omni-flash-1.1-video-editOne edited video$1.20

Draft at 360p while you iterate on a prompt, then rerun the winner at 720p or 4k; a 360p output can only be upscaled to 720p later, so it is an iteration tool, not a cheap path to finals.

Billing is pay-per-use with no subscription and no credit expiry. For a cheaper Google video path when you do not need references or editing, Veo 3.1 starts at $0.075 per video for Lite Relaxed; the full head-to-head is in Gemini Omni 1.1 Flash vs Veo 3.1.

How to access the Gemini Omni 1.1 Flash API

POST to /v1/tasks with the model ID and your input. The same body that worked on the May model works here.

curl -X POST https://api.unifically.com/v1/tasks \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "google/gemini-omni-flash-1.1-video",
    "input": {
      "prompt": "Make @Character1 dance in a neon studio with energetic camera movement.",
      "reference_characters": [
        {
          "image_urls": ["CHARACTER_IMAGE_URL"],
          "name": "Dancer"
        }
      ],
      "duration": 10,
      "aspect_ratio": "9:16",
      "resolution": "1080p"
    }
  }'

Submission returns a task_id; poll GET /v1/tasks/<task_id> or set a callback_url. Generation mode takes a prompt plus optionally a start image, up to 7 reference images, up to 3 named character references, a Google voice preset, and a seed. Edit mode takes exactly one source video (up to 30 seconds, 1GB) plus an edit prompt, with optional per-character voices. Full parameters live on the model page, which also has a browser playground if you want to try prompts before writing code.

Benchmarks: #1 on Arena text-to-video

Arena rankings as of August 28, 2026, one day after release:

BoardRankEloVotesNotable neighbors
Text-to-video#115151,762Gemini Omni Flash (May) #2 at 1512, FLUX 3 Video #3 at 1495
Image-to-video#214883,720MiniMax Hailuo H3 #1 at 1494, SeeDance 2.5 #3 at 1483

Gemini Omni 1.1 Flash Arena leaderboard ranks: #1 text-to-video at 1515 Elo, #2 image-to-video at 1488

Two caveats worth stating. The vote counts are one day old, and preliminary ratings move: the rank confidence interval on text-to-video is 1-3, so #1 could settle to #3 as votes accumulate. And on image-to-video the model has not taken the top spot; MiniMax Hailuo H3 still holds it. Where the gain is unambiguous is against its own predecessor: the May model sits at #5 on image-to-video with 1463 Elo, a 25-point gap that shows up exactly where the 10-second context window should help, when an input image has to carry through the whole video.

Migrating from Gemini Omni Flash

The old IDs (google/gemini-omni-flash-video, google/gemini-omni-flash-video-edit) are retired and no longer accept new tasks. The 1.1 endpoints accept the same request body: prompt, references, characters, voice, aspect_ratio, duration, resolution, seed. Migration is one line:

-    "model": "google/gemini-omni-flash-video",
+    "model": "google/gemini-omni-flash-1.1-video",

There is no parameter renaming and no behavior change to code around. This is the cheapest model upgrade you will do this year, and the Arena numbers say it is a real one.

Why this matters for builders

If you run the May model in production: migrate now. Your requests keep working, the model ranks higher on both boards, and the retired IDs will not take new tasks anyway.

If you are choosing a video API this month: Omni 1.1's case is references and editing. Up to 7 reference images and 3 named characters steer a generation, and the edit endpoint rewrites an existing video from one instruction. No other Google video endpoint does that; Veo 3.1 is the better pick when you need first-and-last-frame control or the cheapest possible drafts.

If you were waiting for long-form generation: not yet. The 40-second scene extension exists on Google's stack, not on these endpoints. Budget your work around 4-10 second results today.

Our take: the 10-second context window is the feature that matters, more than the leaderboard rank. Video APIs have been stateless one-shot generators; a model that actually remembers the last 10 seconds turns the edit loop into something you can build a product on. Keyframes and half-price 360p drafts landing on the API in the same week make the workflow story complete. What still deserves a caveat: 4K is an upscale of a 720p render rather than a native 4K generation, and the 40-second scenes from the launch video cannot be built here yet. Migrate for the consistency, not for the marketing.

What to watch next

  • Scene extension and short video references appearing on the Unifically endpoints. Keyframes and 360p drafts already landed on launch day; extension is the remaining gap, and we will update this post when it arrives.
  • The Arena video-edit board listing gemini-omni-1.1-flash. The May model held #4 there; 1.1 is not listed yet as of August 28, 2026.
  • The text-to-video rank settling as votes accumulate past the launch window (current rank CI is 1-3).

Frequently asked questions

How much does the Gemini Omni 1.1 Flash API cost?

On Unifically, a Gemini Omni 1.1 Flash generation costs $0.45 to $0.90 per video depending on duration (4 to 10 seconds), 360p drafts cost half that, and a video edit costs $1.20, billed pay-per-use with no subscription. Requesting 1080p or 4k output upscales inside the same task at no extra cost.

Is Gemini Omni 1.1 Flash available via API?

Yes. Google offers it through Google AI Studio and the Gemini Enterprise Agent Platform, and on Unifically it runs as google/gemini-omni-flash-1.1-video (generation) and google/gemini-omni-flash-1.1-video-edit (editing) with a browser playground on the model page.

What happened to the old Gemini Omni Flash API?

The May 2026 model IDs are retired and no longer accept new tasks. The 1.1 endpoints take the same request body, so migrating is a one-line change to the model string.

Does Gemini Omni 1.1 Flash generate 4K video?

Yes, by upscaling. Generation renders natively at 720p; requesting 1080p or 4k upscales the result inside the same task, so there is no separate upscale call to manage. Output is not natively rendered at 4K.

Can Gemini Omni 1.1 Flash make videos longer than 10 seconds?

Not through the Unifically endpoints today. Google's own stack supports extending scenes in 10-second steps to a cumulative 40 seconds, and we will add scene extension when it reaches these endpoints. The edit endpoint does accept source videos up to 30 seconds.

Is Gemini Omni 1.1 Flash better than Veo 3.1?

On Arena leaderboards, clearly: it leads Veo 3.1's best row by about 150 Elo on text-to-video (August 28, 2026). Veo 3.1 still wins on first-and-last-frame control, the Extend endpoint, and draft price. The full comparison is in Gemini Omni 1.1 Flash vs Veo 3.1.

We will update this post when the scene-extension and keyframe features reach the API, and re-check Arena ranks on every edit.

Last updated: August 28, 2026

Continue reading

More Blogs