google/gemini-omni-flash-preview/Released May 2026

Gemini Omni Flash

Omni-modal short video generation and editing

Commercial use
Video
Token-based
Input$1.95 / 1M tokens
Output$22.75 / 1M tokens

Ready to build with Gemini Omni Flash?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gemini-omni-flash-preview",
  "prompt": "A single red balloon floating up into a clear blue sky, cinematic.",
  "aspect_ratio": "16:9"
}'