Google Gemini Omni image-to-video generation through APIPod with 1-3 reference images.
上传图片或粘贴图片 URL 以控制画面帧。
Start Frame
上传 1 张图片或粘贴一个图片 URL。
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
End Frame
上传 1 张图片或粘贴一个图片 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.
美元估算 $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-i2v",
"prompt": "将参考图动画化为平滑的电影感镜头,带细腻的运镜与真实光照",
"duration": "6",
"resolution": "720p",
"aspect_ratio": "16:9"
}'