Skip to main content
POST
Wan 2.6 — Video Extend
Generate video extend outputs with Alibaba+‘s Wan 2.6 model. Submitted as an asynchronous job and delivered via webhook or polling.

Request Body

string
required
Model slug. Use alibaba-plus/wan-2.6/video-extend for video extend generation.
object
required
Input parameters for video extend generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 150,000 micro-cents per second ($0.15/sec)
Default cost: 5 duration = 150,000 × 5 = 750,000 micro-cents ($0.75)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples