AI Models/Qwen/Alibaba: Wan 2.6
QwenChat

Alibaba: Wan 2.6

alibaba/wan-2.6
4KContext Window
Supported Protocols:max_tokenstemperaturetop_p
Normal

Alibaba's most advanced video generation model, supporting over 10 visual creation capabilities in a unified system. Wan 2.6 generates 1080p video at 24fps from text, images, reference videos, or audio, with native audio-visual synchronization and precise lip-sync. Key features include reference-to-video (insert a character's appearance and voice into new scenes), multi-shot storytelling from simple prompts, synchronized sound effects and music, and support for 16:9, 9:16, and 1:1 aspect ratios with clips up to 15 seconds.

Capabilities

👁 VisionText GenerationCode GenerationAnalysis & ReasoningReasoning

Technical Specs

Input Modality
Text、Image
Output Modality
Video
Arch
Default Temperature
0.7
Default Top_P
1

Pricing

Pay per use, no monthly fees
Billing TypeUnitPrice
Image to Video$0.1000/ 次
Text to Video$0.0400/ 次
Video Gen$0.0400/秒

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="alibaba/wan-2.6",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →