namifusion

Gemini Omni Flash Reference to Video API

google/gemini-omni-flash/reference-to-video

Gemini Omni Flash Reference to Video creates short AI videos with synchronized audio from one or more reference images and a text prompt, preserving visual identity and following the provided references for guided multimodal video generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Examples

Gemini Omni Flash Reference to Video API example 1

Parameters

NameTypeDefaultDescription
images *Imagesimage_upload_groupReference image URLs to incorporate into the video.
prompt *PrompttextareaText prompt describing the video. You can refer to images with tags like <IMAGE_REF_0>.
aspect_ratioAspect Ratioselect16:9Aspect ratio of the generated video.
durationDurationselect8Duration of the generated video in seconds.

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/reference-to-video \
  -H "Authorization: Bearer sk-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "images": ..., "prompt": ..., "aspect_ratio": ... } }'
Gemini Omni Flash Reference to Video API API — Pricing, Playground & Docs | NamiFusion