Video EditMaas
Gemini Omni Flash Video Edit API
google/gemini-omni-flash/video-edit
Gemini Omni Flash Video Edit applies natural-language edit instructions to existing videos, enabling prompt-guided changes to scenes, style, motion, and visual details while preserving the original video context. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Examples
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| video *Video | video_upload | — | Source video URL to edit. |
| prompt *Prompt | textarea | — | Instruction describing how to edit the source video. |
API
Call this model through one unified REST API. Get a key on the API Keys page.
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": ... } }'