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
| Family | StepFun |
|---|---|
| Released | 2025-07 |
| Params | 321 B |
| Active | 38 B |
| Context | 65,536 tokens |
| Attention | MHA |
| Layers | 61 |
| Hidden | 7,168 |
| Heads | 64 |
| Vocab | 128,815 |
| Position | RoPE |
| Norm | — |
| Activation | — |
| Dtype | bf16 |
| Architecture class | Step3VLForConditionalGeneration |
Architecture overview
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
| Model | Step-3 | Step-3.7-Flash | Ratio |
|---|---|---|---|
| model_type | step3_vl | step3p7 | ≠ |
| architectures | Step3VLForConditionalGeneration | Step3p7ForConditionalGeneration | ≠ |
| hidden_size | 7168 | 4096 | ×1.75 |
| num_hidden_layers | 61 | 45 | ×1.36 |
| num_attention_heads | 64 | 64 | ≈1 |
| head_dim | 256 | 128 | ×2.00 |
| intermediate_size | 18432 | 11264 | ×1.64 |
| moe_intermediate_size | 5120 | 1280 | ×4.00 |
| rope_theta | 500000 | 5000000.0×12 + 10000.0×36 | ≠ |
| max_position_embeddings | — | 262144 | |
| sliding_window | — | 512 | |
| vocab_size | 128815 | 128896 | ≈1 |
| torch_dtype | bfloat16 | bfloat16 | = |
| num_nextn_predict_layers | — | 3 | |
| im_end_token | <im_end> | <im_end> | = |
| im_patch_token | <im_patch> | <im_patch> | = |
| im_start_token | <im_start> | <im_start> | = |
| image_token_len | 169 | 169 | ≈1 |
| patch_token_len | 81 | 81 | ≈1 |
| understand_projector_stride | 2 | 2 | ≈1 |
| projector_bias | false | false | = |
| image_token_id | 128001 | 128001 | ≈1 |
| bos_token_id | 0 | 0 | = |
| eos_token_id | 128805 | 1×1 + 2×1 + 128007×1 | ≠ |
| max_seq_len | 65536 | 262144 | ×0.250 |
| max_position_embedding | 65536 | — |
Most similar architectures
- Step-3.7-Flash (StepFun, 2026-05) 0.987
- Step-3.5-Flash (StepFun, 2026-03) 0.987
- DeepSeekMoE 16B (DeepSeek, 2024-01) 0.787
- MiniMax-M3 (MiniMax, 2026-06) 0.731
- MiniMax-M3 MXFP8 (MiniMax, 2026-06) 0.731
- Qwen3.8 2.4T A95B (Qwen, 2026-08) 0.697
Similarity values range from 0 (no shared categorical features) to 1 (identical profiles).
Raw config fields
30 fields
| architectures | Step3VLForConditionalGeneration |
|---|---|
| model_type | step3_vl |
| im_end_token | <im_end> |
| im_patch_token | <im_patch> |
| im_start_token | <im_start> |
| image_token_len | 169 |
| patch_token_len | 81 |
| understand_projector_stride | 2 |
| projector_bias | false |
| image_token_id | 128001 |
| bos_token_id | 0 |
| eos_token_id | 128805 |
| hidden_size | 7168 |
| intermediate_size | 18432 |
| num_hidden_layers | 61 |
| max_seq_len | 65536 |
| max_position_embedding | 65536 |
| vocab_size | 128815 |
| torch_dtype | bfloat16 |
| moe_layers_enum | 4,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_heads | 64 |
| num_attention_groups | 1 |
| head_dim | 256 |
| share_q_dim | 2048 |
| moe_num_experts | 48 |
| moe_top_k | 3 |
| moe_intermediate_size | 5120 |
| share_expert_dim | 5120 |
| norm_expert_weight | false |
| rope_theta | 500000 |