Skip to main content
POST
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

Gemini Omni 1.1 Flash Reference to Video

Use visual references to guide new scenes with Gemini Omni 1.1 Flash, combining image input and text direction in video output up to 4K.

Available Models

  • google/gemini-omni-1.1-flash/reference-to-video - Generate a new video guided by reference material and a prompt.

Duration Options

  • 4, 6, 8, 10 seconds - Set duration to one of these values. Default: 8 seconds.

Key Features

  • Guide video generation with one to seven reference images.
  • Choose from 360p, 720p, 1080p, 4k output resolutions.
  • Supports landscape (16:9) and portrait (9:16) framing.

Advanced Parameters

Set model and optional callback_url at the request root. Place the parameters below inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials.

Prompt

  • prompt: Required. Describe the scene and desired motion.
  • The prompt must not be blank when supplied. Maximum length: 20,000 characters.

Reference Inputs

  • reference_image_urls: Required; provide 1-7 images.
  • Reference videos belong to the video-edit workflow and are not accepted here.

Resolution

  • resolution: 360p, 720p, 1080p, 4k. Default: 720p.

Aspect Ratio

  • aspect_ratio: 16:9, 9:16. Default: 16:9.

Pricing

Pricing depends on the selected model and applicable output settings. Check the Vidgo dashboard for the current rate. Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
enum<string>
required

Vidgo public model ID. Must be google/gemini-omni-1.1-flash/reference-to-video.

Available options:
google/gemini-omni-1.1-flash/reference-to-video
Example:

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

input
object
required
callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required