← All models
Vidu's Q3 Turbo Model.
Example
Details
- Accepts
- text
Pricing
- Price
- 4.38 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| audio | boolean | Whether to use direct audio-video generation. When true, outputs video with sound. |
| promptrequired | string | Text prompt for video generation, max 2000 characters |
| duration | integer | Duration of the video in seconds |
| resolution | stringenum: 360p, 540p, 720p, 1080p | Output video resolution |
| aspect_ratio | stringenum: 16:9, 9:16, 4:3, 3:4, 1:1 | The aspect ratio of the output video |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video from text using the Q3 model |