Models / OpenAI
Video

Sora 2 Pro

Create cinema-quality AI videos with advanced controls and pristine output

About model

Sora 2 Pro delivers professional-grade video generation with extended capabilities designed for commercial production. This premium tier offers longer generation times, watermark-free outputs, and superior quality rendering with advanced physics simulation. Built for creative professionals, studios, and enterprises requiring cinema-quality AI video generation with sophisticated control over every aspect of the output.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    openai/sora-2-pro

    curl --request POST \
      --url https://api.together.xyz/v2/videos \
      --header "Authorization: Bearer $TOGETHER_API_KEY" \
      --header "Content-Type: application/json" \
      --data '{
        "model": "openai/sora-2-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="openai/sora-2-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: "openai/sora-2-pro"
      });
    
Related models
  • Model provider
    OpenAI
  • Type
    Video
  • Main use cases
    Text-to-Video
    Image-to-Video
  • Resolution/Duration
    1080p / 8s
  • Deployment
    Serverless
  • Input price

    $2.40 / video

  • Input modalities
    Text
    Image
  • Output modalities
    Video