Alibaba Tongyi Wan is renowned for its high image quality, strong temporal consistency, and sophisticated prompt adherence, making it ideal for large-scale commercial video generation. Wan 2.5 delivers further improvements in image clarity and prompt adherence, while the preview version facilitates rapid trial-and-error testing. Text-to-video capabilities allow users to generate storyboards and cinematographic styles directly from prompts, enabling quick 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/wan-2.5-t2v-preview' \
--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}"