Gemini Omni Flash Image-to-Video

atlas/gemini-omni-flash/image-to-video
OfficialImage-to-Video

Gemini Omni Flash Image-to-Video is a next-generation multimodal video generation model developed by Google DeepMind. Built on a native Omni architecture, it accurately parses text prompts and input image semantics to produce cinematic 24 FPS dynamic videos. Supporting 16:9 and 9:16 aspect ratios, it generates 3–10 second fluid clips per run (featuring native support for up to 4K super-sampled upscaling, with 720P currently available on select platform endpoints). With exceptional subject consistency, physical simulation, and camera control, it excels in short-form drama, commercial advertising, film VFX, and social media animation.

Read Me

Gemini Omni Flash Image-to-Video API

Gemini Omni Flash Image-to-Video is a multimodal video generation capability provided by Google DeepMind via the iCreat platform. Unveiled at Google I/O in May 2026 and opened to developers in August 2026, the Gemini Omni Flash model combines Gemini's multimodal reasoning with video generation and editing. The iCreat endpoint exposes its image-to-video subset, accepting text and image inputs to generate high-quality 24 FPS dynamic videos.

The iCreat platform currently offers the 720p resolution tier at $0.13 per second, with the official model possessing up to 4K supersampling capabilities. The API operates in an asynchronous three-step mode via the iCreat task submission, status query, and result retrieval endpoints.

Model Positioning

Gemini Omni Flash Image-to-Video is positioned as a lightweight, all-around multimodal video generation and editing model. It leverages Google DeepMind's Gemini multimodal architecture to transform static images and text prompts into dynamic video content. Designed for accessibility and efficiency, it provides developers with a streamlined entry point into AI video generation. The iCreat endpoint specifically focuses on the image-to-video workflow, enabling the creation of 24 FPS videos in 16:9 or 9:16 aspect ratios with durations ranging from 3 to 10 seconds.

Core Capabilities

Multimodal Input Processing

The model accepts an array of multimodal inputs, specifically combining text prompts and reference images. This allows users to direct the video generation process using descriptive text while anchoring the visual output to a provided image URL, ensuring contextual accuracy and stylistic consistency.

High-Quality Video Output

The API generates dynamic video outputs at 24 frames per second. While the iCreat endpoint currently limits the output resolution to 720p, the underlying official model architecture supports native supersampling up to 4K resolution, ensuring high-quality motion and visual fidelity within the available tier.

Flexible Aspect Ratios and Durations

Developers can specify the output video's aspect ratio as either 16:9 for landscape formats or 9:16 for vertical formats, catering to various display and social media requirements. The video duration can be precisely controlled with an integer value between 3 and 10 seconds, providing flexibility for different use cases.

Asynchronous Task Workflow

The API utilizes a robust three-step asynchronous workflow: submitting the generation task, querying the task status, and retrieving the final result. This design is optimized for handling the computational time required for video generation, ensuring reliable processing without blocking the initial request.

Pricing

Resolution Unit Price Billing Example Cost
720p $0.13/second Unit price × output duration 5 seconds = $0.65

Note: The above is the iCreat platform price. The official Google Gemini API reference price is $0.10 per second; as a third-party relay service, iCreat's price includes platform service fees, and the iCreat platform price shall prevail for billing.

Application Scenarios

  • Social media content creation and short-form video generation
  • Dynamic visualization of static product images for e-commerce
  • Storyboarding and concept video generation for creative workflows
  • Transforming photographs into dynamic visual narratives
  • Generating vertical video assets for mobile platforms

Model Comparison

Comparison Table 1: iCreat Endpoint vs. Google Gemini API Official Channel

Feature iCreat Endpoint Google Gemini API (Official)
Input Type Text + Image Text + Image + Audio + Video
Resolution Tier 720p 360p–4K
Single Duration 3–10 seconds 3–10 seconds
Aspect Ratio 16:9, 9:16 Officially supports landscape/portrait via config
Frame Rate 24 FPS 24 FPS
Price $0.13/second (720p, iCreat platform price) $0.10/second (official reference price)

Note: iCreat is a third-party relay service; the price includes platform service fees. The official price references Google Gemini API pricing (as of August 2026).

Comparison Table 2: Same Company Video Model Family Positioning

Feature Gemini Omni Flash Veo 3.1 Fast Veo 3.1 Standard
Positioning Lightweight all-around multimodal video generation and editing High-speed lightweight video generation Flagship quality video generation
First Released Unveiled 2026-05, API opened 2026-08 2025 2025
Resolution 720p (iCreat endpoint) 720p, 1080p, 4K 720p, 1080p, 4K
Single Duration 3–10 seconds 4–8 seconds 4–8 seconds
Native Audio Supported (official capability) Supported Supported
720p Reference Price (per second) iCreat $0.13, official $0.10 Official $0.10 Official $0.40

