1
1
Everything you need to know about the new multimodal model that turns text, images, video, and audio into 2K videos with sound — explained simply.
Imagine a single AI that can watch a video, look at a picture, listen to a song, read your instructions, and then create a brand-new video with matching sound. That’s MiniMax H3 in a nutshell.
Released on July 31, 2026, MiniMax H3 isn’t just another “text-to-video” tool. It’s a general-purpose multimodal generation model. That means it treats text, images, video, and audio as one unified context — not separate tasks — and outputs a 2K resolution video (up to 15 seconds) with native stereo sound.
Key Specs at a Glance
- Resolution: 2K (native, not upscaled)
- Duration: 4–15 seconds (integer seconds only)
- Audio: Native stereo sound included
- Inputs: Text + up to 9 images + up to 3 video clips + up to 3 audio clips
- Access: API and Hailuo AI app (no local download yet)
Before H3, video AI was a patchwork of specialist models:
| Old Approach | MiniMax H3 Approach |
|---|---|
| Text-to-video model | One model does it all |
| Image-to-video model | Reads everything together |
| First/last frame model | Understands relationships |
| Subject reference model | Uses natural language to link inputs |
| Motion reference model | No separate "editing" model needed |
| Video editing model | Single unified system |
MiniMax’s example prompt shows the power:
"Reference the camera movement from Video 1, have the character in Image 2 sing, match the vocals to Audio 3."
That’s one prompt, one model, one output — no stitching tools together.
platform.minimax.io (model ID: MiniMax-H3)Important: Until weights ship, every frame and reference asset passes through MiniMax’s servers. For regulated or data-sensitive work, this is a blocker.
One endpoint. Three-step async flow:
task_id → check if it’s donecontent.url → get your video| Input Type | Limit |
|---|---|
| Reference images | Up to 9 |
| Reference videos | Up to 3 clips (2–15 sec each, ≤15 sec total) |
| Reference audio | Up to 3 clips (must accompany image/video) |
| Total mixed files | Max 12 |
| Prompt length | ≤7,000 characters |
| Request body | ≤64 MB (use URLs for large assets) |
| File sizes | Video ≤50 MB, Image ≤30 MB, Audio ≤15 MB |
| Formats | H.264/H.265 video, JPG/PNG/WEBP/HEIC/HEIF, WAV/MP3 |
Pro Tip: Use the interactive request builder in the MiniMax docs to validate your payload before sending.
MiniMax didn’t just stack models — they rebuilt the foundations. Here’s the plain-English version of the four breakthroughs:
Old way: Caption each input separately.
H3 way: Write one caption that describes the relationships between all inputs and the target video.
Think of it like a director giving one coherent brief to the whole crew instead of separate notes to each department.
Problem: Video data is huge. Long sequences = slow, expensive training/inference.
Solution: A brand-new tokenizer (VAE) with 4× gain in effective sequence length.
Like packing a suitcase with vacuum bags — same clothes, fraction of the space.
Challenge: Multimodal inputs tripled the variance in sequence length. Understanding (reading inputs) and generation (writing video) need totally different compute shapes.
Fix: H3 separates understanding and generation workloads and tunes hardware for each.
Like having a reading team and a writing team, each with their own optimized workspace.
Old way: Generate low-res → bolt on a super-resolution upscaler (guesses details).
H3 way: The base model regenerates its own low-res draft in-context, re-reading the original multimodal inputs.
Like an artist painting a sketch, then repainting it at full size while looking at the reference photos again — not just stretching the sketch.
| Task | Rank |
|---|---|
| Video Editing | #1 |
| Text-to-Video | #2 |
| Image-to-Video | #3 |
Note: MiniMax’s own pricing page hadn’t listed H3 tiers at writing — treat $0.13/sec as reported, not official.
Two Major Caveats
- Active Copyright Lawsuit: Disney, Universal, and Warner Bros. Discovery sued Hailuo AI. The case survived a motion to dismiss in May 2026. Brand/agency teams: you’re adopting a product in live IP dispute.
- API-Only for Now: No local deployment until weights ship. All data routes through MiniMax infrastructure.
MiniMax H3 is a genuine architectural leap — not a wrapper around existing tools. By unifying all modalities in one model, compressing context 4×, splitting understanding/generation compute, and regenerating detail in-context, it delivers native 2K video with sound at a disruptive price point, and leads the pack in video editing.
But: It’s API-only today, weights are a promise, the license has commercial limits, and a major copyright suit hangs over the platform. For prototypes, marketing assets, and non-regulated workflows — it’s a powerful new tool. For enterprise, regulated, or IP-sensitive work — wait for weights and legal clarity.
No. The model is only accessible via the MiniMax API and the Hailuo AI app. Open weights are promised "in the coming days" but not yet released. No parameter count has been published, so hardware requirements are unknown.
True native 2K. The H3-VAE tokenizer’s 4× compression gain enables the model to generate 2K directly — no super-resolution upscaler is used. In-context regeneration further preserves fine detail.
Third-party tracking (Artificial Analysis) reports ~$0.13/second at 2K, so a 15-second clip would cost ~$1.95. However, MiniMax’s official pricing page had not listed H3 tiers at the time of writing — treat this as an estimate.
Three things: (1) No release date — just "coming days," (2) License restricts commercial use to orgs under $20M revenue (larger need custom deals), (3) Subject to "applicable laws and regulations" — which may limit availability in some regions.
Depends on the task. H3 ranks #1 in video editing, but #2 in text-to-video and #3 in image-to-video (behind Google’s Gemini Omni Flash and Seedance 2.0). It’s also cheaper than most at 2K. But it’s not universally "best" — it’s a specialized leader in editing and multimodal reference tasks.
Want the technical deep-dive? Read the MiniMax H3 release post and video generation docs.