Краткий вывод

  • Gemini Omni Flash supports Text-to-Video, Image-to-Video, R2V, and Video Edit in one workflow.
  • Use this model guide page to validate parameters with minimal request/response examples.
  • Stabilize prompts here first, then move to production API integration.

Ключевые параметры

  • model | string | обяз. | gemini-omni-flash | - | Model identifier. Use the fixed value `gemini-omni-flash`.
  • prompt | string | обяз. | - | - | Main instruction describing the subject, action, scene, and style.
  • aspect_ratio | string | опц. | 16:9 | 16:9 | 9:16 | Video aspect ratio. Defaults to `16:9`, corresponding to landscape or portrait output.
  • duration | integer | опц. | 6 | 6 | 10 | Output duration in seconds. Defaults to `6` and currently supports only `6` and `10`.
  • resolution | string | опц. | 720P | 720P | Output resolution. Currently only `720P` is supported; if omitted, the default value is used.

Частые ошибки

  • 400 invalid_request_error: триггер=Request payload misses required fields or has invalid field types.; исправление=Validate model, mode, and input schema before request.; повтор=Retry only after fixing payload; avoid blind retries.
  • 401 authentication_error: триггер=Missing Authorization header or invalid API key.; исправление=Verify Bearer token format and API key scope.; повтор=Retry after auth fix; rotate key if repeated failures continue.
  • 429 rate_limit_exceeded: триггер=Request rate, concurrency, or current quota hits upstream rate limiting.; исправление=Apply exponential backoff first, then review request rate, concurrency, and quota usage.; повтор=Use exponential backoff (e.g., 1s/2s/4s) with jitter; if it persists, reduce submission pressure.
  • 500 internal_error: триггер=Transient upstream error or internal processing failure.; исправление=Capture request id and trigger retry workflow.; повтор=Retry 2-3 times with short delays; escalate if persistent.
Back to Market

Gemini Omni Flash

Generate fast creative video drafts through ToAPIs with a unified account and API key.

Text-to-video workflow
Creative iteration
Async task polling
Unified API access
View API Docs

New users get 10 free credits. No credit card required.

Gemini Omni Flash video model guide visual
Fast creative video generation workflows

Video

Generation workflow

Async

Task polling

API

Production-ready

Route

Multi-model access

Try video generation through one ToAPIs account.

Start with free credits, validate prompts, then connect the async video API.

Sign up to get free credits
1

Describe your video

Describe subject, camera, scene, and style.149 / 1200

Quick prompts

Advanced options

Example params

Reference images

Request preview

{
  "model": "gemini_omni_flash",
  "prompt": "A 6-second product concept clip showing a futuristic city street generated with Gemini Omni Flash, slow camera push-in, natural light, stable motion.",
  "aspect_ratio": "16:9",
  "duration": 6,
  "resolution": "720P"
}
2

Your generated result

Gemini Omni Flash generated city concept preview shown as the default try panel result
Example result

Gemini Omni Flash video pricing

Video models are usually priced by task, duration, or output settings. Confirm the final quote before submission.

Task-based
Top up credits

Standard task

ToAPIs Price

Current

Price Basis

task

Longer output

ToAPIs Price

Current

Price Basis

task

Final billing follows the current account pricing and submitted video parameters.

Why use ToAPIs for Gemini Omni Flash?

Use one account to compare video, image, and language models before committing to a workflow.

Async workflow

Submit generation tasks and poll status without blocking your app.

Creative iteration

Generate draft clips for ads, product stories, and social content.

Unified API access

Use the same ToAPIs key across video, image, and text models.

Integrate video generation in three steps

Plan around async task status, output duration, and credit usage.

  1. 1

    Draft the prompt

    Describe camera motion, subject, scene, and style before submitting.

  2. 2

    Submit a task

    Use the video endpoint and store the returned task ID.

  3. 3

    Poll and deliver

    Poll status, retrieve the video URL, and handle retries in your queue.

Best-fit video workloads

Ad concepts

Create rough motion concepts before moving to final production.

Product demos

Turn feature ideas into short product storyboards.

Social content

Produce high-frequency visual variations for social channels.

Gemini Omni Flash video FAQ

Is video generation synchronous?

No. Treat video generation as an async task and poll for completion.

Can I test before integrating?

Yes. Start with free credits and validate prompt quality before using the API in production.

How should I control cost?

Limit duration, queue low-priority jobs, and compare models before scaling usage.

Gemini Omni Flash API

Start building video workflows on ToAPIs

Create a key, test video prompts, and route generation tasks through one API gateway.