Vidu Q3

Vidu Q3 pro / turbo / mix video generation

Via the unified POST /api/v2/video/generate, set model to a Vidu variant.

Base URL: https://api.aiclonevoicefree.comAuth: Authorization: Bearer sk_...

FieldNotes
modelviduq3 / viduq3-pro / viduq3-turbo / viduq3-mix
prompt✅ Description
resolution540p / 720p / 1080p
durationSeconds
aspect_ratioe.g. 16:9 / 9:16
image_urlsReference images

Billing (per second, by model × resolution, 540p/720p/1080p): pro 27/57/60; turbo 15/23/27; mix 47/47/57; viduq3 19/38/47.

Examples: cost = ceil(duration × rate)

  • viduq3-turbo 720p 4s = 23 × 4 = 92 credits
  • viduq3-pro 1080p 5s = 60 × 5 = 300 credits

402 at submit if insufficient; auto-refunded on failure.

curl -X POST https://api.aiclonevoicefree.com/api/v2/video/generate \
  -H "Authorization: Bearer sk_your_api_key" -H "Content-Type: application/json" \
  -d '{ "model": "viduq3-turbo", "prompt": "a corgi running, cinematic", "resolution": "720p", "duration": 4 }'

Poll GET /api/v2/tasks/{task_id}. See Tasks.