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 Q3 Pro Text-to-Video API Usage Guide
Overview
Vidu Q3 Pro is a text-to-video model designed to generate high-quality 1080p video content from descriptive prompts. It supports custom durations up to 16 seconds and optional audio generation. 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 |
|---|---|---|---|---|---|
prompt | string | Yes | Text description of the desired video. | - | Max 2000 chars |
duration | integer | No | Length of the video in seconds. | 5 | Min: 1, Max: 16 |
audio | boolean | No | Whether to include generated audio. | false | - |
seed | integer | No | Specific seed for reproducible results. | 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
- Prompt Detail: Describe lighting, camera movement, and atmosphere for better cinematic results.
- Audio Sync: Enabling audio works best when the prompt includes sound-producing elements (e.g., “thunderstorm”, “crowded street”).