使用 Gemini Omni 1.1 Flash 通过一条文字指令编辑任意视频。在保留运动和时间安排的同时重新设计风格、调整光照或转换素材。免费试用。
About this model
Gemini Omni 1.1 Flash 视频编辑接收源视频和简单的文字指令——例如 'Make this video anime. Keep everything else the same.'——并返回同一片段的重新设计版本,同时保留原始运动和时间安排。它是 Gemini Omni 视频编辑能力的专用入口:无需配置参考图像、语音或 character IDs,只需提供视频 URL、prompt和分辨率。若要使用可选参考图像、语音和 character IDs 进行texto a vídeo,请参阅 Gemini Omni 1.1 Flash。若要进行关键帧驱动的imagen a vídeo,请参阅 Gemini Omni 1.1 Flash imagen a vídeo。若要使用原始的单一用途编辑器,请参阅 Gemini Omni 视频编辑。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapi | $0.048–$0.48 per source-video second (by resolution) | Pay-per-generation, no subscription. Billed on source video duration, 3–10s billed range. |
| Fal.ai | Precio por segundo comparable | 相同的底层模型(google/gemini-omni-flash/v1.1/edit)。 |
| Replicate | No disponible | Gemini Omni 1.1 Flash Video Edit is not listed on Replicate. |
Pay-per-generation, no subscription. Billed on source video duration, 3–10s billed range.
相同的底层模型(google/gemini-omni-flash/v1.1/edit)。
Gemini Omni 1.1 Flash Video Edit is not listed on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 描述编辑操作的简单指令。 | Make this video anime. Keep everything else the same. |
| 源Vídeo | string | 要编辑的vídeo URL。 | - |
| Resolución | Enum (4 options) | salidaresolución。按源vídeo秒数计费(向上取整,计费最少 3s / 最多 10s):360p 为 $0.048/s,720p 为 $0.16/s,1080p 为 $0.24/s,4K 为 $0.48/s。 | 720p |
描述编辑操作的简单指令。
Make this video anime. Keep everything else the same.要编辑的vídeo URL。
-salidaresolución。按源vídeo秒数计费(向上取整,计费最少 3s / 最多 10s):360p 为 $0.048/s,720p 为 $0.16/s,1080p 为 $0.24/s,4K 为 $0.48/s。
720pDeveloper documentation
提供源视频
传入公开可访问的 video_url。计费基于源视频时长,向上取整到下一个整秒,最少计费 3 秒,最多计费 10 秒。
编写简单的编辑指令 直接说明应该改变什么。例如:'Make this video anime. Keep everything else the same.'
选择分辨率
360p、720p、1080p 或 4k。源视频每秒的价格会随分辨率提高而增加。
提交并轮询
curl -X POST https://api.muapi.ai/api/v1/gemini-omni-flash-1-1-edit \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Make this video anime. Keep everything else the same.",
"video_url": "https://example.com/source.mp4",
"resolution": "1080p"
}'
然后轮询 GET /api/v1/predictions/{request_id}/result,直到 status 为 completed。
prompt技巧
Frequently asked
这是一个专注于视频编辑的端点:提供源视频和一条文字指令,它就会返回重新设计风格后的片段,同时保留原始运动和时间安排。
此端点只接收视频和prompt——不接受参考图像、语音配置或 character IDs。如需这些entrada,请使用 [Gemini Omni 1.1 Flash](/playground/gemini-omni-flash-1-1-text-to-video) 的视频参考模式,或使用 [Gemini Omni 1.1 Flash imagen a vídeo](/playground/gemini-omni-flash-1-1-image-to-video) 进行关键帧动画。
价格根据源视频时长和分辨率计算。源视频时长向上取整到下一个整秒,最少计费时长为 3 秒,最多为 10 秒。费率为:360p $0.048/s、720p $0.16/s、1080p $0.24/s、4K $0.48/s。10 秒的 1080p 片段费用为 $2.40。
无论entrada片段实际长多少,计费最多按 10 秒源视频计算;最少计费时长为 3 秒。
`360p`、`720p`、`1080p` 和 `4K`。如果未指定,默认使用 720p。