Models / Vidu
Video

Vidu 2.0

Extended-duration video generation

About model

Vidu 2.0 offers extended 8-second video generation with high quality output for diverse creative needs.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    vidu/vidu-2.0

    curl --request POST \
      --url https://api.together.xyz/v2/videos \
      --header "Authorization: Bearer $TOGETHER_API_KEY" \
      --header "Content-Type: application/json" \
      --data '{
        "model": "vidu/vidu-2.0",
        "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="vidu/vidu-2.0"
    )
    
    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: "vidu/vidu-2.0"
      });
    
  • Model card

    Architecture:
    • Second-generation model
    • 8-second duration
    • 720p resolution

  • Applications & use cases

    Use Cases:
    • Longer clips
    • Story content
    • Creative videos

Related models
  • Model provider
    Vidu
  • Type
    Video
  • Main use cases
    Text-to-Video
    Image-to-Video
  • Resolution/Duration
    720p / 8s
  • Deployment
    Serverless
  • Price

    $0.28 / video

  • Input modalities
    Text
    Image
  • Output modalities
    Video
  • Category
    Video