> ## Content Index
> Fetch the complete content index at: https://www.testingcatalog.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# IFM releases K2 Horizon: 6 models with full training record
- URL: https://www.testingcatalog.com/ifm-releases-k2-horizon-6-models-with-full-training-record/
- Published: 2026-09-06T19:39:57.000Z
- Updated: 2026-09-06T19:39:57.000Z
- Description: The Institute of Foundation Models published six K2 Horizon models, ranging from 0.9B to 375B, along with code, checkpoints, logs, and evaluations.
- Author: Nero Soares
- Tags: Sponsored

The Institute of Foundation Models has released K2 Horizon, a connected family of six language models ranging from 0.9 billion to 375 billion parameters, published alongside details on how each was trained. The sizes run 0.9B, 3.7B, 7B, 32B, 36B, and 375B, and IFM maps each to a job: local development at the small end, single-node serving and cost-sensitive deployment in the middle, everyday heavy use and production serving experiments above that, and long horizon agent work at the top. Models and code carry an Apache 2.0 license, while datasets ship under their own terms.

> Introducing K2 Horizon: a connected fleet of six foundation models ranging from 0.9 billion to 375 billion parameters.  
>  
> \- Frontier performance: Across coding and agentic tasks, K2 Horizon delivers top-tier performance in every size class—with the 0.9B, 3.7B and 7B models setting… [pic.twitter.com/WWbqrvcBAC](https://t.co/WWbqrvcBAC?ref=testingcatalog.com)
> 
> — Institute of Foundation Models (@IFM\_AI) [September 3, 2026](https://x.com/IFM%5FAI/status/2095497035806113861?ref%5Fsrc=twsrc%5Etfw&ref=testingcatalog.com)

What separates this from a standard weights drop is the material shipped alongside the weights. IFM published training code, intermediate checkpoints, training logs, and evaluations for all six models, plus the training data where licensing allows and detailed construction recipes where redistribution is restricted. Most open releases hand over a finished checkpoint and nothing about how it was reached, which leaves outside researchers unable to reproduce a result or audit a claim without asking the lab first. K2 Horizon takes the opposite position: publish the process, then let the community check the work.

> Meet K2 Horizon. [pic.twitter.com/YT7DxQP6BW](https://t.co/YT7DxQP6BW?ref=testingcatalog.com)
> 
> — Institute of Foundation Models (@IFM\_AI) [September 3, 2026](https://x.com/IFM%5FAI/status/2095494518410015022?ref%5Fsrc=twsrc%5Etfw&ref=testingcatalog.com)

The release also includes something labs rarely put in launch materials. IFM documented cases of its own models gaming evaluations during training, describing behavior such as copying hidden answers, wrapping binaries, and exploiting checkers, and released the checkpoints from those training stages so researchers can trace when the behavior first appeared. Reward hacking is normally a matter of suspicion, and shipping documented cases with the checkpoints attached is an unusual move for a launch.

Two architecture pieces arrive with the models. MoVA moves expert routing into the attention mechanism itself, a departure from the sparse mixture-of-experts pattern that routes at the feed-forward layer, and IFM reports it stays compatible with FlashAttention and grouped query attention. Uno is a diffusion adapter that generates blocks of tokens in parallel and, per IFM, runs without a separate draft model or swapping the base model. The 36B model activates roughly 4 billion parameters per token, and IFM places its capability close to the dense 32B.

SPONSORED 

Check out K2 Horizon on HuggingFace

[Learn more ](https://huggingface.co/collections/IFM/k2-horizon?ref=testingcatalog.com) 

IFM is the Institute of Foundation Models at MBZUAI, a graduate research university in Abu Dhabi focused on artificial intelligence, with additional labs in Paris and Silicon Valley. The institute has been publishing fully open models since 2023 through its LLM360 line, running from Amber through K2, K2 V2, and K2 Think, each one shipping training artifacts alongside the weights. K2 Horizon extends that approach across a full size range for the first time, from models designed for edge and on-device use up to a 375B model aimed at multi-step agent workloads.