MiniMax · 2025-06 · Sparse MoE

MiniMax-M1

MiniMax-M1 is a grouped-query attention (GQA) transformer released by MiniMax in 2025-06, with 80 layers, hidden size 6144 and a context window of 10,240,000 tokens.

Layer stack

Linear ×70 Attention ×10 · Layers 80

Key facts

FamilyMiniMax
Released2025-06
Params456 B
Active45.9 B
Context10,240,000 tokens
AttentionGQA (64:8)
Layers80
Hidden6,144
Heads64
Vocab200,064
PositionRoPE
NormRMSNorm
Activationsilu
Dtypebf16
Architecture classMiniMaxForCausalLM

Architecture overview

t₁ t₂ t₃ t₄ input tokens Embedding · Vocab 200,064 → Hidden 6,144 Q1 Q2 Q3 Qn KV1 KV2 KV3 KVn Heads 64 KV heads 8 head dim 128 · RoPE Router E1 E2 E3 E4 E5 E6 E7 E8 +24… top-2 of 32 experts · ≈ 45.9B params active per token × 80 transformer block Attention Feed-forward / MoE RMSNorm pre-norm Final norm · RMSNorm LM head → Vocab 200,064 p p p → next token Position RoPE Dtype BF16 Context 10000K tok
Drawn from the shipped config.json · 80 layers / width 6,144 / context 10,240,000. Original diagram by this atlas.

Attention

grouped-query attention (GQA) — 64 q-heads / 8 kv-heads. RoPE θ=10,000,000.

Feed-forward / MoE

It is a sparse mixture-of-experts with 32 routed experts and top-2 routing; about 45.9B parameters are active per token.

Field-level comparison

Compared against the previous model of the same lab; where none exists, against the structurally closest model. The ratio column is this model divided by the comparison model.

Full-field comparison vs predecessor MiniMax-Text-01
ModelMiniMax-M1MiniMax-Text-01Ratio
model_typeminimaxminimax
architecturesMiniMaxForCausalLMMiniMaxForCausalLM
hidden_size61446144≈1
num_hidden_layers8080≈1
num_attention_heads6464≈1
num_key_value_heads88≈1
head_dim128128≈1
intermediate_size92169216≈1
hidden_actsilusilu
num_experts_per_tok22≈1
rope_theta1000000010000000≈1
max_position_embeddings1024000010240000≈1
rms_norm_eps0.000010.00001≈1
vocab_size200064200064≈1
attention_dropout00
layer_typeslinear_attention×70 + full_attention×10linear_attention×70 + full_attention×10
initializer_range0.020.02≈1
full_attn_alpha_factor3.55655882007784553.5565588200778455≈1
full_attn_beta_factor11≈1
linear_attn_alpha_factor3.55655882007784553.5565588200778455≈1
linear_attn_beta_factor11≈1
mlp_alpha_factor3.55655882007784553.5565588200778455≈1
mlp_beta_factor11≈1
num_local_experts3232≈1
output_router_logitsfalsefalse
postnormtruetrue

Most similar architectures

Similarity values range from 0 (no shared categorical features) to 1 (identical profiles).

Raw config fields

34 fields
architecturesMiniMaxForCausalLM
attention_dropout0
layer_typeslinear_attention×70 + full_attention×10
head_dim128
hidden_actsilu
hidden_size6144
initializer_range0.02
intermediate_size9216
full_attn_alpha_factor3.5565588200778455
full_attn_beta_factor1
linear_attn_alpha_factor3.5565588200778455
linear_attn_beta_factor1
mlp_alpha_factor3.5565588200778455
mlp_beta_factor1
max_position_embeddings10240000
model_typeminimax
num_attention_heads64
num_experts_per_tok2
num_hidden_layers80
num_key_value_heads8
num_local_experts32
output_router_logitsfalse
postnormtrue
rms_norm_eps0.00001
rope_theta10000000
rotary_dim64
router_aux_loss_coef0.001
router_jitter_noise0
shared_intermediate_size0
shared_moe_modesigmoid
tie_word_embeddingsfalse
transformers_version4.45.2
use_cachetrue
vocab_size200064