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 multiple reference images and/or videos using VIDU Q2 Pro R2V model. Model
vidu-q2-pro-r2v

Inputs

  • prompt (required) - STRING - Text prompt (max 2000 chars).
  • images (optional) - IMAGE (batch) - Up to 7 images.
  • image_urls (optional) - STRING - Comma-separated URLs.
  • video_urls (optional) - STRING - 1 video (8s) or 2 videos (5s each).
  • duration (optional) - INT - Default: 5 - Range: 1–8
  • 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.