JetBrains Releases Mellum2: 12B MoE Model With 2.5B Active Parameters for Code and Text
JetBrains has released Mellum2, a 12-billion parameter Mixture-of-Experts model that activates only 2.5 billion parameters per token. The open-source model is designed for code generation, RAG pipelines, and agent workflows with 2x faster inference than similar-sized models.
JetBrains Releases Mellum2: 12B MoE Model With 2.5B Active Parameters for Code and Text
JetBrains has released Mellum2, a 12-billion parameter Mixture-of-Experts (MoE) model trained from scratch on natural language and code. The model activates only 2.5 billion parameters per token, delivering what JetBrains claims is more than 2x faster inference compared to similar-sized models.
Mellum2 is released under the Apache 2.0 license and is available on Hugging Face.
Model Architecture and Specifications
Mellum2 uses a Mixture-of-Experts architecture that keeps total model capacity at 12 billion parameters while activating only 2.5 billion parameters for each token. According to JetBrains, this design reduces serving costs for real-time workloads while maintaining model capability.
The model is intentionally limited to text and code — it does not handle images, audio, or video. JetBrains says this specialization keeps the model compact and efficient for software engineering tasks.
Pricing has not been disclosed. The model is designed for self-hosted deployment rather than API-based access.
Target Use Cases
JetBrains positions Mellum2 as a "focal" model for high-frequency tasks inside larger AI systems:
Routing and orchestration: Prompt classification, tool selection, and control-flow operations in multi-model systems
RAG pipelines: Context compression, summarization, and retrieval post-processing for latency-sensitive applications
Sub-agents: Planning, validation, and context preparation tasks that don't require frontier models
Private deployment: Self-hosted environments with proprietary code or internal data
The company frames Mellum2 as a complement to larger models rather than a replacement, targeting workloads where inference speed and cost matter more than raw capability.
Benchmark Performance
JetBrains claims Mellum2 is "competitive with similarly sized open models" across code generation, reasoning, science, and math benchmarks. The company published a technical report with evaluation methodology but did not disclose specific benchmark scores in the announcement.
The 2x inference speed advantage is attributed to the MoE architecture's selective parameter activation.
What This Means
Mellum2 reflects a shift toward specialized, modular AI systems rather than monolithic models. JetBrains is betting that production AI systems need fast, focused models for intermediate tasks — not just large models for final outputs.
The Apache 2.0 license and focus on self-hosting suggest JetBrains is targeting enterprises with strict data privacy requirements and developers building agent systems that require multiple model calls. The 2.5B active parameter design could make Mellum2 viable for local deployment scenarios where 7B+ dense models are too slow.
The model's competitive positioning will depend on benchmark comparisons with Qwen2.5-Coder-7B, DeepSeek-Coder-6.7B, and other code-focused models in the 6-12B parameter range. JetBrains has not yet published head-to-head comparisons with specific competitors.
Related Articles
IBM Releases Granite Speech 5.0 Turbo CTC: 470M-Parameter ASR Model Hits 12,600x Real-Time Speed
IBM has released two new 470M-parameter Granite Speech models that transcribe audio at over 12,600x real-time speed on an NVIDIA H200 GPU. The encoder-only models achieve 4.85-5.00% word error rate while running over 20x faster than prior Granite Speech versions.
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.
Z.ai's GLM-5.3-Flash Matches Top Models at 7.5x Lower Cost, Runs Entirely on Chinese Chips
Z.ai released GLM-5.3-Flash, a 320-billion-parameter MoE model with an 18-billion active parameter count and a one-million-token context window. It nearly matches the larger GLM-5.3 on Artificial Analysis's Intelligence Index while costing roughly 7.5 times less per task, and it reportedly runs entirely on Chinese AI chips instead of Nvidia GPUs.
Comments
Loading...