Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vidu Q2 Pro Image-to-Video API Usage Guide
Overview
Vidu Q2 Pro is an image-to-video model designed to generate high-quality 720p video content from a starting image and a descriptive text prompt. It supports custom durations up to 10 seconds. This model is hosted externally by Vidu and accessible via the GMI Cloud request queue.Authentication
All API requests require authentication using your API key. Include it in the Authorization header:Submit Video Generation Request
Base URL
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
images | string | Yes | An image to be used as the start frame of the generated video. Exactly 1 image. Accepts public URL or Base64; formats: png, jpeg, jpg, webp. | - | Exactly 1 image |
prompt | string | Yes | Text prompt (max 2000 characters) describing the desired video. | - | Max 2000 chars |
duration | integer | No | Video duration in seconds. | 5 | Min: 1, Max: 10 |
seed | integer | No | Random seed. If not set, a random seed is used. | null | - |
Response
Check Request Status
Endpoint
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting in the queue |
processing | Video is currently being rendered |
success | Video generation completed |
failed | Generation failed (check logs for details) |
cancelled | Request was manually cancelled |
Tips for Better Results
- High-Quality Inputs: Use clear, high-resolution starting images for the best results.
- Prompt Alignment: Describe the motion, lighting, and camera movement you want to see applied to the starting image.