namifusion
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

Gemini Omni Flash Video Edit API example 1

Parameters

NameTypeDefaultDescription
video *Videovideo_uploadSource video URL to edit.
prompt *PrompttextareaInstruction 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": ... } }'
Gemini Omni Flash Video Edit API API — Pricing, Playground & Docs | NamiFusion