MiniMax M3 — Local AI Model by MiniMax

作者: Jakub Rusinowski · 最后更新: 2026年7月10日

PREVIEW (June 2026, specs unverified). MiniMax's M3 — billed as the first open-weight model to combine frontier coding, a 1M-token context window, and native multimodal input, reportedly topping the open-weight SWE-Bench Pro board (~59%). A ~230B MoE with ~10B active per token, released under a modified MIT license. Self-hosting needs multi-GPU/Mac-Studio-class memory; most access is via API. Specs are single-source pending verification — see the Hugging Face org page.

Hardware Requirements

MiniMax M3 230B-A10BMin 140 GB VRAM · Q4_K_M · 1,000,000 ctx ·
MiniMax M3-VLMin 140 GB VRAM · Q4_K_M · 1,000,000 ctx ·

Recommended GPU

The cheapest GPU that runs MiniMax M3 locally (min 140 GB VRAM) is the Apple M2 Ultra (192 GB).

联盟营销声明: Some links on this page are affiliate links — if you buy through them, LLM Configurator may earn a commission at no extra cost to you. As an Amazon Associate, LLM Configurator earns from qualifying purchases.
Apple Mac Studio M2 Ultra
2026年价格波动较大——请以当前商品页价格为准。
在亚马逊查看价格

How to Run Locally

Install Ollama then run: ollama run

Minimum VRAM: 140 GB. For best results use Q4_K_M quantization.

MiniMax M3 — Frequently Asked Questions

How much VRAM does MiniMax M3 need?

MiniMax M3 needs about 140 GB VRAM at Q4_K_M quantization for its smallest variant. Variants: MiniMax M3 230B-A10B (140 GB, Q4_K_M); MiniMax M3-VL (140 GB, Q4_K_M). On Apple Silicon, unified memory counts toward this requirement.

Can I run MiniMax M3 on an RTX 4090 (24 GB)?

MiniMax M3's smallest variant needs about 140 GB, which exceeds a single RTX 4090 (24 GB). Use multiple GPUs, a higher-VRAM card, or Apple Silicon with large unified memory.

What quantization should I use for MiniMax M3?

Q4_K_M is the best balance of quality and VRAM for MiniMax M3 in most cases. Choose Q8_0 for near-lossless quality if you have spare VRAM, or smaller quants (Q3/Q2) only when memory is tight.

How do I run MiniMax M3 with Ollama?

Install Ollama, then run: ollama run . This downloads MiniMax M3 and starts a local, OpenAI-compatible endpoint — no internet connection is needed after the initial download.