Models / Alibaba
Video

Wan 2.2 T2V

Create videos from text descriptions

About model

Wan 2.2 T2V generates video content directly from text prompts with advanced understanding capabilities.

  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    Wan-AI/Wan2.2-T2V-A14B

    curl --request POST \
      --url https://api.together.xyz/v2/videos \
      --header "Authorization: Bearer $TOGETHER_API_KEY" \
      --header "Content-Type: application/json" \
      --data '{
        "model": "Wan-AI/Wan2.2-T2V-A14B",
        "prompt": "some penguins building a snowman"
      }'
    
    from together import Together
    
    client = Together()
    
    # Create a video generation job
    job = client.videos.create(
        prompt="A serene sunset over the ocean with gentle waves",
        model="Wan-AI/Wan2.2-T2V-A14B"
    )
    
    import Together from "together-ai";
    
    const together = new Together();
    
    async function main() {
      // Create a video generation job
      const job = await together.videos.create({
        prompt: "A serene sunset over the ocean with gentle waves",
        model: "Wan-AI/Wan2.2-T2V-A14B"
      });
    
  • Model card

    Architecture:
    • Text-to-video model
    • Language understanding
    • Video synthesis

  • Applications & use cases

    Use Cases:
    • Content creation
    • Story visualization
    • Marketing videos

Related models
  • Model provider
    Alibaba
  • Type
    Video
  • Main use cases
    Text-to-Video
  • Deployment
    Serverless
  • Input price

    $0.66 / video

  • Input modalities
    Text
  • Output modalities
    Video