Models / ByteDance
Video

ByteDance Seedance 1.0 Pro

Professional-grade AI video generation

About model

ByteDance Seedance 1.0 Pro delivers professional-quality 1080p video generation for demanding applications.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    ByteDance/Seedance-1.0-pro

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

    Architecture:
    • Professional variant
    • 1080p HD output
    • Enhanced quality

  • Applications & use cases

    Use Cases:
    • Professional content
    • HD productions
    • Commercial projects

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

    $0.57 / video

  • Input modalities
    Text
    Image
  • Output modalities
    Video
  • Last updated
    October 20, 2025
  • Category
    Video