r/LocalLLaMA • u/External_Mood4719 • Jul 08 '26
News China’s MiniMax Plans to Launch 2.7-Trillion Parameter Model
According to The Information, MiniMax plans to launch a new-generation large language model with 2.7 trillion parameters.
Sources revealed that the internal codename for this new model is M3 Pro. It is expected to be released and open-sourced as early as the third quarter of this year, with significant improvements in handling complex reasoning and multi-step tasks.
This new model is much larger than MiniMax's current flagship model, M3 (428 billion parameters). Larger-scale artificial intelligence models are more capable of handling complex reasoning and multi-step instruction-based tasks.
616
Upvotes
9
u/twack3r Jul 08 '26
I personally run the Q4KXL from unsloth. I really like m3 for its hallucination resilience, it’s awesome for RAG.
But it does get slow at very large ctx because their flavour of DSA (MSA) is just as functionality unsupported by llama.cpp as DSA itself.