Qwen · 2026-04 · Sparse MoE · Multimodal
Qwen3.6 35B A3B
Qwen3.6 35B A3B is a grouped-query attention (GQA) transformer released by Qwen in 2026-04, with 40 layers, hidden size 2048 and a context window of 262,144 tokens.
Layer stack
Linear ×30 Attention ×10 · Layers 40
Key facts
| Family | Qwen |
|---|---|
| Released | 2026-04 |
| Params | 33.9 B |
| Active | 2.7 B |
| Context | 262,144 tokens |
| Attention | GQA (16:2) |
| Layers | 40 |
| Hidden | 2,048 |
| Heads | 16 |
| Vocab | 248,320 |
| Position | RoPE |
| Norm | RMSNorm |
| Activation | silu |
| Dtype | bf16 |
| Architecture class | Qwen3_5MoeForConditionalGeneration |
Architecture overview
Attention
grouped-query attention (GQA) — 16 q-heads / 2 kv-heads.
Feed-forward / MoE
It is a sparse mixture-of-experts with 256 routed experts and top-8 routing; about 2.7B parameters are active per token.
The configuration ships 1 extra multi-token-prediction (MTP) layers used to accelerate decoding.
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 Qwen3.6 27B
| Model | Qwen3.6 35B A3B | Qwen3.6 27B | Ratio |
|---|---|---|---|
| model_type | qwen3_5_moe | qwen3_5 | ≠ |
| architectures | Qwen3_5MoeForConditionalGeneration | Qwen3_5ForConditionalGeneration | ≠ |
| hidden_size | 2048 | 5120 | ×0.400 |
| num_hidden_layers | 40 | 64 | ×0.625 |
| num_attention_heads | 16 | 24 | ×0.667 |
| num_key_value_heads | 2 | 4 | ×0.500 |
| head_dim | 256 | 256 | ≈1 |
| intermediate_size | — | 17408 | |
| hidden_act | silu | silu | = |
| num_experts_per_tok | 8 | — | |
| moe_intermediate_size | 512 | — | |
| max_position_embeddings | 262144 | 262144 | ≈1 |
| rms_norm_eps | 0.000001 | 0.000001 | ≈1 |
| vocab_size | 248320 | 248320 | ≈1 |
| image_token_id | 248056 | 248056 | ≈1 |
| tie_word_embeddings | false | false | = |
| transformers_version | 4.57.1 | 4.57.1 | = |
| video_token_id | 248057 | 248057 | ≈1 |
| vision_end_token_id | 248054 | 248054 | ≈1 |
| vision_start_token_id | 248053 | 248053 | ≈1 |
| attention_bias | false | false | = |
| attention_dropout | 0 | 0 | = |
| attn_output_gate | true | true | = |
| bos_token_id | 248044 | 248044 | ≈1 |
| dtype | bfloat16 | bfloat16 | = |
| eos_token_id | 248044 | 248044 | ≈1 |
Most similar architectures
- Qwen3 30B A3B (Qwen, 2025-04) 0.999
- Hunyuan-TurboS 30B A3B (Hunyuan, 2026-05) 0.999
- Qwen3-Next 80B A3B (Qwen, 2025-09) 0.999
- Qwen3-Coder-Next (Qwen, 2026-01) 0.999
- Qwen3.8-Flash-Next (Qwen, 2026-08) 0.998
- GPT-OSS 120B (OpenAI, 2025-08) 0.997
Similarity values range from 0 (no shared categorical features) to 1 (identical profiles).
Raw config fields
42 fields
| architectures | Qwen3_5MoeForConditionalGeneration |
|---|---|
| image_token_id | 248056 |
| model_type | qwen3_5_moe |
| tie_word_embeddings | false |
| transformers_version | 4.57.1 |
| video_token_id | 248057 |
| vision_end_token_id | 248054 |
| vision_start_token_id | 248053 |
| attention_bias | false |
| attention_dropout | 0 |
| attn_output_gate | true |
| bos_token_id | 248044 |
| dtype | bfloat16 |
| eos_token_id | 248044 |
| full_attention_interval | 4 |
| head_dim | 256 |
| hidden_act | silu |
| hidden_size | 2048 |
| initializer_range | 0.02 |
| layer_types | linear_attention×30 + full_attention×10 |
| linear_conv_kernel_dim | 4 |
| linear_key_head_dim | 128 |
| linear_num_key_heads | 16 |
| linear_num_value_heads | 32 |
| linear_value_head_dim | 128 |
| mamba_ssm_dtype | float32 |
| max_position_embeddings | 262144 |
| moe_intermediate_size | 512 |
| mtp_num_hidden_layers | 1 |
| mtp_use_dedicated_embeddings | false |
| num_attention_heads | 16 |
| num_experts | 256 |
| num_experts_per_tok | 8 |
| num_hidden_layers | 40 |
| num_key_value_heads | 2 |
| output_router_logits | false |
| partial_rotary_factor | 0.25 |
| rms_norm_eps | 0.000001 |
| router_aux_loss_coef | 0.001 |
| shared_expert_intermediate_size | 512 |
| use_cache | true |
| vocab_size | 248320 |