UniRouteUniRoute
All models
Gemini Omni
Video

Google

Gemini Omni

Build video generation and editing products with Gemini Omni API on UniRoute. Turn text, image, video, and voice input into coherent video results with natural language control, reference guidance, and cost-effective API access.

Pricing

TierUniRouteMarket
video · 4s 1080p no video input$0.315
video · 4s 720p no video input$0.315$0.50
video · 6s 1080p no video input$0.42
video · 6s 720p no video input$0.42$0.75
video · 8s 1080p no video input$0.525

per request

About this model

In the context of Google I/O 2026, Gemini Omni represents a new step in multimodal AI creation. It is designed to create from different kinds of input, starting with video, and brings Gemini’s reasoning ability together with generative media systems. This allows the model to understand scenes, actions, environments, physical behavior, and real-world context more deeply, so video generation and editing can move beyond simple prompt-to-video output. Gemini Omni Flash is the first model in the Omni family, built for practical video creation and editing workflows where users can transform footage, guide results with references, and refine scenes through natural language.

Text-to-videoImage-to-videoVideo-to-video

Deep dive

Google Gemini Omni: A Multimodal Creation Model for Any-Input Video Generation

In the context of Google I/O 2026, Gemini Omni represents a new step in multimodal AI creation. It is designed to create from different kinds of input, starting with video, and brings Gemini’s reasoning ability together with generative media systems. This allows the model to understand scenes, actions, environments, physical behavior, and real-world context more deeply, so video generation and editing can move beyond simple prompt-to-video output. Gemini Omni Flash is the first model in the Omni family, built for practical video creation and editing workflows where users can transform footage, guide results with references, and refine scenes through natural language.

Text Input for Gemini Omni Flash

Text input lets users describe the video they want to create or edit using natural language. A prompt can define the scene, subject, action, camera movement, style, lighting, or specific transformation, making Gemini Omni Flash useful for text-to-video generation and conversational video refinement.

Image Input for Gemini Omni Flash

Image input can guide the generated video with a subject, character, object, scene, sketch, or visual style. Gemini Omni Flash can use image references to preserve key visual details, apply a chosen look, or turn a static idea into a moving video sequence.

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/video/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-omni",
    "prompt": "Drone shot over a neon city at night",
    "duration": 8
  }'

Related models