Model reference · open weights

MiniMax-H3-Pruned

MiniMax-H3-Pruned is an open-weight video model from multimodalart, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Licence fee required Video multimodalart 1 variants 979 downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What MiniMax-H3-Pruned is

MiniMax-H3, AdaLN-pruned MiniMaxAI/MiniMax-H3 in diffusers format with the AdaLN input projections reduced to their reachable rank. 52 GB smaller across the two DiT partitions, no visible change in output, and every published H3 LoRA loads - pruned-trained ones natively, released-trained ones projected. The conditioner is hosted here too, truncated: MiniMax-H3 conditions on the unnormalized hidden state after the Qwen3-VL conditioner's 50th decoder layer (hiddenstates[50]), so decoder layers 51-63 and the language-model head can never reach the conditioning and are dropped. textencoder/ ships decoder layers 0-50 - the 51st is kept so hiddenstates[50] stays a pre-norm intermediate rather than the final-norm output - and its embeddings are bitwise identical to the released conditioner's, text-only and vision-bearing presentations alike. It stays bfloat16; a quantized conditioner is planned as a separate variant, pending its own quality measurement. Both VAEs, both schedulers, the tokenizer and the processor are not duplicated here. modularmodelindex.json points those at MiniMaxAI/MiniMax-H3, so loading this repo pulls only the pruned partitions, the truncated conditioner, and the released components you already have. What was removed, and why it is safe Each of the 50 blocks holds adalnproj.linear, a Linear(2688 - 96768), and normout.linear adds one more. Together that is 13.03 B parameters, 39.3% of the checkpoint. All 51 of them read the same vector, silu(timeembedder(t)), which is a function of the scalar timestep alone - so however wide it is, the set of values it ever takes is a one-dimensional curve in R^2688. An 8-dimensional affine subspace covers that curve to a relative RMS error of 1.45e-5. One bfloat16 rounding step of the weights those projections are stored in is about 3.9e-3 - roughly 250x larger. So the projections are folded onto that subspace: W @ x + b with x = mean + c @ basis becomes (W @ basis.T) @ c + (b + W @ mean), the timestep MLP is replaced by a 1025-entry table of the coordinates c(t) (linearly interpolated), and every AdaLN projection takes an 8-wide input instead of a 2688-wide one. Measured fidelity Every folded projection, evaluate

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makermultimodalart
TypeVideo models
Parameters (lead)20.1B
Variants1
Runs withdiffusers
Based onMiniMaxAI/MiniMax-H3
Released2026-08-09
Popularity979 downloads / month
Likes1
LicenceCommercial licence needed

How it works

How video models work

Prompt / imagestart pointTemporal diffusionframes over timeVideoMP4 clipA video model generates a sequence of coherent frames from your prompt or a starting image.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
MiniMax-H3-Pruned20.1BBF16~46.3 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys multimodalart-minimax-h3-pruned for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (multimodalart-minimax-h3-pruned below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/videos/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"multimodalart-minimax-h3-pruned","prompt":"a drone shot over a forest"}'

Details

Languages, data & research

Tags

diffusers safetensors text-to-video image-to-video image-text-to-video text-to-audio-video image-to-audio-video reference-to-audio-video audio-video-generation multimodal lora

Licence

Commercial licence needed

The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗

Sources

Weights & code

Want MiniMax-H3-Pruned on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More video models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms