Alibaba Tongyi Wan is renowned for its high image quality, strong temporal consistency, and ability to follow complex prompts, making it ideal for large-scale commercial video generation. Wan 2.1 enhances motion stability and texture detail, making it suitable for bulk production in e-commerce and advertising. Image-to-Video supports driving motion and camera movements using a single reference image, making it ideal for character dance sequences, product demonstrations, and style extensions. The real-time inference API offers stable performance, no waiting time, and affordable pricing.

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