AIAny
AI Video2026
Icon for item

MiniMax H3

Generates synchronized stereo audio and video from multimodal inputs (text, images, video, audio), producing 4–15s clips at 24 FPS with a 768p base and an in‑context regeneration path to 2K; supports first/last‑frame and multi‑reference modes and ships as two task‑specific checkpoints.

Introduction

High‑quality video generation benefits from systems that actually understand mixed multimodal context rather than treating each modality separately. MiniMax H3 pursues that direction by combining a hosted Context‑IR preprocessing stage with an open H3‑Base generator and an API‑hosted in‑context 2K regeneration flow, letting you author temporally coherent video with synchronized stereo audio from rich text/image/video/audio prompts.

Key Capabilities
  • Multimodal inputs and modes: text‑to‑video, first/last‑frame to video (FL2VA), and reference‑to‑video/audio (Ref2VA) that accepts images (≤9), short clips (≤3, total ≤15s) and accompanying audio.
  • Output specs: 4–15 second outputs, flexible aspect ratios (including 16:9/9:16), 24 FPS, 32 kHz stereo audio; H3‑Base produces 768p results and an in‑context H3‑Regenerate‑2K module upsamples to 2K while reusing original context.
  • Architecture highlights: single‑stream H3‑Omni‑Transformer (~33B params) with modality‑agnostic blocks, AdaLN modality branches, MM‑RoPE positional encoding; H3‑Encoder uses Qwen3‑VL‑32B hidden states; H3‑VisualVAE is a temporally causal f16t4d24 video VAE; H3‑AudioVAE encodes stereo 32 kHz audio at 40 Hz latent rate.
  • Distribution and deployment: two open checkpoints (MiniMax‑H3 Base FL2VA and Ref2VA) released for local inference (BF16), with diffusers, SGLang and vLLM serving recipes; Context‑IR and the 2K regeneration service are provided as hosted APIs for full‑quality workflows.
Who it's for and trade‑offs

Great fit if you need a single model pipeline to generate temporally coherent video with synchronized stereo audio from complex multimodal prompts or reference material, and you can provision multiple GPUs for inference. It is also useful for teams wanting a reproducible local 768p generator and an official API path to validate 2K outputs. Look elsewhere if you require a lightweight on‑device text‑only T2V model, deterministic low‑cost frame synthesis for long clips, or fully open-source end‑to‑end 2K regeneration (H3‑Context‑IR and H3‑Regenerate‑2K remain hosted/not yet open‑sourced). Expect nontrivial GPU and engineering costs to deploy at scale (examples use multi‑GPU SGLang setups). Also note the model is distributed under the MiniMax H3 Community License, which imposes use restrictions beyond a permissive OSS license.

Information

Categories

More Items

Hugging Face
AI Video2026

LoRA adapters for MiniMax H3 that sharpen and enhance videos in ComfyUI by conditioning on source clips via guide latents for pixel-level alignment. Designed mainly for ref2va as a second-pass sharpening tool, includes a ComfyUI workflow and example before/after clips; requires aligned guide clips at the target resolution and valid clip lengths.

Hugging Face
AI Video2026

Replaces a character in a video using a single repainted frame from the same clip and propagates that edit across the shot while preserving motion, camera and lighting; requires no pose estimator, segmentation, face tracker or text prompt. Key facts: a 33.1B MiniMax-H3 finetune, DMD-distilled to three forward passes, 124 frames in ~26s on one B200 GPU.

Hugging Face
AI Video2026

Generates short multimodal videos from text, images, or reference clips using a fine-tuned MiniMax‑H3 fusion model; improves HDR clarity, motion fluidity, distant-face fidelity and VFX while preserving MiniMax‑H3’s prompt/style behavior. Best used via ComfyUI.