---
type: "post"
stable_id: "post:minimax-h3-apple-silicon-local-video"
slug: "minimax-h3-apple-silicon-local-video"
title: "MiniMax H3 Makes Local Video Generation A Hardware And Licensing Story"
description: "MiniMax released H3-Base weights and an independent MLX port demonstrated local generation on a high-memory Apple Silicon machine."
retrieval_nugget: "The practical story is the boundary between downloadable weights and usable local production: a 33B dense video model, about 115 GB of files, long generation time, partial component releases, and a community rather than OSI license."
published_at: "2026-08-04"
updated_at: "2026-08-05"
record_date: "2026-08-04"
date_kind: "published_at"
topics: ["generative-video","apple-silicon","open-weights","local-ai"]
entities: ["MiniMax","MiniMax H3","PipeNetwork","MLX"]
source_urls: ["https://huggingface.co/MiniMaxAI/MiniMax-H3","https://github.com/PipeNetwork/minimax-h3-mlx","https://simonwillison.net/2026/Aug/4/minimax-h3-mlx"]
source_format: "model_card"
editorial_timing: {"lane":"urgent_half_hour","scheduled_at":"2026-08-06T11:30:00+03:00","real_news_delta":"fresh release, incident, or legal escalation"}
visual_decision: {"status":"included","reason":"the central mechanism is materially clearer as a diagram","reviewed_by":"codex"}
schema_version: "newruntime-agent-readable-v0.2"
status: "published"
visuals: [{"role":"hero","src":"/images/drip/minimax-h3-apple-silicon-local-video/minimax-h3-apple-silicon-local-video.webp","alt":"A New Runtime whiteboard diagram explaining minimax h3 makes local video generation a hardware and licensing story.","caption":"New Runtime synthesis from MiniMax-H3 model card and MLX port."}]
routes: {"html":"https://newruntime.com/posts/minimax-h3-apple-silicon-local-video/","markdown":"https://newruntime.com/posts/minimax-h3-apple-silicon-local-video.md","json":"https://newruntime.com/posts/minimax-h3-apple-silicon-local-video.json"}
---

# MiniMax H3 Makes Local Video Generation A Hardware And Licensing Story

## Retrieval answer

The practical story is the boundary between downloadable weights and usable local production: a 33B dense video model, about 115 GB of files, long generation time, partial component releases, and a community rather than OSI license.

MiniMax released H3-Base, the foundation checkpoint behind its new video system, and PipeNetwork published an MLX port that makes the model runnable on sufficiently large Apple Silicon machines.

H3-Base is a 33B dense single-stream transformer with a Qwen3-VL-32B encoder. MiniMax says roughly 13B parameters belong to conditioning branches that can be precomputed and omitted from inference-only loading. The model accepts text, image, video, and audio conditioning and can produce short video with native stereo audio, but the initial open release does not include every hosted component: H3-Context-IR, H3-Regenerate-2K, and the promised sparse-attention implementation remain outside the first release.

The local proof is real but demanding. Simon Willison reports an approximately 115 GB download and about 45 minutes for one generation on an M5 Max. The official SGLang example assumes four GPUs. The weights use the MiniMax H3 Community License, so 'open weights' is more accurate than 'open source' in the OSI sense.

The release narrows the gap between cloud-only video systems and inspectable local inference, while making the remaining constraints measurable: memory, generation time, missing components, and license terms.
