Vidu is known for its fast rendering speed and precise control over camera movements and keyframes, emphasizing narrative coherence and the ability to iterate in bulk. The Vidu Q3 Pro and its series enhance image quality and camera control, making them ideal for commercial short videos. Image-to-video generation supports using a single reference image to drive motion and camera movements, making it suitable for dance performances, product demonstrations, and stylistic extensions. The real-time inference API offers stable performance, eliminates waiting times, and is affordably priced.
0 of 3

After setting the parameters, click "Generate" to get the results
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/vidu-q3-pro-i2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"