IFM Releases K2-Horizon-375B-A23B-NVFP4 Quantized Model

At a Glance
| Item | Value |
|---|---|
| Repository | IFM/K2-Horizon-375B-A23B-NVFP4 |
| Published | 2026-09-22 |
| License | apache-2.0 |
| Formats | safetensors |
| Source type | Primary source (the publisher itself) |
Values determined by this site’s code at collection time. Dates are JST.
Overview
IFM has released IFM/K2-Horizon-375B-A23B-NVFP4, an NVFP4 quantized version of the sparse Mixture-of-Experts (MoE) model IFM/K2-Horizon-375B-A23B. This model aims to reduce memory usage and speed up inference in environments that natively support NVFP4 on NVIDIA Blackwell generation (B-series) GPUs and newer.
Quantization is applied exclusively to the weights and activations of the routed-expert linear layers, while all other linear layers—such as attention, shared experts, routers, the first three dense layers, and lm_head—remain in BF16.
Specifications
- Total parameters: 375B
- Architecture: MoE (Total parameters 375B, Activated parameters 23B)
- Context length: 512K
Performance
According to measurements by the publishers, the NVFP4 version shows a slight performance decrease compared to the original BF16 version, but reduces memory usage and enables faster inference on NVFP4-supported hardware. Note that evaluation of the NVFP4 version has currently been conducted only on non-agent tasks, with agent task results scheduled to be released at a later date.
Comparison between the NVFP4 version and the BF16 version (columns narrowed):
→ Scroll horizontally to see all columns
| K2-Horizon-375B-A23B | IFEval (Prompt) | GSM8K | MBPP | MMLU-Pro | GPQA-Diamond | BBH (3-shot) | AIME 26 (avg @ 32) | Average |
|---|---|---|---|---|---|---|---|---|
| BF16 | 90.02 | 96.06 | 97.00 | 84.22 | 85.80 | 94.73 | 94.38 | 91.7 |
| NVFP4 | 88.72 | 95.53 | 96.60 | 83.98 | 85.45 | 94.26 | 93.65 | 91.2 |
The benchmark results of the base model K2-Horizon-375B-A23B compared with other models are shown in the table below (columns narrowed):
→ Scroll horizontally to see all columns
| K2-Horizon-375B-A23B | Nemotron 3 Ultra | MiniMax-M3 | Claude Sonnet5 (max) | |
|---|---|---|---|---|
| # Params | 375B | 550B | 428B | — |
| # Activated params | 23B | 55B | 23B | — |
| Architecture | MoE | MoE | MoE | Closed |
| Agents | ||||
| GDPVal-AA (Elo) | 1,441 | 1,162 | 1,380 | 1,584 |
| tau3-Banking | 34.0 | 14.2 | 15.3 | 37.3 |
| Coding | ||||
| Terminal-Bench 2.1 | 70.2 | 53.9 | 65.2 | 80.5 |
| SciCode | 42.7 | 39.9 | 45.4 | 53.6 |
| Scientific Reasoning | ||||
| Humanity’s Last Exam | 32.0 | 28.4 | 39.0 | 41.3 |
| GPQA Diamond | 87.3 | 86.7 | 92.9 | 91.1 |
| CritPt | 8.6 | 3.1 | 3.7 | 16.9 |
| General | ||||
| AA-LCR | 76.0 | 71.0 | 80.3 | 77.0 |
| AA-Omniscience Accuracy | 23.0 | 23.0 | 17.0 | 40.0 |
| AA-Omniscience Non-Hallucination | 74.7 | 70.0 | 82.0 | 61.0 |
| Agentic Evaluations | ||||
| Toolathlon | 65.3 | 34.3 | 53.7 | 71.6 |
| Automation Bench | 25.3 | 8.0 | 20.5 | 34.7 |
| Apex-Agents (pass@1) | 24.8 | 9.0 | 23.8 | 31.7 |
| MCPMark | 67.7 | 45.7 | 48.8 | 65.3 |
| BrowseComp | 72.8 | 44.4 | 83.5 | 84.7 |
| WildClawBench | 50.9 | 34.2 | 56.4 | 60.0 |
| SWE-Atlas-QnA | 48.4 | — | 42.3 | — |
| SWE Bench Pro | 42.6 | 38.7 | 43.8 | — |
According to measurements by the publishers, this model demonstrates agent performance comparable to or exceeding open-weight MoE models 2.6 times its size, and is competitive with closed frontier models. Specifically, it records high scores in agentic tasks such as MCPMark (67.7) and Toolathlon (65.3). On the other hand, it falls short of MiniMax-M3 (92.9) in GPQA Diamond (87.3), and a difference is also observed when compared to MiniMax-M3 (83.5) and Claude Sonnet5 (84.7) in BrowseComp (72.8). Additionally, it shows lower scores than the comparison models in physics reasoning tasks like CritPt (8.6).
Strengths and Use Cases
The base model K2-Horizon-375B-A23B is characterized by its high performance as an agent. According to the model card, it exhibits performance comparable to or exceeding open-weight MoE models 2.6 times its size in benchmarks for agentic tool use, terminal operation, and long-term workflows, remaining competitive with closed frontier models. It demonstrates high capability particularly in agentic tasks such as MCPMark (67.7) and Toolathlon (65.3), as well as terminal operation in Terminal-Bench 2.1 (70.2).
It also natively supports a very long context window of 512K, making it suitable for tasks requiring long-document reading comprehension and complex context. In the coding domain, it shows solid performance in repository-level tasks such as SWE-Atlas-QnA (48.4) and SWE Bench Pro (42.6).
This NVFP4 quantized version specializes in maintaining these high capabilities while achieving reduced memory usage and faster inference on NVIDIA Blackwell generation hardware and newer.
Hardware Requirements
Estimated requirements (calculated by Local Model Watch) — 218.2B parameters
| Your VRAM | Quantization | File size | Est. memory needed |
|---|---|---|---|
| More than 257GB of VRAM (multi-GPU or CPU offload required) | NVFP4 | 213.8GB | 256.6GB |
Inference engine support (architecture name matched against each project’s own model registry in its source code, checked 2026-09-22): llama.cpp: not registered, vLLM: registered, MLX (mlx-lm): not registered. “Not registered" means the name is absent from that registry today, not that the model cannot run.
Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model’s authors. Compare with other models in our VRAM quick reference. What the quantization names mean: glossary.
Recent Models in the Same Size Class
Models with over 40B parameters that Local Model Watch covered recently, listed by code from our article log for comparison. VRAM tiers are this site’s estimates; licenses are as stated on the model cards.
→ Scroll horizontally to see all columns
| Model | Parameters | Smallest VRAM tier | License | Our article |
|---|---|---|---|---|
| nvidia/DeepSeek-V4-Pro-0813-nvfp4-DSpark | 1650.5B | — | mit | NVIDIA Releases NVFP4 Quantized DeepSeek-V4-Pro (2026-09-10) |
| nex-agi/Nex-N2.5-Pro | 396.8B | — | apache-2.0 | Nex-AGI Releases Agent Model Nex-N2.5-Pro (2026-09-09) |
How to Get It
- Distribution format: safetensors (NVFP4 quantized version)
- Download command:
huggingface-cli download IFM/K2-Horizon-375B-A23B-NVFP4 - Supported engines: vLLM (recommended recipe available), SGLang (recommended recipe available)
This model is released under the Apache 2.0 license.
Related Articles
- NVIDIA Releases NVFP4 Quantized DeepSeek-V4-Pro
- OpenBMB Releases MiniCPM5-2B: A SOTA 2B On-Device Model

