Abu Dhabi’s Institute of Foundation Models (IFM) released K2 Horizon on Thursday, September 3, 2026, a fleet of six AI foundation models ranging from 0.9 billion to 375 billion parameters. IFM says the drop includes model weights, training data, training code, methodologies, and intermediate checkpoints, a level of disclosure that goes well beyond the “open weights” releases that have defined most of the open-source AI conversation since 2023. Reuters called the release “fully open-source,” and the framing matters: in a year when frontier labs have grown more guarded about how their models get built, an Abu Dhabi research institute just published the recipe.
The release lands at a moment when open-source AI models are already crowded with strong entrants from Alibaba, Mistral, and DeepSeek. K2 Horizon’s pitch is not that it beats every benchmark. It’s that developers can trace exactly how each of the six models was built, then reproduce it. That’s a different kind of bet, and it puts pressure on labs that ship weights but keep their data pipelines closed.
What IFM Actually Shipped on September 3
K2 Horizon isn’t a single model. It’s six of them, spanning 0.9 billion to 375 billion parameters, released together as what IFM describes as a connected fleet rather than a lineup of separate products. According to IFM’s own announcement, the release covers the full development record: weights, training data where licensing allows it, training code, methodologies, intermediate checkpoints, configuration files, training logs, evaluation results, and post-training artifacts.
Eric Xing, identified by Reuters as IFM’s founder, said the goal was to let outside researchers “retrace the models’ development process and reproduce results.” That’s a specific, testable claim, and it’s one most model releases in 2026 don’t even attempt. Most labs will tell you what a model can do. Far fewer will show you every checkpoint along the way.
The six sizes aren’t arbitrary. Based on reporting on the release, the lineup is built to cover distinct deployment tiers: a compact model for local development on constrained hardware, mid-sized models for single-node serving and cost-sensitive production, and the 375 billion-parameter flagship aimed at long-horizon agent workloads and complex reasoning chains. That spread means a startup running inference on a single GPU and a lab running multi-step agent pipelines can both pull from the same family without switching vendors.
IFM, MBZUAI, and Abu Dhabi’s AI Ambitions
The Institute of Foundation Models sits inside a broader Abu Dhabi AI push anchored by the Mohamed bin Zayed University of Artificial Intelligence, or MBZUAI. Eric Xing, who founded IFM, also holds the title of president and professor at MBZUAI, according to The National. That dual role is why K2 Horizon reads less like a standalone lab experiment and more like a flagship release for the UAE’s AI research strategy.
Xing told The National: “Every model is built to compete with the best open models at its size, and everyone ships with the weights, code, training data and methodology behind it.” That’s the core claim reporters keep coming back to when covering the launch, and it frames K2 Horizon as a direct comparison point against Qwen, Mistral, and Llama rather than a regional curiosity.
K2 Horizon isn’t IFM’s only project. The institute’s presence on Hugging Face also lists Jais, an Arabic-language model line, and PAN, a world model effort, which suggests IFM is building out a broader portfolio rather than treating K2 Horizon as a one-off announcement. Abu Dhabi has spent several years positioning itself as a serious AI hub through initiatives tied to G42 and MBZUAI, and this release is the most public evidence yet that the strategy includes open research, not just closed enterprise deployments. The distribution platform itself has been in the news lately too, following the reported Nvidia-Hugging Face deal that raised questions about the marketplace’s neutrality.
Inside the Six Models: The K2 Horizon Lineup
Here’s how the six models break down by size and reported use case, based on the release documentation and early technical write-ups.
| Model Size | Reported Target Use | License | Availability at Launch |
|---|---|---|---|
| 0.9B | Local development, constrained hardware | Apache 2.0 (weights/code) | Hugging Face, Ollama |
| 3.7B | Single-node serving | Apache 2.0 (weights/code) | Hugging Face, vLLM, SGLang |
| 7B | Cost-sensitive deployment | Apache 2.0 (weights/code) | Hugging Face, vLLM, SGLang, Unsloth |
| 32B | Everyday heavy use | Apache 2.0 (weights/code) | Hugging Face, vLLM, SGLang |
| 36B | Production serving experiments | Apache 2.0 (weights/code) | Hugging Face, vLLM, SGLang |
| 375B (MoE) | Long-horizon agents, complex reasoning | Apache 2.0 (weights/code) | Hugging Face, IFM repository, cloud APIs |
The flagship 375-billion-parameter model uses a Mixture-of-Experts architecture, sometimes referenced in early coverage as “375B A23B,” meaning only a fraction of its total parameters activate per inference pass. That’s the same design pattern used by Qwen3’s largest variants and DeepSeek’s R1 line, and it’s become the standard way to ship a huge model without making every query as expensive as running the whole network.
What “Fully Open” Means, and Why It’s a Different Claim
Open-source AI has become a loose term. Plenty of models get called “open” because you can download the weights and run them yourself. Fewer let you see the data that trained them, and almost none publish the intermediate checkpoints that show how the model evolved during training. K2 Horizon’s Hugging Face model card for the 7B variant states plainly: “Fully open. Training data and recipe, training code, and evaluation resources are public.”
That distinction matters for a few concrete reasons. First, reproducibility: a researcher who wants to verify a claimed benchmark score, or test whether a safety mitigation actually works, needs the training data and the training code, not just a finished model. Second, auditability: regulators and enterprise buyers increasingly want to know what went into a model before deploying it in a regulated industry. Third, derivative work: startups building fine-tuned variants can start from a known, inspectable base instead of a black box.
The catch is that “fully open” runs into licensing reality fast. One technical review of the release found that the 0.9B model’s metadata briefly carried an “internal-only” license tag and was missing a LICENSE file entirely, a detail that suggests IFM is still reconciling its openness pledge with the actual licensing terms attached to individual datasets. Weights and code are released under Apache 2.0, but datasets carry their own licenses, and not every dataset that trained K2 Horizon can legally be redistributed in full.
Licensing: Apache 2.0 for Code, a Patchwork for Data
Apache 2.0 is a permissive license that allows commercial use, modification, and redistribution with minimal restrictions, and it’s become the license of choice for the current wave of serious open-source model families, including Qwen3, Qwen3.5, Mistral Large 3, and Mistral Small 4. IFM’s decision to release K2 Horizon’s weights and code under the same license puts it in that same “commercially usable” tier rather than the more restrictive research-only licenses some labs still attach to their largest models.
Data is messier. Training datasets assembled from web scrapes, licensed corpora, and synthetic generation each carry different rights, and a lab that wants to publish “the data” has to either strip out anything it can’t legally redistribute or publish under a patchwork of dataset-specific licenses. IFM appears to have chosen the second path, which is more transparent but also more complicated for anyone trying to build a complete, from-scratch reproduction.
Day-Zero Availability: Hugging Face, vLLM, SGLang, Ollama
K2 Horizon shipped with immediate support across the tools most developers already use. The models are live on Hugging Face now, with day-zero integration for vLLM and SGLang, two of the most widely used inference engines for serving large language models in production. Ollama and Unsloth support followed at launch as well, which lowers the bar for anyone who wants to run a K2 Horizon model on a laptop rather than a data center GPU cluster, a shift already visible in how local AI inference on consumer GPUs has accelerated this year.
A basic vLLM serving command for the mid-sized variant looks like this:
pip install vllm
vllm serve IFM/K2-Horizon-7B --port 8000 --dtype bfloat16
That kind of one-line deployment path is a big part of why open model releases spread fast now compared to a few years ago. When a lab pairs a model release with inference-engine support on day one, adoption curves look completely different than they did when developers had to write custom loading code before they could even test a model.
How K2 Horizon Compares to Qwen, Mistral, DeepSeek, and Llama
K2 Horizon enters a crowded field. Alibaba’s Qwen3 already ships a 235-billion-parameter Mixture-of-Experts model under Apache 2.0, with 22 billion active parameters and a context window that extends to 131,072 tokens. The Qwen3.5 update pushed further, reaching 397 billion total parameters with 17 billion active, adding native video input and expanding language coverage to 201 languages, all still under Apache 2.0.
Mistral’s 2026 lineup tells a similar story on the enterprise side. Mistral Large 3 is documented as a 675-billion-parameter Mixture-of-Experts model with 41 billion active parameters and a 256,000-token context window, aimed squarely at agentic and multimodal enterprise workloads. Mistral Small 4, at 24 billion parameters with the same 256K context, targets cheaper multilingual deployment across more than 80 languages.
DeepSeek’s R1 sits at 176 billion total parameters with 39 billion active (2 of 8 experts engaged per pass), and its reputation is built on reasoning and math performance rather than raw size. Meta’s Llama 4 family remains widely used but carries mixed openness: some variants ship as open weights under community licenses with usage restrictions, others stay research-only, and none of them match K2 Horizon’s pledge to publish full training data and logs.
Where K2 Horizon Actually Differentiates
None of K2 Horizon’s six models claim to beat Qwen3.5 or Mistral Large 3 on raw parameter count or context length. The 375B flagship is smaller than both Qwen3.5’s 397B and Mistral Large 3’s 675B totals. What K2 Horizon is competing on is process transparency: training logs, checkpoints, and dataset provenance that its larger rivals don’t publish at the same depth. That’s a narrower kind of win, but it’s the one IFM is explicitly chasing.
| Model Family | Largest Variant | Active Params | Context Window | License | Full Training Data Published |
|---|---|---|---|---|---|
| K2 Horizon (IFM) | 375B (MoE) | ~23B active | Not yet independently benchmarked | Apache 2.0 | Yes (per-dataset licensing) |
| Qwen3.5 (Alibaba) | 397B total | 17B active | 128K+ (extendable) | Apache 2.0 | No |
| Mistral Large 3 | 675B total | 41B active | 256K | Apache 2.0 | No |
| DeepSeek R1 | 176B total | 39B active | Not disclosed at this size tier | Open weights | No |
| Llama 4 (Meta) | Varies by variant | Varies | Up to 128K (select variants) | Mixed / community license | No |
Why Reproducibility Is the Real Story Here
Reuters framed the release as a challenge to what it called the industry’s drift toward increasingly secretive AI development. That framing lines up with a pattern that’s been building for two years: as frontier labs get more cautious about disclosing training details, citing competitive pressure and safety concerns, a gap has opened for researchers who want to actually study how these systems get built rather than just use the finished product.
IFM’s own account described K2 Horizon as “the largest fully open-source model launch in AI history,” a framing that leans heavily on the combination of parameter range and depth of disclosure rather than any single benchmark score. Whether that claim holds up depends on how the research community actually uses the released artifacts over the coming months, not on the announcement itself.
Academic labs without the compute budget to train frontier-scale models from scratch stand to benefit most directly. If a university research group can take K2 Horizon’s checkpoints and training logs and run controlled experiments on what changed at each training stage, that’s research infrastructure that didn’t really exist for models over 100 billion parameters until now.
Market Impact: Pressure on Cloud Providers and Rival Labs
Every major open-weight release changes the calculus for cloud providers hosting inference. According to the release details, K2 Horizon models are already exposed through Compass, Cerebras, AWS, and Nebius, which means the model family launched with multi-cloud API access rather than being locked to a single provider. That’s a meaningful signal: it tells enterprise buyers they can adopt K2 Horizon without betting on one infrastructure vendor’s roadmap.
For rival labs, the pressure is less about losing customers overnight and more about the openness bar shifting. When Qwen and Mistral compete mainly by publishing weights under permissive licenses, and IFM shows up publishing the entire training pipeline, it puts a new floor under what “open” is expected to mean going into 2027. Labs that want to keep the open-source label but stop short of publishing data and logs may start facing more scrutiny about whether they deserve the term, especially as major labs like OpenAI keep shipping high-stakes models behind closed evaluation processes.
There’s a regional dimension too. The release adds Abu Dhabi to a short list of geographies, alongside the US and China, producing frontier-scale open model families. That’s consistent with years of UAE investment in AI infrastructure through G42 and MBZUAI, but K2 Horizon is the most visible proof point yet that the strategy extends to open research output, not just closed enterprise contracts and sovereign AI deployments.
Multi-Cloud API Access From Day One
Shipping API access through Compass, Cerebras, AWS, and Nebius simultaneously is a departure from how most model launches work, where a single cloud partner gets exclusive early access. For enterprise buyers, that removes a common objection to adopting an open model family: the fear of getting locked into whichever provider happened to host the first integration.
Historical Context: From Leaked Weights to Deliberate Openness
It’s worth remembering how differently open-source AI started. Meta’s original LLaMA weights leaked onto the internet in 2023 rather than being deliberately released, and the ecosystem that followed, from llama.cpp to countless fine-tunes, grew out of an accident rather than a strategy. It took roughly two more years for “open weights” to become a deliberate business decision rather than a leak that companies decided to embrace after the fact.
Since then, the definition of “open” has been stretched in every direction. Some releases mean downloadable weights with a restrictive license. Others mean weights plus a technical report with no data. K2 Horizon pushes toward the far end of that spectrum: weights, code, data (where licensing allows), training logs, and checkpoints together. That’s closer to how open-source software has always worked, where you can see the commit history, not just the compiled binary.
Risks and Open Questions
A few things about K2 Horizon remain unresolved days after launch. The licensing gap flagged on the 0.9B model’s metadata, the “internal-only” tag and missing LICENSE file, hasn’t been publicly explained by IFM, and it’s a reasonable thing for developers to check before shipping anything built on that specific checkpoint into production.
Independent benchmark results for the 375B flagship also weren’t widely available at launch, which means claims about how it stacks up against Qwen3.5 or Mistral Large 3 on actual task performance, rather than parameter count, will take weeks to settle as third-party evaluators run their own tests. Parameter counts and context windows are easy to compare on day one. Real-world reasoning quality, safety behavior, and agentic reliability take longer to verify.
The Licensing Gap on the 0.9B Model
The smallest model in the fleet is the one that’s drawn the most scrutiny so far, precisely because it’s the entry point most developers will try first. Until IFM clarifies the dataset licensing on that specific checkpoint, teams building anything customer-facing on the 0.9B model should treat the license terms as unsettled rather than assume Apache 2.0 covers everything end to end.
What the Experts and IFM Are Saying
Eric Xing, IFM’s founder, told Reuters the release lets outside researchers “retrace the models’ development process and reproduce results,” directly tying the openness pledge to a scientific goal rather than a marketing one.
Speaking to The National, Xing, who also serves as president and professor at MBZUAI, said: “Every model is built to compete with the best open models at its size, and everyone ships with the weights, code, training data and methodology behind it.” (The National)
IFM’s own launch post on X put it more bluntly: “Introducing K2 Horizon: a connected fleet of six foundation models ranging from 0.9 billion to 375 billion parameters,” adding that the release “represents the largest fully open-source model launch in AI history.” (IFM on X)
The model documentation itself is equally direct. The K2-Horizon-7B model card on Hugging Face states: “Fully open. Training data and recipe, training code, and evaluation resources are public.” (IFM/K2-Horizon-7B model card)
Predictions: Where This Goes From Here
A few things seem likely to play out over the next two to three months. First, expect independent benchmark labs to publish head-to-head results pitting K2 Horizon’s 375B model against Qwen3.5 and Mistral Large 3 on standard reasoning and coding suites within four to six weeks, since the day-zero vLLM and SGLang support removes most of the friction that normally delays third-party evaluation.
Second, the licensing ambiguity around the 0.9B model’s dataset tagging will likely get resolved publicly, either through a corrected model card or a clarifying statement from IFM, simply because enterprise legal teams won’t deploy on ambiguous terms.
Third, expect at least one competing lab to respond by increasing its own disclosure, whether that’s Alibaba publishing more of Qwen’s training methodology or another open-weight provider adding training logs to its next release. Openness claims tend to escalate once one player raises the bar publicly, and the pattern already shows up in how fast rivals reshuffled plans after rumors of Anthropic’s next Claude models started circulating this year.
Fourth, Abu Dhabi’s positioning as an AI research hub gets a real boost from this, and it wouldn’t be surprising to see IFM or MBZUAI announce a follow-up release or partnership within the next two quarters, building on K2 Horizon’s Jais and PAN siblings already listed on Hugging Face. That kind of rapid follow-up would fit a broader industry pattern of labs compressing release cycles down to four to six weeks rather than the year-long gaps that used to separate major model generations.
Fifth, expect the “fully open” framing itself to become a point of debate. Critics will likely argue that per-dataset licensing patchworks fall short of true reproducibility, while supporters will point out that K2 Horizon still discloses far more than any comparably sized rival. That argument alone will keep the release in the news cycle well past launch week.
What Developers Should Do Right Now
If you’re evaluating K2 Horizon for a real project, start small. Pull the 7B or 3.7B variant through vLLM or Ollama, test it against your actual workload rather than a generic benchmark, and check the specific model card for the size you plan to deploy, since the licensing details differ enough between the 0.9B model and the rest of the lineup that it’s worth confirming before you commit.
Teams working on agentic pipelines are the most natural early adopters of the 375B flagship, given IFM’s stated focus on long-horizon reasoning for that size. Teams that mainly need cost-efficient inference at scale may find more immediate value in the 7B or 32B variants, especially given the day-zero SGLang and vLLM support that makes deployment straightforward on existing infrastructure.
Frequently Asked Questions
What is K2 Horizon?
K2 Horizon is a fleet of six AI foundation models released by Abu Dhabi’s Institute of Foundation Models (IFM) on September 3, 2026, ranging from 0.9 billion to 375 billion parameters, with weights, training data, code, and methodology all published together.
Who is behind K2 Horizon?
IFM, led by founder Eric Xing, who also serves as president and professor at the Mohamed bin Zayed University of Artificial Intelligence (MBZUAI).
What license does K2 Horizon use?
Model weights and code are released under Apache 2.0. Training datasets carry their own individual licenses, since not every dataset used to train the models can be legally redistributed under the same permissive terms.
How is K2 Horizon different from Llama, Qwen, or DeepSeek?
Those model families primarily release open weights, sometimes with technical reports. K2 Horizon adds training data (where licensing allows), training code, intermediate checkpoints, and training logs, which most rival releases don’t publish at the same depth.
Where can I run K2 Horizon models?
The models are live on Hugging Face with day-zero support for vLLM and SGLang, plus availability through Ollama, Unsloth, IFM’s own repository, and cloud APIs including Compass, Cerebras, AWS, and Nebius.
Is the 375B model the biggest open model available?
No. Mistral Large 3 (675B total parameters) and Qwen3.5 (397B total parameters) are both larger by raw parameter count. K2 Horizon’s claim to size is about the range of its six-model fleet and the depth of what it discloses, not the size of its largest single model.
Is there a catch with the “fully open” claim?
Partly. A technical review found the 0.9B model’s metadata briefly listed an “internal-only” license and was missing a LICENSE file, which shows the openness pledge is still being reconciled with per-dataset licensing constraints in practice.
What does this mean for enterprise AI buyers?
More competition in the open-weight tier, multi-cloud API availability at launch, and a new transparency benchmark that may push other vendors to disclose more about how their models are built and trained.



