Add robust multimodal video generation to your applications. Access Gemini Omni Video’s cutting-edge models via simple REST APIs. Turn text prompts or static images into cinematic videos, with multi-shot coherence, native sound design, and consistent character performance.
Join our Discord, send an admin a DM with "Get free API credits" plus your email to claim free trial credits; or email [email protected] instead.
Straightforward REST APIs for video generation, built on Gemini Omni’s models
Connect the API to your project in minutes using popular AI coding assistants like Claude Code, Cursor, or Codex.
Get your API Key
Go to Settings > API Keys and create a new API key
Download API documentation
Grab the complete API docs as a Markdown file
Share with AI assistant
Paste the docs and let the AI handle the integration for you
Generate targeted video content from text prompts. Describe your scene, and our AI will craft polished, on-brand footage.
curl -X POST "https://geminomni.com/api/v1/jobs/createTask" \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "official-kling-v3-0",
"inputs": {
"prompt": "A majestic dragon flying over snowy mountains",
"duration": "5s",
"aspectRatio": "16:9",
"resolution": "720p"
}
}'{
"code": 200,
"message": "success",
"data": {
"taskId": "abc123xyz"
}
}model - Model ID (use "ai-omni-video")inputs.prompt - Text description of the video (required for text-to-video, optional for image-to-video)inputs.duration - Video length: 4s, 5s, 8s, 10s, or 15sinputs.aspectRatio - Aspect ratio: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9inputs.resolution - 480p, 720p, 1080pinputs.urls - Array of 1-2 image URLs for image-to-video480p - official resolution label720p - official resolution label1080p - official resolution labelaspectRatio.When status is 'fail', the response includes an errorCode field for programmatic handling:
CONTENT_POLICYContent violates platform policy. Please modify your prompt or image and try again.GENERATION_FAILEDVideo generation failed due to technical reasons. Please retry.INVALID_PARAMSInvalid request parameters. Please check the API documentation.Pay-as-you-go credits or monthly membership. No hidden fees. Use credits for Gemini Omni Video generation across all plan modes.
Perfect for getting started with Gemini Omni
Our most popular plan for video creators
For power users building high-volume AI video projects
You retain full ownership of every piece of Gemini Omni-generated content you create on this platform, forever, once payment is complete.
Download a commercial use license certificate for your AI-generated content, available exclusively to paid Gemini Omni subscribers.
Want to share feedback on our AI video generation plans? Submit feedback or email us at [email protected]
Everything you need to know about the Gemini Omni API
Still have questions? Our dedicated support team is ready to assist you.
Generate an image, turn it into video, and keep improving the result through conversation. One agent, one context, one creative thread.