Wan2.6 T2v
Qwen logo

Wan2.6 T2v

wan2.6-t2v
Qwen

Pricing

  • Input Tokens: $2 /M tokens
  • Output Tokens: $0 /M tokens
  • Cache Read: $0 /M tokens

Image Generation

Quality
standard
720x1280
1280x720
960x960
832x1088
1088x832
1920x1080
1080x1920
1440x1440
1632x1248
1248x1632
standard
$0.0846
$0.0846
$0.0846
$0.0846
$0.0846
$0.0846
$0.141
$0.141
$0.141
$0.141
$0.141

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://shkq.org/v1",
    )
    
    response = client.chat.completions.create(
        model="wan2.6-t2v",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    How much does Wan2.6 T2v cost?

    On AIHubMix, Wan2.6 T2v costs $2 per million input tokens.