Models / Minimax AI
Video

MiniMax 01 Director

Professional AI video creation with director control

About model

MiniMax 01 Director offers professional video generation with advanced control options for creative direction.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    minimax/video-01-director

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

    Architecture:
    • Director-level control system
    • 720p resolution output
    • 5-second generation

  • Applications & use cases

    Use Cases:
    • Creative video production
    • Marketing content
    • Social media videos

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

    $0.28 / video

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