LumixAI logo
MiniMax video generation API

Minimax H3 API for production videos.

Minimax H3 API supports Hailuo video generation for expressive subject motion, stylized clips, and quick image-to-video experiments through LumixAI.

Model slug
minimax-video-3_0
Credit rate
25 credits per video
Provider
MiniMax
Minimax H3 API video generation sample

Model overview

Why use Minimax H3 through LumixAI?

Minimax H3 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use Minimax H3 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for Minimax H3 API, Minimax H3 video API, and MiniMax video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call Minimax H3 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

Minimax H3 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
21:9, 16:9, 4:3, 1:1
Resolutions
2K, 768p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "minimax-video-3_0",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "21:9",
    resolution: "2K",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first Minimax H3 video.

Generate with LumixAI