model release

MiniMax Releases H3, a 33B-Parameter Omni-Modal Model That Generates 2K Video With Native Stereo Audio

TL;DR

MiniMax has published MiniMax-H3, a 33-billion-parameter omni-modal generative model capable of producing up to 15 seconds of 2K video with native stereo audio. The model accepts text, image, video, and audio inputs, though its full 2K pipeline depends on a hosted preprocessing component not included in the open-source release.

3 min read
0

MiniMax Releases H3, a 33B-Parameter Omni-Modal Video and Audio Generation Model

MiniMax has released MiniMax-H3, a 33-billion-parameter dense transformer that generates video with native synchronized stereo audio, according to the model card published on Hugging Face. The system accepts text, image, video, and audio as input and outputs video up to 2K resolution and 15 seconds in duration at 24 FPS with 32 kHz stereo audio.

H3 is built around three components: H3-Context-IR, a hosted preprocessing system that converts free-form multimodal instructions into a structured intermediate representation; H3-Base, which generates 768p video and audio from that representation; and H3-Regenerate-2K, which upsamples the 768p output to 2K by feeding it back through the model alongside the original context. Notably, H3-Context-IR itself is not included in this open-source release — MiniMax says it relies on a multi-stage workflow across multiple hosted models and is instead exposed only through an API, with a "Prompting Guidance" document for developers who want to replicate its behavior locally.

Architecture Details

According to MiniMax, the core H3-Omni-Transformer is a 33B-parameter dense, single-stream design, with roughly 13B parameters sitting in AdaLN-related branches that can be precomputed and cached, reducing the load footprint for inference-only deployments. Text, image, and video inputs are encoded through an H3-Encoder built on the full pretrained weights of Qwen3-VL-32B, drawing hidden states from its 50th layer. Video and audio are separately compressed via H3-VisualVAE (16x spatial compression, 4x temporal compression, 24 latent channels) and H3-AudioVAE (32 kHz stereo audio compressed to a 40 Hz latent token rate).

The model natively supports sparse-attention training and inference for handling long multimodal sequences, but MiniMax states that this initial release only supports full-attention inference — the sparse-attention implementation is planned for a future update, with no timeline disclosed.

Input Modes and Language Support

Two model variants are available: H3-Base-FL2VA, which supports zero, one, or two input images for text-to-video, first-frame, last-frame, or first-and-last-frame generation; and H3-Base-Ref2VA, an "omni-reference" mode accepting up to 9 images, 3 video clips, and 3 audio clips (audio cannot be the sole input) with a combined cap of 12 files. The model supports 11 languages with stable dialogue generation — Arabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Spanish — plus unspecified partial support for additional languages.

H3 is accessible via API at platform.minimax.io (global) and platform.minimaxi.com (China), and through consumer apps including the Hailuo AI web app and MiniMax Hub desktop client. Pricing for API access was not disclosed in the model card.

MiniMax has not published standardized benchmark scores (e.g., VBench or similar video-generation metrics) alongside this release, and the model is distributed under a MiniMax H3 Community License rather than a fully permissive open-source license, with content moderation guardrails applied to user inputs and outputs.

What this means

H3 pushes MiniMax further into full-stack multimodal generation, competing with video models from Alibaba, ByteDance, and Kuaishou that also target synchronized audio-video output. The decision to withhold H3-Context-IR — the component responsible for parsing complex multimodal instructions — means the open-weight release is not a complete replacement for MiniMax's hosted pipeline; developers wanting the full 2K quality path will still depend on MiniMax's API or need to reverse-engineer the preprocessing behavior themselves. The 33B parameter count with heavy AdaLN caching optimizations suggests MiniMax is prioritizing deployability, but until independent benchmarks and pricing are available, comparisons to closed competitors like Runway, Kling, or Veo remain speculative.

Related Articles

model release

ByteDance's Seedance 2.5 Generates 30-Second AI Video Clips With Synced Audio

ByteDance released Seedance 2.5, an AI video model that generates synchronized video and audio in a single pass, producing clips up to 30 seconds long that can be extended further. That's roughly triple the length of Google's Gemini Omni Flash.

model release

Thinking Machines Lab Releases Inkling Small: 276B MoE Model with 524K Context Window

Thinking Machines Lab has released Inkling Small, an open-weight multimodal mixture-of-experts model with 12B active parameters out of 276B total and a 524K token context window. The model targets reasoning, coding, agentic workflows, and multilingual use cases at $0.58 per 1M input tokens and $1.44 per 1M output tokens.

model release

Moonshot AI Releases Kimi K3, a 2.8 Trillion Parameter Open-Weight Model; AWS Publishes Deployment Guide

Moonshot AI released Kimi K3 on July 27, 2026, a 2.8 trillion parameter Mixture-of-Experts model with a 1 million token context window and native multimodal support. AWS has published a deployment guide covering SageMaker HyperPod and Amazon EKS using ml.p6-b300.48xlarge instances with 8 NVIDIA B300 Blackwell Ultra GPUs.

model release

Anthropic's Claude Opus 5 Generates Full 3D Games From a Single Text Prompt, No Assets Required

Anthropic's Claude Opus 5 can generate playable 3D games, including first-person shooters and Minecraft clones, from a single text prompt with zero external assets. Community tests claim it outperforms GPT-5.6 Sol and Kimi K3 in physics realism and mechanical complexity, though no standardized benchmark has confirmed the comparisons.

Comments

Loading...