Architecture
data/models.yaml. Every label is auditable
against the model's sources.
Specs
- Architecture
- moe
- Total params
- 26B
- Active params
- 3.8B
- Context window
- 262K tokens
- Attention
- gqa
- Position encoding
- rope
- Post-training
- sft, rlhf
- OSI-approved
- yes
- Data released
- no
- Training code
- not released
Available quantizations
GGUF llama.cpp's container; the common local format, k-quants from Q2 to Q8.
runs on llama.cpp, Ollama
FP8 8-bit float, frequently a native release on Hopper / Blackwell GPUs.
runs on vLLM, SGLang, TensorRT-LLM
Verified via the Hugging Face model tree ↗. Community quantizations change over time; the families shown are those with published weights at audit time.
Notable innovations
- · Sparse MoE with about 3.8B active per token
- · Sliding-window attention keeps the KV cache small
- · Apache 2.0 license
Lineage
Sparse-MoE sibling of the dense Gemma 4 31B; 3.8B active per token.