Google Gemini Omni text-to-video generation through APIPod.
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-t2v",
"prompt": "A cinematic shot of a robot exploring a neon city at night",
"duration": "6",
"resolution": "720p",
"aspect_ratio": "16:9"
}'