NVIDIA Releases Code That Generates MiniMax Video Faster Than Playback on Eight B300s

The open inference code offers a route to much faster audiovisual generation, but the headline result relies on a specialized eight-GPU setup, a lossy speed profile, and model weights with separate regional restrictions.

By 2 min read
NVIDIA Releases Code That Generates MiniMax Video Faster Than Playback on Eight B300s
NVIDIA Releases Code That Generates MiniMax Video Faster Than Playback on Eight B300s

Listen to this story

The audio brief

About 1:35
0:001:35
Read transcript
NVIDIA has released code that generated a five-second MiniMax video with synchronized stereo audio in under two seconds—faster than the clip plays. The catch is that this was a warm-inference result on eight B300 GPUs, using a specialized speed profile. The package, called Sol-H3, accelerates H3, MiniMax’s multimodal model for generating video and native stereo sound from text, images, video, and audio. Its biggest change is reducing the generation path from forty-nine transformer passes to four through a FastH3 adapter. It also uses approximate sparse attention, plus INT8 and FP8 data transport. In practical terms, that trades some fidelity for speed; NVIDIA says a denser mode remains available when closer behavior to the reference model matters. The benchmark took the median of three requests after one warmup, and compared that four-step path with a dense fifty-step run. Timing covered text encoding, denoising, and video-and-audio decoding, but not model loading, compilation warmup, or final MP4 encoding. On a single B300, the same clip took thirteen point seven four five seconds, so playback-speed generation does not carry over to one GPU. The code is Apache 2.0, but the H3 weights and third-party components have separate terms. MiniMax also temporarily restricts H3 open-weight use in the United States, European Union, United Kingdom, and South Korea without authorization. The key constraint is whether teams can reproduce the benchmark legally, and with eight B300s.

Story brief

3 key points

NVIDIA’s Apache-2.0 Sol-H3 stack shows how specialized inference can make MiniMax H3 video generation much faster, but the result depends on aggressive model reduction and substantial hardware. Its four-step FastH3 path replaces 49 transformer forwards and produces a five-second stereo clip in under two seconds on eight B300s. A single B300 takes 13.745 seconds, while loading, compilation, and MP4 encoding are...

  1. 01

    FastH3 cuts H3 inference from 49 transformer forwards to four, using approximate sparse attention plus INT8 and FP8 transport.

  2. 02

    The headline benchmark used eight B300 GPUs, three measured requests, one warmup, and a dense 50-step comparison.

  3. 03

    A single B300 generated the clip in 13.745 seconds, so the demonstrated configuration is not playback-speed on one GPU.

NVIDIA has released code that generated a five-second MiniMax H3 video with synchronized stereo audio in less than two seconds—faster than the clip plays. But the result comes from a purpose-built configuration of eight B300 GPUs, four denoising steps, and timing that leaves out loading, compilation warmup, and final MP4 encoding.

The new package, Sol-H3, is NVIDIA’s inference stack for H3, a MiniMax multimodal model that can take text, images, video, and audio as input and generate video with native stereo sound. NVIDIA released Sol-H3’s code under Apache 2.0, so developers can inspect and modify the acceleration layer even though the H3 weights and third-party components remain under separate terms.

A speed result built around fewer model passes

Sol-H3’s largest gain is not simply a faster implementation of the original generation path. It uses a four-step FastH3 adapter that NVIDIA says reduces the workload from 49 transformer forwards to four. The stack also uses approximate sparse attention and INT8 and FP8 data transport.

What the stopwatch includes—and leaves out

NVIDIA timed text encoding, denoising, and video-and-audio VAE decoding. It did not time model loading, compilation warmup, or final MP4 encoding. Those exclusions do not invalidate the measured generation result, but they make it a narrow measure of warm, already-prepared inference rather than an end-to-end delivery time.

Why the headline speed will not transfer automatically

  • The same five-second output took 13.745 seconds on one B300 GPU, below playback speed.
  • NVIDIA’s fastest profile prioritizes speed with lossy acceleration; a dense mode remains available when behavior closer to the reference model is required.
  • The benchmark does not include the work required to load a model or package the finished video file.

Open code does not mean unrestricted weights

The licensing split limits who can reproduce the full stack. MiniMax’s H3 community-license FAQ says open-weight use is temporarily restricted in the United States, European Union, United Kingdom, and South Korea. Organizations in those regions can apply to MiniMax for authorization, while the Apache-licensed Sol-H3 code remains available to inspect and change.

For teams without an eight-GPU machine, Reactor has published a FastH3 API for queuing, generating, and playing H3 clips without users first configuring a multi-GPU machine. It offers a way to use those functions without first setting up the benchmark’s hardware configuration.

Sources

  1. minimax.ioMiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities - MiniMax Research

Loading discussion...