IFM发布K2 Horizon六款开源模型及完整训练数据
K2 Horizon:六款开源模型组成的连接舰队
不仅发布模型,更开源了完整的训练链路与数据配方,对研究可复现性与工程实践极具价值,建议关注其数据构建细节。
Today IFM is releasing K2 Horizon, a connected fleet of six models: 375B-A23B, 36B-A4B, 32B, 7B, 3.7B, and 0.9B. Across reasoning, mathematics, coding, agentic tasks, and general capabilities, K2 Horizon delivers top-tier performance in every size class—with the 0.9B, 3.7B, and 7B models setting new state of the art at their respective scales.
今天,IFM 发布 K2 Horizon,这是一个由六个模型组成的互联车队:375B-A23B、36B-A4B、32B、7B、3.7B 和 0.9B。在推理、数学、编码、智能体任务和通用能力方面,K2 Horizon 在每个规模类别中都提供了顶级性能——其中 0.9B、3.7B 和 7B 模型在其各自的规模上树立了新的最先进水平(state of the art)。
K2 Horizon is also our most comprehensive open release to date. For every model, we are opening the training lifecycle from pretraining through reasoning and agentic post-training. We are releasing intermediate checkpoints, training data or detailed data-construction recipes, open architecture, mixture compositions, training code, configurations, fine-grained logs, evaluation results, and final weights.
K2 Horizon 也是迄今为止我们最全面的开源发布。对于每个模型,我们都开放了从预训练到推理和智能体后训练的完整训练生命周期。我们发布了中间检查点、训练数据或详细的数据构建配方、开放架构、混合组成、训练代码、配置、细粒度日志、评估结果以及最终权重。
The models and code are released under the Apache 2.0 license. Datasets are released under their applicable licenses, such as ODC-BY; We disclose how the data was constructed and mixed when redistribution is not possible.
模型和代码在 Apache 2.0 许可证下发布。数据集在其适用的许可证下发布,例如 ODC-BY;当无法重新分发时,我们会披露数据的构建和混合方式。
Together, K2 Horizon represents the most comprehensive open model release to date:
总之,K2 Horizon 代表了迄今为止最全面的开源模型发布:
- A new performance frontier across scales. The 0.9B, 3.7B, and 7B models achieve world-leading performance in their size classes across widely used evaluations. The 36B-A4B model, equipped with our new Mixture-of-Value-Attention (MoVA) mechanism, delivers exceptional capability per active parameter, outperforming some much larger models. The 32B and 375B-A23B models rank among the top models in their respective classes. Together, the six models provide competitive performance across deployment environments ranging from edge devices to the enterprise.
- The first fully open model fleet for agents. K2 Horizon is the first open model family to expose the complete development process through agentic post-training. By releasing checkpoints, data (or data recipe), code, configurations, and training logs across every stage, K2 Horizon makes it possible to study how reasoning, tool use, planning, and agentic capabilities emerge; reproduce the methods that create them; and adapt those methods to new tools, environments, and domains.
- Six models spanning edge to enterprise. The 0.9B model is designed for highly constrained environments such as watches and glasses, while the 3.7B and 7B models bring advanced capabilities to phones and other on-device applications. The dense 32B model and sparse 36B-A4B model provide powerful options for local workstations and efficient serving. The 375B-A23B model brings the fleet’s strongest capabilities to demanding enterprise deployments. All six models include quantization support.
- One connected fleet. The six models share core architecture, vocabulary, training methodology, interfaces, evaluation infrastructure, and deployment tooling, with a smaller vocabulary for the 0.9B model. This consistency also makes it easier to move between sizes, route work dynamically, and study capability and efficiency across scale.
- 跨规模的崭新性能前沿。0.9B、3.7B 和 7B 模型在广泛使用的评估中,在其规模类别中实现了世界领先的性能。配备我们新的价值注意力混合(Mixture-of-Value-Attention, MoVA)机制的 36B-A4B 模型,在每个活跃参数上提供了卓越的能力,超越了一些大得多的模型。32B 和 375B-A23B 模型在其各自类别中名列前茅。这六个模型共同提供了具有竞争力的性能,适用于从边缘设备到企业级的各种部署环境。
- 首个完全开放的智能体模型车队。K2 Horizon 是第一个通过智能体后训练暴露完整开发过程的开源模型家族。通过发布各个阶段的检查点、数据(或数据配方)、代码、配置和训练日志,K2 Horizon 使得研究推理、工具使用、规划和智能体能力如何涌现成为可能;复现创造这些能力的方法;并将这些方法适应于新工具、环境和领域。
- 六款模型覆盖从边缘到企业的全场景。0.9B 模型专为手表和眼镜等高度受限的环境设计,而 3.7B 和 7B 模型则为手机及其他端侧应用带来先进能力。稠密的 32B 模型和稀疏的 36B-A4B 模型为本地工作站和高效服务提供强大选项。375B-A23B 模型将舰队中最强的能力带入严苛的企业级部署。所有六款模型均支持量化。
- 一个互联的舰队。这六款模型共享核心架构、词汇表、训练方法、接口、评估基础设施以及部署工具,其中 0.9B 模型使用较小的词汇表。这种一致性也使得在不同规模之间迁移、动态路由工作负载以及研究不同规模下的能力和效率变得更加容易。
World-leading performance across the scales
全规模范围内的世界领先性能
IFM/K2-Horizon
IFM/K2-Horizon
SWE-Atlas-QnA and SWE Bench Pro: strict = no internet. BrowseComp: different models use different harness, we use the Discard-all@95k context length proposed in DeepSeek-V3.2 technical report. WildClawBench: we use a subset of the English text-only-modality tasks. Apex-Agents: we use a subset of text-only-modality tasks. GDPVal-AA is the Elo rating.
SWE-Atlas-QnA 和 SWE Bench Pro:strict = 无互联网访问。BrowseComp:不同模型使用不同的测试框架,我们采用 DeepSeek-V3.2 技术报告中提出的 Discard-all@95k 上下文长度。WildClawBench:我们使用了英文纯文本模态任务的一个子集。Apex-Agents:我们使用了纯文本模态任务的一个子集。GDPVal-AA 为 Elo 评分。
The 0.9B, 3.7B, and 7B models achieve state-of-the-art results in their respective classes across mathematics, reasoning, general capability, coding, and agentic tasks.
0.9B、3.7B 和 7B 模型在数学、推理、通用能力、编码及智能体任务方面,均在各自类别中取得了最先进水平(SOTA)的结果。
The 36B-A4B model performs beyond the level normally expected from its active parameter count, demonstrating the efficiency of our unique Mixture-of-Expert design when computing attention values. The 32B and 375B-A23B models place among the top models in their respective comparison classes.
36B-A4B 模型的表现超出了其活跃参数数量通常所预期的水平,证明了我们在计算注意力值时独特的混合专家(MoE)设计的高效性。32B 和 375B-A23B 模型在其各自的对比类别中位列顶级模型之中。
The small models are especially notable. K2 Horizon 0.9B achieves an AIME 2026 score above 48, along with strong reasoning, tool-use, and agentic capabilities. K2 Horizon 3.7B and 7B extend these capabilities to more demanding software-engineering and multi-step environments, demonstrated on strong performance in SWE-bench and BrowseComp. Although complex tasks that require extensive exploration and repeated recovery, such as those in TerminalBench, remain difficult for the smallest models, K2 Horizon moves the boundary of what is possible at every scale.
小型模型尤为引人注目。K2 Horizon 0.9B 在 AIME 2026 中取得了超过 48 的分数,并展现出强大的推理、工具使用和智能体能力。K2 Horizon 3.7B 和 7B 将这些能力扩展到更具挑战性的软件工程和多步环境中,这在 SWE-bench 和 BrowseComp 上的优异表现得到了证明。尽管需要大量探索和反复恢复的复杂任务(如 TerminalBench 中的任务)对最小规模的模型来说仍然困难,但 K2 Horizon 在每个规模上都拓展了可能性的边界。
Why the Horizon Fleet matters
为何 Horizon 舰队至关重要
A transparent model that falls far behind the capability frontier has limited value as a foundation, even for research. At the same time, a powerful model released only as final weights allows people to run it, but provides little insight into how its capabilities were created.
一个能力远落后于前沿的透明模型,即使作为研究基础,其价值也有限。同时,仅以最终权重发布的强大模型允许人们运行它,但对其能力的形成过程缺乏深入洞察。
K2 Horizon brings these two together. The fleet provides highly competitive models and releases the recipes used to train them. Researchers can study advanced capabilities in models strong enough to exhibit them, while developers can reproduce, adapt, and extend the methods rather than treating the final checkpoint as an opaque starting point.
K2 Horizon 将这两者结合。该系列提供极具竞争力的模型,并公开用于训练它们的配方(recipes)。研究人员可以研究那些足以展现先进能力的模型中的高级特性,而开发者则可以复现、调整和扩展这些方法,而不是将最终检查点视为不透明的起点。
Since introducing the fully open principle in our 2023 LLM360 paper, we have released open models every year while extending that commitment to larger scales, stronger capabilities, and now the complete lifecycle through agentic post-training.
自在 2023 年 LLM360 论文中引入完全开放原则以来,我们每年发布开源模型,并将这一承诺扩展到更大的规模、更强的能力,以及如今通过智能体后训练(agentic post-training)覆盖完整生命周期。
A Deep Dive into The K2 Horizon Fleet
深入探索 K2 Horizon 系列
K2 Horizon 375B-A23B: the enterprise powerhouse
K2 Horizon 375B-A23B:企业级强力模型
K2 Horizon 375B-A23B is the fleet’s largest and most capable model. Its sparse MoE architecture provides 375 billion parameters of total capacity while activating approximately 23 billion parameters for each token, allowing it to draw on the capacity of a much larger model without using every parameter for every token.
K2 Horizon 375B-A23B 是该系列中最大且能力最强的模型。其稀疏 MoE 架构提供了 3750 亿参数的总容量,同时每个 token 仅激活约 230 亿参数,使其能够在不使用每个 token 所有参数的情况下,利用更大模型的容量。
The model ranks among the top models below 400 billion parameters across general, reasoning, coding, and agentic evaluations. It is designed for demanding workloads where model quality matters most, including complex reasoning, software engineering, research, and long-horizon agentic tasks.
该模型在通用、推理、编码和智能体评估中,均位列 4000 亿参数以下模型的前列。它专为对模型质量要求极高的工作负载而设计,包括复杂推理、软件工程、研究和长周期智能体任务。
Like every model in the Horizon fleet, 375B-A23B is released not as a single endpoint but as a development tree. Its intermediate checkpoints and post-training branches expose how the base model develops into reasoning, instruction-following, and specialized agentic variants.
与 Horizon 系列中的每款模型一样,375B-A23B 并非作为单一端点发布,而是作为一个开发树(development tree)。其中间检查点和后训练分支揭示了基础模型如何演变为具备推理、指令遵循和专用智能体变体的模型。
IFM/K2-Horizon-375B-A23B
IFM/K2-Horizon-375B-A23B
Benchmark comparison for IFM/K2-Horizon-375B-A23B.
IFM/K2-Horizon-375B-A23B 的基准测试对比。
K2 Horizon 32B and 36B-A4B: strong performance for local deployment
K2 Horizon 32B 和 36B-A4B:适用于本地部署的强大性能
Horizon 32B is the fleet’s most powerful dense model, providing a strong balance of capability, adaptability, and local deployability. It ranks among the top dense models below 40 billion parameters.
Horizon 32B 是该系列中最强大的稠密模型,在能力、适应性和本地可部署性之间提供了良好的平衡。它在 400 亿参数以下的稠密模型中名列前茅。
Horizon 36B-A4B reaches nearly the performance of the dense 32B model while activating only approximately 4 billion parameters per token. Its efficiency comes from MoVA, our new sparse attention architecture, together with MoE feed-forward layers.
Horizon 36B-A4B 达到了接近稠密 32B 模型的性能,而每个 token 仅激活约 40 亿参数。其效率得益于我们新的稀疏注意力架构 MoVA 以及 MoE 前馈层。
These two models serve as an important reference point for studying how dense and sparse architectures behave under similar training conditions.
这两个模型为研究密集架构和稀疏架构在相似训练条件下的行为提供了重要的参考点。
These models occupy the fleet’s local performance sweet spot. They are powerful enough for demanding reasoning, coding, and agentic applications while remaining practical for local workstations and efficient serving systems.
这些模型占据了车队本地性能的最佳平衡点。它们足够强大,能够应对高要求的推理、编码和智能体应用,同时保持对本地工作站和高效服务系统的实用性。
IFM/K2-Horizon-MoVA-36B-A4B
IFM/K2-Horizon-MoVA-36B-A4B
GPT 5.6 luna at medium reasoning effort; Muse Glimmer-30B at high.
GPT 5.6 luna 采用中等推理力度;Muse Glimmer-30B 采用高强度推理。
K2 Horizon 7B, 3.7B, and 0.9B: frontier capability at small scale
K2 Horizon 7B、3.7B 和 0.9B:小规模的顶尖能力
k2 Horizon 7B and 3.7B deliver strong reasoning, mathematics, coding, tool-use, and agentic performance while remaining suitable for local and on-device deployment. On several evaluations, their results approach or exceed those of models many times larger from the previous generation.
k2 Horizon 7B 和 3.7B 在推理、数学、编码、工具使用和智能体表现方面表现出色,同时适合本地和设备端部署。在多项评估中,其结果接近甚至超越前代规模大数倍的模型。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力