Note: Veo 3.1 data is referenced from the official Google Gemini API (as of 2026-08-29). Omni Flash price is the iCreat platform price (official is $0.10/second).

Why Choose Gemini Omni Flash Image-to-Video?

  • Combines Google DeepMind's advanced multimodal reasoning with accessible video generation capabilities
  • Flexible duration options from 3 to 10 seconds to suit various content needs
  • Supports both 16:9 landscape and 9:16 vertical aspect ratios for diverse platform requirements
  • Generates high-quality 24 FPS dynamic video from static images and text prompts
  • Utilizes a reliable asynchronous API workflow for efficient task management
  • Backed by the Gemini Omni architecture, which supports up to 4K supersampling natively

Specifications

Specification Details
Model Name Gemini Omni Flash Image-to-Video
Developer Google DeepMind
Endpoint https://api.icreat.ai/v1/task/submit/gemini-omni-flash/image-to-video
Query Status Endpoint https://api.icreat.ai/v1/task/query-status
Get Result Endpoint https://api.icreat.ai/v1/task/get-result
Release Time 2026-05 unveiled; API opened in 2026-08
Model Type Multimodal video generation (image-to-video subset)
Authentication Authorization: Bearer ; X-ICREAT-AI-GROUP: atlas
Input Type type: text or image; text field is the prompt; url field is a publicly accessible image URL
Output Specification type: video; aspect_ratio: 16:9 or 9:16; duration: 3–10 integer seconds; resolution: 720p
Frame Rate 24 FPS
Billing Unit Per second
API Mode Asynchronous three-step (submit → query-status → get-result)

Architecture

The API operates using an asynchronous three-step architecture designed to handle video generation tasks efficiently.

Step 1: Submit Task

The client sends a POST request to the submission endpoint. The request body must contain the input array (including text prompts and image URLs) and the response_format object (specifying video type, aspect ratio, duration, and resolution). The request must include the Authorization header with the Bearer API Key and the X-ICREAT-AI-GROUP: atlas header. Upon successful submission, the API returns a task_id.

Step 2: Query Status

The client sends a POST request to the query-status endpoint with the task_id obtained from the submission step. The response will indicate the current processing status of the video generation task, allowing the client to poll until the task is complete.

Step 3: Get Result

Once the task status indicates completion, the client sends a POST request to the get-result endpoint with the task_id. The API returns the generated video output, completing the asynchronous workflow.

Notes

  • The iCreat endpoint currently only supports the 720p resolution tier, although the official Gemini Omni Flash model supports up to 4K supersampling.
  • The input array must contain at least one text prompt and one image URL to function correctly as an image-to-video generation request.
  • The duration parameter must be an integer between 3 and 10; values outside this range will result in an error.
  • The response_format object must specify the aspect_ratio as either 16:9 or 9:16; no other aspect ratios are supported via this endpoint.
  • The iCreat platform price of $0.13 per second includes platform service fees and is higher than the official Google Gemini API reference price of $0.10 per second.
  • The request body does not use a model field; the model ID is inherently specified within the submission endpoint URL.

Frequently Asked Questions

How is the billing calculated?

Billing is calculated based on the output video duration. The unit price is $0.13 per second for the 720p resolution tier. The total cost is the unit price multiplied by the duration in seconds. For example, generating a 5-second video will cost $0.65.

Why is the price higher than the Google official price?

The iCreat platform acts as a third-party relay service. The price of $0.13 per second includes platform service fees associated with providing access, infrastructure, and support. The official Google Gemini API reference price is $0.10 per second, but the iCreat platform price shall prevail for billing on this endpoint.

What inputs and parameter values are supported?

The API accepts an input array containing objects of type text (prompts) and image (URLs). The response_format object must specify the type as video, an aspect_ratio of either 16:9 or 9:16, a duration as an integer between 3 and 10 seconds, and a resolution of 720p.

What is the maximum single duration?

The maximum single video duration supported by this endpoint is 10 seconds. The duration parameter must be an integer between 3 and 10, inclusive.

Why is the resolution only 720p?

While the underlying official Gemini Omni Flash model supports up to 4K supersampling, the iCreat endpoint currently only exposes the 720p resolution tier. This limits the output resolution to 720p for tasks submitted through this specific endpoint.

Can the API output 4K resolution?

No, the iCreat endpoint for Gemini Omni Flash Image-to-Video currently only supports the 720p resolution tier. Although the official model possesses 4K supersampling capabilities, this specific endpoint does not provide access to higher resolutions at this time.