Sol-H3 generates video faster than it plays back
NVIDIA's Sol-H3 stack renders 5 seconds of 1344x768 video with stereo audio in 1.653 seconds on 8x B300. AI video generation just crossed real time. Here is what changes.
NVIDIA Research published Sol-H3, an inference stack for the open-weight MiniMax-H3 video model that generates five seconds of 1344×768 video with stereo audio in 1.653 seconds on an 8× B300 Blackwell system. The number to sit with is not the resolution. It is the ratio: the model produced the clip in a third of the time it takes to watch it. AI video generation just crossed from batch job to faster-than-playback, and that is a different product category.
What actually happened
Per NVIDIA's Sol-H3 writeup, the stack hits 11.04× over the dense baseline at five seconds, and the advantage widens with length — 10 seconds in 3.732s (13.57×), 15 seconds in 6.612s (15.05×). Output is 24 FPS at 1344×768 with audio. The code is Apache 2.0 on GitHub under NVlabs/Sana; model weights and third-party components keep their own licences.
The speedup is engineering, not a new model. Sol-H3 combines dynamic sparse attention that needs no retraining, fused norm/RoPE/MLP kernels, INT8 QKV and FP8 output communication across the eight GPUs, batched parallel VAE decoding, and precomputed AdaLN caching. Same weights, rebuilt runtime. A hosted demo runs at reactor.inc; NVIDIA's page presents it as a demo, not a committed public API, so plan around the open code rather than an endpoint SLA.
Why faster-than-real-time video matters for your business
Read the hardware line before you get excited. 1.653 seconds is on eight B300s. That is a rack-scale machine, not a workstation, and nobody reading this is buying one to make product clips. What the result actually tells you is direction: the same optimisation work lands on smaller configurations next, and rented per-second inference gets cheaper as the runtime gets better. We said AI video is becoming a commodity — this is the cost curve underneath that claim.
Crossing real time unlocks interaction, not just cheaper renders. Below 1× you are queuing a job and coming back. Above 1× you can generate a stream. That is the difference between "make me an ad" and a configurator that shows the product moving as the customer changes the colour, or a support flow that renders the fix instead of describing it. If you have been waiting for AI video to be worth wiring into a live page, the physics stopped being the blocker.
Apache 2.0 on the runtime is the portability story. The permissive licence is on the inference stack, and the weights carry their own terms — that distinction is the whole ballgame. Check the model licence separately from the code licence, every time. An Apache runtime around restrictively licensed weights is not an open pipeline; it is a fast client for somebody else's asset.
Nothing here fixes your inputs. Faster generation makes bad prompts and unstructured product data wrong more quickly. The leverage for an operator is still upstream: clean specs, real photography, consistent SKU attributes. We made this case for document-to-video pipelines and it holds — the spec sheet is the input that decides whether any of this is usable.
Key takeaways
- Sol-H3 generates 5s of 1344×768 24 FPS video with stereo audio in 1.653s on 8× NVIDIA B300
- That is 11.04× over the dense baseline, rising to 15.05× at 15 seconds of output
- The gain is runtime engineering — sparse attention, fused kernels, INT8/FP8 comms, batched VAE decode — not a new model
- Code is Apache 2.0 under NVlabs/Sana; model weights and third-party parts carry separate licences
- The hardware is rack-scale, so treat this as a cost-curve signal, not something to deploy this quarter
- Faster than playback enables interactive and streaming video use cases, not just cheaper batch renders
Generation speed is not your bottleneck. Your product data is. We build the boring layer underneath AI media — structured SKU attributes, clean specs, and a pipeline that feeds whichever model is cheapest this quarter. See what we have built or tell us what you want to automate.
Sources: NVIDIA Research — Sol-H3, MiniMax-H3 on Hugging Face.
- #video-generation
- #minimax-h3
- #nvidia
- #inference-optimization
- #open-source
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
ToolHive sandboxes every MCP server in a container
Stacklok's ToolHive is Apache 2.0 tooling that boots every MCP server in its own container with a permission profile and no local credentials. Here is the operator's read.
Read itSwitzerland tests a Microsoft 365 exit on 3,000 seats
The Swiss Federal Chancellery will move ~3,000 staff to an open-source workplace by end-2027 for CHF 9M. Its proof-of-concept says what actually breaks.
Read it