Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generates video from a single reference image using VIDU Q3 Pro I2V. Supports optional audio. Model
vidu-q3-pro-i2v

Inputs

  • prompt (required) - STRING - Text prompt (max 2000 chars).
  • image / image_url (required) - One input image required.
  • duration (optional) - INT - Default: 5 - Range: 1–16
  • audio (optional) - BOOLEAN - Default: False
  • seed (optional) - INT - Random seed.

Outputs

  • video (VIDEO)
    Generated video tensor.
  • video_url (STRING)
    Public URL of generated video.
  • file_path (STRING)
    Local saved video path.