Wan-2.6

Wan-2.6

Provider: Alibaba Cloud
Category: Video Generation
Endpoint: POST /v1/videos/generations
Context window:
Served from: Singapore

Multimodal video generation model for cinematic, multi-shot stories with native audio-visual sync (lip-sync, dialogue, music, SFX).

At a glance

FieldValue
Model idwan-2-6
Input modalitiestext
Output modalitiesvideo
Context window
RegionSingapore
Featuresaudio_sync, character_consistency, multi_shot
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Standard 720Pper second0.09(was0.09 (was 0.10)
Standard 1080Pper second0.138(was0.138 (was 0.15)
Flash 720P (audio)per second0.045(was0.045 (was 0.050)
Flash 720P (no audio)per second0.0225(was0.0225 (was 0.0250)
Flash 1080P (audio)per second0.069(was0.069 (was 0.0750)
Flash 1080P (no audio)per second0.0345(was0.0345 (was 0.03750)

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "wan-2-6", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyesScene description.
modeenumno"t2v"t2v: text-to-video. i2v: animate the attached image. r2v: reference-to-video — generate from a reference image. · Allowed: t2v, i2v, r2v
resolutionenumno"1080p"Allowed: 720p, 1080p
durationnumberno5Clip length in seconds. · Range: 3 – 10
aspect_ratioenumno"16:9"Allowed: 16:9, 9:16, 1:1, 4:3, 3:4
shot_typeenumno"multi"single: one continuous shot. multi: multi-shot narrative. · Allowed: single, multi
imagestringnoReference image URL. Required for i2v / r2v.
negative_promptstringno""What to avoid.
seednumbernoReproducibility seed.
audiobooleannotrueGenerate native audio with the video.
flash_modebooleannofalseFaster generation at reduced cost. Applies to i2v and r2v only.
prompt_extendbooleannotrueLet DashScope rewrite the prompt for better results.
watermarkbooleannofalseAdd an EmpirioLabs watermark to the output.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/wan-2-6.