Models / Minimax AI
Video

MiniMax Hailuo 02

Flexible high-quality video generation

About model

MiniMax Hailuo 02 provides flexible video generation with options for longer duration or higher resolution output.

Quickstart guides
  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    minimax/hailuo-02

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

    Architecture:
    • Dual-mode generation
    • 768p/10s or 1080p/6s
    • Flexible output options

  • Applications & use cases

    Use Cases:
    • Flexible video needs
    • Content adaptation
    • Multi-platform content

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

    $0.49 / video

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