Skip to main content
Vidu Q3 Text-to-Video generates high-quality videos from text descriptions with support for multiple resolutions up to 1080p, various aspect ratios, and optional audio generation. It includes style options for general or anime aesthetics.

Try in playground

Test Vidu Q3 T2V in the Runpod Hub playground.

Request

All parameters are passed within the input object in the request body.
string
required
Text description of the video scene and action.
string
default:"general"
Visual aesthetic style. Options: general, anime.
string
default:"720p"
Output video resolution. Options: 540p, 720p, 1080p.
integer
default:"5"
Video length in seconds (1-16).
string
default:"4:3"
Output aspect ratio. Options: 16:9, 9:16, 4:3, 3:4, 1:1.
string
default:"auto"
Motion intensity control. Options: auto, small, medium, large.
boolean
default:"true"
Enable synchronized audio generation.
boolean
default:"true"
Enable background music.
integer
default:"-1"
Random seed for reproducibility. Set to -1 for random.

Response

string
Unique identifier for the request.
string
Request status. Returns COMPLETED on success, FAILED on error.
integer
Time in milliseconds the request spent in queue before processing began.
integer
Time in milliseconds the model took to generate the video.
object
The generation result containing the video URL and cost.
string
URL of the generated video. This URL expires after 7 days.
float
Cost of the generation in USD.
Video URLs expire after 7 days. Download and store generated videos immediately if you need to keep them.

Cost calculation

Vidu Q3 T2V charges $0.15 per second of video generated.