StepFun · 2025-07 · Sparse MoE · Multimodal

Step-3

Step-3 is a multi-head attention (MHA) transformer released by StepFun in 2025-07, with 61 layers, hidden size 7168 and a context window of 65,536 tokens.

Layer stack

Attention ×61 · Layers 61

Key facts

FamilyStepFun
Released2025-07
Params321 B
Active38 B
Context65,536 tokens
AttentionMHA
Layers61
Hidden7,168
Heads64
Vocab128,815
PositionRoPE
Norm
Activation
Dtypebf16
Architecture classStep3VLForConditionalGeneration

Architecture overview

Vision input → tokens t₁ t₂ t₃ t₄ input tokens Embedding · Vocab 128,815 → Hidden 7,168 Q1 Q2 Q3 Qn KV1 Heads 64 KV heads — head dim 256 · RoPE Router E1 E2 E3 E4 E5 E6 E7 E8 +40… Shared expert ×1 top-3 of 48 experts · ≈ 38B params active per token × 61 transformer block Attention Feed-forward / MoE pre-norm Final norm · LM head → Vocab 128,815 p p p → next token Position RoPE Dtype BF16 Context 64K tok Vision ⇢ token
Drawn from the shipped config.json · 61 layers / width 7,168 / context 65,536. Original diagram by this atlas.

Attention

multi-head attention (MHA). RoPE θ=500,000.

Feed-forward / MoE

It is a sparse mixture-of-experts with 48 routed experts and top-3 routing; about 38B 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 most-similar Step-3.7-Flash
ModelStep-3Step-3.7-FlashRatio
model_typestep3_vlstep3p7
architecturesStep3VLForConditionalGenerationStep3p7ForConditionalGeneration
hidden_size71684096×1.75
num_hidden_layers6145×1.36
num_attention_heads6464≈1
head_dim256128×2.00
intermediate_size1843211264×1.64
moe_intermediate_size51201280×4.00
rope_theta5000005000000.0×12 + 10000.0×36
max_position_embeddings262144
sliding_window512
vocab_size128815128896≈1
torch_dtypebfloat16bfloat16
num_nextn_predict_layers3
im_end_token<im_end><im_end>
im_patch_token<im_patch><im_patch>
im_start_token<im_start><im_start>
image_token_len169169≈1
patch_token_len8181≈1
understand_projector_stride22≈1
projector_biasfalsefalse
image_token_id128001128001≈1
bos_token_id00
eos_token_id1288051×1 + 2×1 + 128007×1
max_seq_len65536262144×0.250
max_position_embedding65536

Most similar architectures

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

Raw config fields

30 fields
architecturesStep3VLForConditionalGeneration
model_typestep3_vl
im_end_token<im_end>
im_patch_token<im_patch>
im_start_token<im_start>
image_token_len169
patch_token_len81
understand_projector_stride2
projector_biasfalse
image_token_id128001
bos_token_id0
eos_token_id128805
hidden_size7168
intermediate_size18432
num_hidden_layers61
max_seq_len65536
max_position_embedding65536
vocab_size128815
torch_dtypebfloat16
moe_layers_enum4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59
num_attention_heads64
num_attention_groups1
head_dim256
share_q_dim2048
moe_num_experts48
moe_top_k3
moe_intermediate_size5120
share_expert_dim5120
norm_expert_weightfalse
rope_theta500000