Models / Kuaishou
Video

Kling 2.1 Standard

Standard-quality video generation

About model

Kling 2.1 Standard provides reliable video generation with good quality-to-price ratio for everyday needs.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    kwaivgI/kling-2.1-standard

    curl --request POST \
      --url https://api.together.xyz/v2/videos \
      --header "Authorization: Bearer $TOGETHER_API_KEY" \
      --header "Content-Type: application/json" \
      --data '{
        "model": "kwaivgI/kling-2.1-standard",
        "frame_images": [{"input_image": "https://cdn.pixabay.com/photo/2020/05/20/08/27/cat-5195431_1280.jpg"}]
      }'
    
    
    from together import Together
    
    client = Together()
    
    job = client.videos.create(
        model="kwaivgI/kling-2.1-standard",
        frame_images=[
            {
                "input_image": "https://cdn.pixabay.com/photo/2020/05/20/08/27/cat-5195431_1280.jpg",
            }
        ]
    )
    
    import Together from "together-ai";
    
    const together = new Together();
    
    const job = await together.videos.create({
      model: "kwaivgI/kling-2.1-standard",
      frame_images: [
        {
          input_image: "https://cdn.pixabay.com/photo/2020/05/20/08/27/cat-5195431_1280.jpg",
        }
      ]
    });
    
  • Model card

    Architecture:
    • Standard tier model
    • 720p resolution
    • Balanced performance

  • Applications & use cases

    Use Cases:
    • Regular content
    • Social media
    • General use

Related models
  • Model provider
    Kuaishou
  • Type
    Video
  • Main use cases
    Text-to-Video
    Image-to-Video
  • Resolution/Duration
    720p / 5s
  • Deployment
    Serverless
  • Input price

    $0.18 / video

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