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

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 “K2-Horizon-375B-A23B-NVFP4", which is the NVFP4 quantized version of its flagship model “K2-Horizon-375B-A23B" built on the MoE (Mixture-of-Experts) architecture. This model reduces memory usage and speeds up inference by quantizing the linear layers (weights and activations) of the routed experts into the NVFP4 format. Meanwhile, the attention mechanism, shared experts, router, the first three dense layers, and lm_head maintain BF16 precision. This model is intended for use on NVIDIA Blackwell generation (B series) and newer GPUs that natively support NVFP4.

Specifications

  • Total parameters: 375B
  • Activated parameters: 23B
  • Architecture: MoE
  • Context length: 512K (524,288 tokens)

Performance

NVFP4 vs. BF16

Regarding the impact of quantization on performance, evaluation results in the model card indicate that the NVFP4 version experiences a very slight performance decrease compared to the original BF16 version. Specifically, the average score drops from 91.7 to 91.2, and GSM8K in the mathematics domain slightly decreases from 96.06 to 95.53. However, this performance drop is extremely minor, and the design compensates for this slight accuracy difference with the benefits of reduced memory footprint and improved inference speed on NVFP4-supported hardware.

→ 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

Benchmark Results

Based on measurement results published by the creators for the original model “K2-Horizon-375B-A23B", a table focusing on major comparison targets is shown below.

→ Scroll horizontally to see all columns

K2-Horizon-375B-A23B Open-weight models / Nemotron 3 Ultra Open-weight models / Inkling (xhigh) Open-weight models / MiniMax-M3 Closed models / Claude Sonnet5 (max)
# Params 375B 550B 975B 428B
# Activated params 23B 55B 41B 23B
Architecture MoE MoE MoE MoE Closed
Agents
GDPVal-AA Real-world professional tasks (Elo) 1,441 1,162 1,234 1,380 1,584
tau3-Banking Agentic tool use 34.0 14.2 29.1 15.3 37.3
Coding
Terminal-Bench 2.1 Agentic terminal use 70.2 53.9 55.1 65.2 80.5
SciCode Scientific coding 42.7 39.9 46.1 45.4 53.6
Scientific Reasoning
Humanity’s Last Exam (without tools) Expert-level reasoning 32.0 28.4 31.9 39.0 41.3
GPQA Diamond Graduate-level science QA 87.3 86.7 87.2 92.9 91.1
CritPt Frontier physics reasoning 8.6 3.1 5.4 3.7 16.9
General
AA-LCR Long-context reasoning 76.0 71.0 73.3 80.3 77.0
AA-Omniscience Accuracy Factual accuracy 23.0 23.0 42.0 17.0 40.0
AA-Omniscience Non-Hallucination Non-hallucination rate 74.7 70.0 32.0 82.0 61.0
Agentic Evaluations
Toolathlon Verified Agentic tool use 65.3 34.3 45.5 53.7 71.6
Automation Bench Public Workflow automation 25.3 8.0 12.8 20.5 34.7
Apex-Agents (pass@1) Long-horizon professional workflows 24.8 9.0 19.0 23.8 31.7
MCPMark MCP tool use 67.7 45.7 51.2 48.8 65.3
BrowseComp Deep web research 72.8 44.4 77.1 83.5 84.7
WildClawBench In-the-wild agentic tasks 50.9 34.2 52.3 56.4
SWE-Atlas-QnA Repo-level code Q&A (strict) 48.4 25.5 42.3
SWE Bench Pro Software engineering (strict) 42.6 38.7 43.1 43.8

This table shows that this model achieves a very high standard in agent performance. In particular, it records 1,441 in GDPVal-AA (Elo) under the “Agents" category, making it extremely powerful among open-weight MoE models. It scores 70.2 in Terminal-Bench 2.1 in the “Coding" field, demonstrating high capability in agentic tasks involving terminal operations. Additionally, it records a high score of 87.3 in GPQA Diamond for “Scientific Reasoning".

On the other hand, it falls behind closed models in certain metrics. For example, in Toolathlon, this model scores 65.3 compared to 71.6 for Claude Sonnet5 (max), suggesting that there is still room for improvement in agent tool utilization capabilities when compared to top-tier closed models. However, it displays performance that surpasses open-weight MoE models up to 2.6 times its size, making it an exceptionally efficient model.

Strengths and Use Cases

Based on the characteristics of the original model, this model has specialized capabilities in advanced agent task execution, coding, and long-form reading comprehension. Specifically, it is expected to be utilized in the following applications:

  • Agent and Tool Use: Demonstrates high performance in terminal operations, agent tasks involving complex workflows, and tool utilization using MCP (Model Context Protocol).
  • Coding: Suitable for agentic coding tasks involving terminal operations, repository-level code Q&A, and software engineering tasks.
  • Scientific and Advanced Reasoning: Capable of handling questions requiring doctoral-level scientific knowledge, expert-level reasoning tasks, and mathematical reasoning.
  • Long Context Processing: Natively supports an extremely long context window of 512K (524,288 tokens), enabling tasks that handle massive amounts of information at once.

Additionally, the model is recommended for use with specific sampling parameters such as reasoning_effort="high", temperature of 1.0, and top_p of 0.95. The reasoning process (thinking) is structured to be output as reasoning_content, and the final answer as content.

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
  • Supported engines: vLLM, SGLang, Transformers

Verified recipes for SGLang and serving methods for vLLM have been published. Note that this model is released under the Apache 2.0 license.

Related Articles

Sources