VideoAlibabav2.6· Released 2025-09-01
WAN 2.6
Alibaba's video model with text-to-video, image-to-video, and style guidance.
WAN 2.6 is Alibaba's latest video generation model with text-to-video, image-to-video, and reference-based generation capabilities. It supports optional style guidance for consistent visual language. On Oakgen, a 5-second clip costs about 104 credits (~$0.40).
Capabilities at a glance
- Text-to-video and image-to-video modes
- Optional style guidance for visual consistency
- Reference-based generation with 1–3 images
- Competitive pricing at ~$0.40 per clip
- Earlier WAN 2.2 Turbo available at lower cost
Specs
- Starting price
- $0.40 / generation
- Generation time
- 30–60 seconds
- Max resolution
- 1920×1080
- Inputs → outputs
- text, image → video
How to use WAN 2.6
- 1Use style guidance for consistencyUpload a style reference image to maintain visual language across multiple clips — useful for brand content.
- 2Try WAN 2.2 Turbo for budget workflowsWAN 2.2 Turbo generates faster and cheaper, ideal for drafting and iteration before final renders.
API access
curl -X POST https://api.oakgen.ai/v1/generate/video \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2-6-video",
"prompt": "A paper airplane flying through a library, tracking shot",
"duration": 5
}'License & commercial use
Licensed through Alibaba's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does WAN 2.6 cost on Oakgen?
WAN 2.6 starts at $0.40 per generation on Oakgen. Most generations complete in 30–60 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 48 generations per month.
Can I use WAN 2.6 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
WAN 2.6 supports up to 1920×1080.
Does Oakgen provide API access to WAN 2.6?
Yes. Oakgen's REST API exposes WAN 2.6 under the model slug 'wan-2-6-video'. See the API snippet below for an example request.