Vidu Q3 API — Async Video Generation in One Endpoint
The Vidu Q3 API turns text or up to two images into a 1 to 16 second clip at 540p, 720p, or 1080p. One endpoint covers text-to-video, image-to-video, and first/last-frame transitions, audio built in.
Highest fidelity Vidu Q3 API tier — pick this for hero shots and final renders.
Same API endpoint. The model parameter selects the variant.
≤ 2000 chars · required when image_urls is empty
Default 720p
Ignored when image_urls is set
1 to 16 · default 5
Default on
[-1, 4294967295] · -1 means random
What you can build
Real workflows powered by this model.
Animate a single still with the Vidu Q3 API
Pass one image and a motion prompt. The Vidu Q3 API returns a 1 to 16 second clip from the same endpoint as your text-to-video calls — no model swap, no extra integration. The aspect ratio of your output matches the source frame automatically.
Generate a clipSmooth transitions between two frames with the Vidu Q3 API
Send two images and the Vidu Q3 API interpolates motion from the first frame to the last. Skip storyboarding and stitch keyframes directly into a finished shot — useful for transformations, day-to-night reveals, and product before/after spots.
Text-to-video with built-in audio via the Vidu Q3 API
Describe the scene, pick an aspect ratio, and the Vidu Q3 API returns a clip with dialogue and sound effects already mixed in. No timeline, no second TTS pipeline, no syncing pass on top of the render.
Pricing
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Mode | Category | Unit | Price |
|---|---|---|---|
| viduq3-pro | |||
| 540p | 1 second | $0.065 65 credits | |
| 720p | 1 second | $0.138 138 credits | |
| 1080p | 1 second | $0.148 148 credits | |
| viduq3-turbo | |||
| 540p | 1 second | $0.037 37 credits | |
| 720p | 1 second | $0.056 56 credits | |
| 1080p | 1 second | $0.065 65 credits | |
Why reAPI
One endpoint, three modes
The Vidu Q3 API picks its mode from the count of image_urls you send. Zero gives you text-to-video, one gives image-to-video, two gives first/last-frame interpolation — all on the same /api/v1/videos/generations call, with the same authentication and the same task polling pattern.
Pricing by resolution × seconds
The Vidu Q3 API charges per second and resolution only. viduq3-pro starts at $0.056 per second at 540p; viduq3-turbo starts at $0.032 per second. Mode never shifts the rate, audio is included, and failed Vidu Q3 API jobs refund automatically.
Audio built into the Vidu Q3 API
Audio is on by default — dialogue, ambience, and effects ship inside the same MP4. Set audio to false in the Vidu Q3 API request body when you want a silent clip; the per-second rate stays the same either way.
Ship the Vidu Q3 API in three steps
- step 01
Create an API key
Sign up and grab a key from the dashboard. Free credits cover your first Vidu Q3 API calls — no card required.
Open - step 02
Submit a video task
POST to /api/v1/videos/generations with model = viduq3-pro or viduq3-turbo. The Vidu Q3 API returns a task ID immediately so your worker can move on.
Open - step 03
Poll the result
GET /api/v1/tasks/:id until status is completed. Download the Vidu Q3 API output and ship it.
Open
Frequently asked questions
Common questions about this model.
POST /api/v1/videos/generations
Authorization: Bearer $REAPI_API_KEY
Content-Type: application/json
{
"prompt": "..."
}Ready to ship?
Try it in the playground or grab an API key to integrate now.