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 a video from a single reference image using VIDU Q2 Pro I2V model. Model
vidu-q2-pro-i2v

Inputs

  • prompt (required) - STRING - Text prompt (max 2000 chars).
  • image (optional) - IMAGE - One input image required if used.
  • image_url (optional) - STRING - URL of input image.
  • duration (optional) - INT - Default: 5 - Range: 1–10
  • 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.