LLM Reference
Google AI Studio

Using Gemini Omni 1.1 Flash on Google AI Studio

Implementation guide · Gemini Omni · Google DeepMind

Serverless

Google AI Studio exposes Gemini Omni 1.1 Flash through model ID gemini-omni-1.1-flash. Use the setup steps, sourced pricing, capabilities, and official provider links below to validate this route before deployment.

Last refreshed 2026-08-28. Next refresh: weekly.

Quick Start

  1. 1
    Create an account at Google AI Studio and generate an API key.
  2. 2
    Use the Google AI Studio SDK or REST API to call gemini-omni-1.1-flash — see the documentation for request format.
  3. 3
    You'll be billed $1.50/1M input, $17.50/1M output tokens. See full pricing.

Code Examples

Install
pip install google-genai
API key
GOOGLE_API_KEY
Model ID
gemini-omni-1.1-flash

Use the model name directly, e.g. "gemini-2.0-flash", "gemini-1.5-pro", or "gemini-2.5-pro-preview-05-06".

import os
from google import genai

client = genai.Client(api_key=os.environ["GOOGLE_API_KEY"])
response = client.models.generate_content(
    model="gemini-omni-1.1-flash",
    contents="Hello"
)
print(response.text)

Pricing on Google AI Studio

TypePrice (per 1M)
Input tokens$1.50
Output tokens$17.50

Capabilities

VisionMultimodalAudio

About Gemini Omni 1.1 Flash

Gemini Omni 1.1 Flash is Google DeepMind's generally available video generation and editing model, released August 27, 2026. It provides fast conversational video generation and editing through the Gemini API and Interactions API, with scene extension, interpolation, resolution upscaling, and support for video references. It accepts text, image, and video input and outputs video with native audio at 360p, 720p, 1080p, or 4K (3s–10s at 24 FPS). Official model ID: gemini-omni-1.1-flash. Compare it for Video generation.

Model Specs

Released2026-08-27
Context1.05m