Vidu excels in fast generation speeds and controllable shots/keyframes, emphasizing narrative coherence and batch iteration. Vidu Q2 features multiple control paradigms (templates, start/end frames, and multi-frame), ensuring seamless narrative transitions.Image-to-video generation supports driving motion and camera movement using a single reference image, making it ideal for character dance sequences, product demonstrations, and stylistic extensions. The real-time inference API offers stable performance with no waiting time 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-q2-pro-img2video' \
--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}"