The Wan2.6 series offers reliable generation capabilities, making it ideal for production environments. Designed for production-grade use, this series prioritizes stability and predictable output. When generating reference videos, it preserves the original video structure while re-rendering the style and texture, making it suitable for fan creations and restoration/upgrades. The real-time inference API delivers stable performance with no waiting time and is affordably priced.
0 out of 3 items (at least 1 item)
Formats: MP4, MOV; Number of clips: 1–3; Length per clip: 2–30 seconds; File size per clip: less than 30 MB; Video and audio cannot be uploaded simultaneously

After setting the parameters, click "Generate" to get the results
Example
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/wan2.6-v2v' \
--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}"