JetBrains Releases Mellum2-12B Reasoning Model with 131K Context and Mixture-of-Experts Architecture
JetBrains has released Mellum2-12B-A2.5B-Thinking, a reasoning-augmented assistant model with 131,072-token context window and 64 Mixture-of-Experts architecture that activates 8 experts per token. The model emits explicit chain-of-thought reasoning inside <think> blocks before providing final answers.
Mellum2-12B-A2.5B-Thinking — Quick Specs
JetBrains Releases Mellum2-12B Reasoning Model with 131K Context and Mixture-of-Experts Architecture
JetBrains has released Mellum2-12B-A2.5B-Thinking, a reasoning-augmented assistant model with a 131,072-token context window that emits explicit chain-of-thought reasoning inside <think>...</think> blocks before providing final answers.
Architecture and Training
The model uses a Mixture-of-Experts (MoE) architecture with 64 experts, activating 8 experts per token. It features 28 layers with a hidden size of 2,304 and uses grouped-query attention with 32 query heads and 4 key-value heads. The architecture combines sliding-window attention (1,024 tokens) with full attention layers.
According to JetBrains, the model was produced from Mellum2-12B-A2.5B-Base through supervised fine-tuning (computing loss only on the final assistant turn), followed by reinforcement learning with verifiable rewards (RLVR) on a harder data mix that includes long-form math problems.
Benchmark Performance
On self-reported benchmarks, the Thinking variant scores 69.9% on LiveCodeBench v6, 58.4% on AIME (mean of 2025 and 2026, 30 questions each), and 87.0% on GSM-Plus. On MMLU-Redux, it achieves 86.2% accuracy.
The model scores 45.6% on Berkeley Function Calling Leaderboard (BFCL) v4, which measures tool-calling capability across five subtasks. On conversational tasks, it achieves 76.5% on IFEval and 66.9% on MixEval.
For comparison, JetBrains reports that Qwen3.5-9B scores 73.4% on AIME and 90.7% on GSM-Plus, while Ministral 3 (14B) scores 38.3% on AIME and 86.5% on GSM-Plus.
Technical Details
The model has a vocabulary size of 98,304 tokens and uses bfloat16 precision. It can be served with vLLM using the Qwen3 reasoning parser and supports tool calling with the Hermes parser.
JetBrains has released the model under the Apache 2.0 license. The company also offers a standard "Instruct" variant for direct, low-latency answers without reasoning traces, though pricing has not been disclosed for either version.
Model Family
Mellum2 includes six checkpoints: Base Pretrain, Base (final base model), Instruct SFT, Thinking SFT, Instruct (RL-tuned), and Thinking (RL-tuned). The architecture uses an MoE intermediate size of 896 compared to a standard intermediate size of 7,168 for dense layers.
What This Means
JetBrains' entry into reasoning models puts a developer-tools company directly into competition with Anthropic, OpenAI, and DeepSeek in the chain-of-thought reasoning space. The 131K context window and Apache 2.0 license make it particularly attractive for developers working with large codebases who want self-hosted reasoning capabilities. However, the benchmark scores trail leading models like Qwen3.5-9B on math tasks, suggesting it may be better suited for coding and debugging workflows than pure reasoning tasks.
Related Articles
Tencent Open-Sources Hy4 Preview: 770B-Parameter MoE Model with 1M-Token Context
Tencent's Hy Team has open-sourced Hy4 preview, a 770-billion-parameter Mixture-of-Experts model with 49 billion activated parameters and a 1-million-token context window. The model is available under Apache 2.0 alongside an FP8-quantized variant, with Tencent claiming it beats GLM 5.3 and Kimi K3 on internal engineering evaluations.
Tencent Releases Hy4 Preview: 770B-Parameter MoE Model with 1M Context for Coding Agents
Tencent has released Hy4 preview, a mixture-of-experts model with 770B total parameters and 49B active parameters, targeting coding agents and multi-step tool-use workflows. The model ships with a 1 million token context window and is priced at $0.834 per 1M input tokens and $2.501 per 1M output tokens.
DeepSeek Releases V4-Flash-Vision-Exp, First Multimodal Model in V4 Family
DeepSeek has released DeepSeek-V4-Flash-Vision-Exp, its first experimental multimodal model in the V4 family, adding visual understanding to the V4-Flash architecture. The 305B-parameter model shows substantial gains on multimodal agent benchmarks while holding steady on text-only tasks.
GLM-5.3-Flash Debuts as Zhipu AI's First Natively Multimodal Model, 320B Parameters with 18B Active
Zhipu AI has released GLM-5.3-Flash, the first natively multimodal model in its GLM-5 series, built on a 320B-parameter mixture-of-experts architecture with only 18B active parameters. The company claims it outperforms GLM-5.2 while approaching Claude Opus 4.8 on coding and agentic benchmarks at a fraction of the cost. Unsloth has published quantized GGUF versions for local inference.
Comments
Loading...