Alibaba
Wan 2.7 Video
From $0.073 per second
≤ 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
Try one of these prompts
Vidu Q3 is Vidu's async video generation model, offered on reAPI as two variants — viduq3-pro and viduq3-turbo — that share one endpoint and one parameter shape. The mode follows the number of images you send: none for text-to-video, one for image-to-video, two for a first/last-frame transition, with output running 1 to 16 seconds at 540p, 720p or 1080p and audio on by default. Billing is per second, at a rate set by variant and resolution.
Real-world workflows and production use cases you can build and ship with this model.
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 clipSend 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.
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.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One 5-second sample at the cheapest tier.
| Model | Category | Price |
|---|---|---|
| viduq3-pro | 540p | $0.065 65 credits · 1 second |
| 720p | $0.138 138 credits · 1 second | |
| 1080p | $0.148 148 credits · 1 second | |
| viduq3-turbo | 540p | $0.037 37 credits · 1 second |
| 720p | $0.056 56 credits · 1 second | |
| 1080p | $0.065 65 credits · 1 second |
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.
The Vidu Q3 API charges per second and resolution only. Turbo undercuts Pro at every tier. See current 540p / 720p / 1080p rates in the pricing table on this page. Mode never shifts the rate, audio is included, and failed Vidu Q3 API jobs refund automatically.
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.
Sign up and grab a key from the dashboard. Free credits cover your first Vidu Q3 API calls — no card required.
OpenPOST 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.
OpenGET /api/v1/tasks/:id until status is completed. Download the Vidu Q3 API output and ship it.
Opencurl -X POST https://reapi.ai/api/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "viduq3-pro",
"prompt": "A kitten playing piano, slow camera push-in",
"duration": 8,
"resolution": "1080p",
"aspect_ratio": "16:9"
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Explore more models in the same category.
Alibaba
From $0.073 per second
xAI
From $0.040 per second
—
From $0.050 per second
Kuaishou
From $0.063 per second
Try it in the playground or grab an API key to integrate now.