← All models
Vidu's Q3 Turbo Model
Example
Details
- Accepts
- image
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 (including dialogue and sound effects). |
| prompt | string | Text prompt for video generation, max 2000 characters |
| duration | integer | Duration of the video in seconds (1-16 for Q3 models) |
| image_urlrequired | string | URL or base64 image to use as the starting frame |
| resolution | stringenum: 360p, 540p, 720p, 1080p | Output video resolution. Note: 360p is not available when end_image_url is provided. |
| end_image_url | — | URL of the image to use as the ending frame. When provided, generates a transition video between start and end frames. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video from image using the Q3 model |