Vidu excels in fast generation speeds and precise control over shots and keyframes, emphasizing narrative coherence and the ability to iterate in bulk. The Vidu Q3 Pro series enhances image quality and shot control, making it ideal for commercial short videos. Text-to-video capabilities allow users to generate storyboards and visual language directly from prompts, enabling rapid prototyping from script to finished video. The real-time inference API offers stable performance with no waiting time and is affordably priced.

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-t2v' \
--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}"