Google Gemini Omni image-to-video generation through APIPod with 1-3 reference images.
Upload images or paste image URLs for frame control.
Start Frame
Upload 1 image or paste an image URL.
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
End Frame
Upload 1 image or paste an image URL.
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
Supported durations: 6s, 8s, 10s.
Video output resolution.
Video aspect ratio.
USD estimate $0.25-$0.5: highest recharge package uses $1 = 2,000 credits; entry package uses $1 = 1,000 credits.
History
Saved locally in this browser
0 running · 0 completed
Billing Rules
API
curl /api/v1/videos/generations \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-omni-i2v",
"prompt": "Animate the reference image into a smooth cinematic shot with subtle camera movement and realistic lighting",
"duration": "6",
"resolution": "720p",
"aspect_ratio": "16:9"
}'