Google Gemini Omni text-to-video generation through APIPod.
Supported durations: 6s, 8s, 10s.
Video output resolution.
Video aspect ratio.
美元估算 $0.25-$0.5:最高充值套餐按 $1 = 2,000 积分计算;入门套餐按 $1 = 1,000 积分计算。
历史记录
保存在此浏览器本地
0 个运行中 · 0 个已完成
计费规则
API
curl /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"
}'