The Antirez/h3.c project has introduced a native MiniMax H3 inference engine designed for Apple Silicon. This engine is being developed incrementally, with current work focusing on Metal performance and memory optimization for M3 Max and M5 Max chips.
The engine supports prompt-to-video/audio generation, first/last-frame conditioning, and ordered Ref2VA image/video/audio references. These features are functional end-to-end, allowing users to generate and manipulate media based on textual prompts and reference images.
The h3 binary can be run in an Iris-style interactive session, where users can input prompts to generate numbered videos. The session maintains prompt conditioning, prepared DiT, and video decoder in memory to avoid re-loading for repeated prompts. Users can also apply persistent first/last-frame conditioning or use Ref2VA conditioning images to guide video generation.
To use the engine, users need the Hugging Face snapshot in the specified directory and FFmpeg/FFprobe available on their PATH. The command-line interface provides options for checking model layout, selecting Metal devices, and configuring generation parameters such as width, height, and steps. A balanced preset is available, generating 22 frames at 24 fps with visual feedback during denoising.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
The Antirez/h3.c project has released a native MiniMax H3 inference engine specifically for Apple Silicon, enabling prompt-to-video/audio generation and conditioning features. This development provides Mac users with a tool for local AI-driven media creation and manipulation.