Video EditMaas
Gemini Omni Flash Video Edit API 视频编辑
google/gemini-omni-flash/video-edit
Gemini Omni Flash Video Edit 可将自然语言编辑指令应用到现有视频中,在保留原始视频上下文的同时,根据提示词对场景、风格、运动和视觉细节进行修改。即开即用的 REST 推理 API,性能出色,无冷启动,价格实惠。
示例
参数
| 名称 | 类型 | 默认 | 说明 |
|---|---|---|---|
| video *视频 | video_upload | — | 要编辑的源视频 URL。 |
| prompt *提示词 | textarea | — | 用于说明如何编辑源视频的指令。 |
API
通过统一 REST API 调用本模型;在 API Keys 页获取密钥。
curl -X POST https://www.namifusion.com/api/v1/marketplace/run/google/gemini-omni-flash/video-edit \
-H "Authorization: Bearer sk-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "input": { "video": ..., "prompt": ... } }'