Trackers · Open Weights Race
TRACKER

Open Weights Race

Tracking the open-weights AI model ecosystem — releases, benchmarks, HuggingFace trends, and the gap between open and closed models.

TARGET QUERY open source ai models
Models Tracked
50+
Top Model
Llama 4
Gap to Closed
Narrowing
HF Downloads (30d)
2B+
DISPATCHES
5
related
EDITIONS
1
referenced
SECTIONS
2
covered
KEY PLAYERS
5
tracked
BRIEFING

Why This Matters

The open-weights AI ecosystem represents the most consequential competition in the history of software. If open-weights models match closed-model capability — and they are rapidly converging — then the entire business model of charging premium prices for API access to proprietary models is at risk. Developers can self-host comparable intelligence on their own infrastructure, customized for their specific use case, without per-token fees, data residency concerns, or dependence on a single provider’s uptime and pricing decisions.

This is not a theoretical possibility. It is happening now. DeepSeek-V3, released in late 2024, matched GPT-4o on multiple benchmarks while being trainable for under $6 million — a fraction of the hundreds of millions spent on comparable closed models. Meta’s Llama 4 Maverick, released in April 2025, is competitive with the latest closed models on coding, reasoning, and multilingual tasks. Alibaba’s Qwen 3 family spans from tiny 0.6B parameter models to massive 235B MoE architectures, offering open-weights capability at every scale.

The implications extend beyond pricing. Open-weights models are the foundation of AI sovereignty for countries that do not want to depend on American or Chinese companies for their AI infrastructure. They enable research transparency — anyone can study how these models work, identify biases, and propose improvements. And they create a competitive floor that prevents closed-model providers from extracting monopoly rents.

The question is no longer whether open-weights models can compete. It is how quickly they will match each new generation of closed models, and what this convergence means for the industry’s structure.

Current Landscape

The open-weights ecosystem in mid-2026 is defined by a handful of major model families, an explosion of fine-tuned derivatives, and a distribution infrastructure centered on HuggingFace that has become the de facto app store for AI models.

Model scale and capability have reached frontier levels. The largest open-weights models — Llama 4 Behemoth (288B dense), DeepSeek-V3 (671B MoE with 37B active), and Qwen 3 235B-A22B — deliver performance that is within striking distance of the best closed models on most benchmarks. On coding tasks (HumanEval, SWE-bench), mathematical reasoning (MATH, GSM8K), and multilingual understanding, the gap between the best open-weights model and the best closed model has narrowed from roughly 15-20 percentage points in 2023 to 3-8 percentage points in 2026.

The MoE architecture has become dominant. Mixture of Experts (MoE) models activate only a fraction of their total parameters for each token, dramatically reducing inference cost while maintaining the knowledge capacity of a much larger model. DeepSeek-V3 has 671 billion total parameters but activates only 37 billion per token. Qwen 3 235B-A22B activates 22 billion of 235 billion. This architectural pattern has become the standard for open-weights models because it allows the community to run models that would otherwise require prohibitively expensive hardware.

Distribution scale is massive. HuggingFace hosts over 1 million models, with the top open-weights releases generating billions of downloads per month. Llama-family models alone have been downloaded over 1.2 billion times cumulatively. The Qwen 3 family generated over 30 million downloads in its first month. This distribution scale means open-weights models are not niche alternatives — they are the backbone of AI deployment for thousands of companies and millions of developers worldwide.

Fine-tuning and customization are the killer features. The ability to fine-tune an open-weights model on proprietary data, for a specific use case, without sharing that data with any third party, is the single most compelling advantage of open-weights models. Companies in healthcare, finance, legal, and government — domains where data sensitivity is paramount — increasingly prefer open-weights models they can customize and host internally over closed-model APIs that require sending data to external servers.

Key Players

Meta AI is the dominant force in open-weights AI, and it is not close. The Llama model family — from Llama 1 in February 2023 through Llama 4 in April 2025 — has defined the open-weights ecosystem. Meta’s motivation is strategic rather than altruistic: by commoditizing the model layer, Meta reduces its dependence on OpenAI and Google for AI capabilities while ensuring that the AI ecosystem develops around models Meta understands and can build on. Mark Zuckerberg has stated publicly that open-sourcing AI is in Meta’s interest because it prevents any single company from controlling the technology. Meta invests billions in training these models and releases them with permissive licenses (Llama Community License) that allow commercial use, making them the default starting point for most open-weights deployments.

DeepSeek (Hangzhou, China) shocked the AI world with DeepSeek-V3 and the reasoning-focused DeepSeek-R1. What distinguishes DeepSeek is efficiency — both in training cost and inference cost. DeepSeek-V3 was reportedly trained for under $6 million in compute, compared to estimates of $100 million or more for GPT-4. The company achieved this through aggressive optimization: custom training frameworks, novel MoE routing algorithms, FP8 mixed-precision training, and multi-token prediction. DeepSeek’s models are fully open — weights, training code, and technical reports are all published — setting a transparency standard that even Meta does not match. The company’s API pricing (at $0.27 per million input tokens for V3) undercuts every Western competitor and demonstrates that frontier-class AI can be produced at dramatically lower cost.

Alibaba / Qwen Team has built the most comprehensive open-weights model family available. Qwen 3, released in April 2025, spans 8 model sizes from 0.6B to 235B parameters, covering everything from edge deployment on mobile devices to server-class reasoning tasks. The Qwen team’s approach — providing a model for every hardware profile and use case — has made Qwen the default choice in Asia and an increasingly popular alternative to Llama in Western markets. Qwen 3’s “thinking mode” toggle, which allows users to switch between fast and deliberative reasoning at inference time, introduced a capability that closed models do not offer.

Mistral AI (Paris) occupies a unique position as a European open-weights company with commercial ambitions. Mistral’s models — from the compact Mistral 7B through Mistral Large — are released under Apache 2.0 licenses with no restrictions. Mistral’s differentiation is European data sovereignty: models trained and hosted within EU jurisdiction, compliant with GDPR and the EU AI Act by design. The company raised over $1 billion in venture funding and maintains both an open-weights release cadence and a commercial API business, demonstrating that the two models are not mutually exclusive.

Stability AI pioneered the open-weights approach in image generation with Stable Diffusion but has struggled organizationally. Multiple rounds of leadership changes, financial difficulties, and employee departures have weakened the company’s position. However, its impact on the ecosystem — proving that open-weights could compete with and in some ways surpass proprietary image generation — established the template that other open-weights efforts followed.

Open vs. Closed: Benchmark Comparison (May 2026)

BenchmarkBest Open-WeightsScoreBest ClosedScoreGap
MMLU-ProLlama 4 Behemoth83.2Claude Opus 486.53.3 pts
HumanEval+DeepSeek-V384.7GPT-4.187.22.5 pts
SWE-bench VerifiedQwen 3 235B48.1Claude Sonnet 453.65.5 pts
MATH-500DeepSeek-R197.3o398.41.1 pts
GPQA DiamondLlama 4 Maverick69.8Gemini 2.5 Pro73.13.3 pts
Multilingual (Avg)Qwen 3 235B81.4GPT-4.183.21.8 pts

The gap is smallest on mathematical reasoning (where DeepSeek-R1 nearly matches the best closed reasoning models) and largest on complex agentic coding tasks (where Claude Sonnet 4’s tool-use and multi-step planning capabilities maintain a more significant lead). For the majority of production use cases — translation, summarization, classification, simple code generation, question answering — the gap is functionally irrelevant.

What We’re Tracking

JustSaid monitors the open-weights ecosystem through three primary channels.

Model releases. Every significant open-weights model release is captured with its architecture details, parameter count, benchmark results, license terms, and HuggingFace download velocity. The pipeline tracks not just the headline models from Meta, DeepSeek, and Alibaba, but also significant fine-tuned derivatives and specialized models (code, medical, legal, multilingual).

HuggingFace trends. Download counts, trending models, and community engagement metrics from HuggingFace provide a real-time picture of what the developer community is actually using. A model can score well on benchmarks but fail to gain adoption; conversely, a model with modest benchmark scores but excellent practical performance can become a community favorite. Tracking both reveals the gap between academic performance and real-world utility.

Benchmark evolution. As models improve, benchmarks saturate — scores on older benchmarks cluster near 100%, making them uninformative. The tracker monitors which benchmarks remain discriminative and which new benchmarks are gaining acceptance. The shift from MMLU to MMLU-Pro, the growing importance of SWE-bench for coding evaluation, and the emergence of agentic benchmarks all signal what capabilities matter most to the community.

Major Open-Weights Releases Timeline

DateModelDeveloperParametersKey Achievement
Feb 2023Llama 1Meta65BFirst frontier-adjacent open model
Jul 2023Llama 2Meta70BCommercial license, broad adoption
Dec 2023Mixtral 8x7BMistral47B (12.9B active)Proved MoE viability at open scale
Apr 2024Llama 3Meta405BFirst open model to rival GPT-4
Jun 2024Qwen 2Alibaba72BStrongest multilingual open model
Dec 2024DeepSeek-V3DeepSeek671B (37B active)Matched GPT-4o at <$6M training cost
Jan 2025DeepSeek-R1DeepSeek671B (37B active)Open reasoning model rivaling o1
Apr 2025Llama 4 MaverickMeta400B (17B active)First Llama MoE, competitive with closed
Apr 2025Qwen 3Alibaba0.6B–235B8-size family with thinking mode

Recent Developments

May 2026: Llama 4 Behemoth weights released. Meta released the full 288B dense parameter weights for Llama 4 Behemoth, its most capable model. Initial community benchmarks show it competing with Claude Sonnet 3.5 on most tasks, though it falls short of the latest frontier models from Anthropic and OpenAI. The release reaffirms Meta’s commitment to releasing its largest models openly.

April 2026: DeepSeek announces V4 architecture. DeepSeek published a technical report detailing the architecture for its next-generation model, promising further efficiency gains through a novel “expert routing” system that reduces activated parameters while increasing total model knowledge. Weights are expected in Q3 2026.

Q1 2026: Enterprise adoption of open-weights accelerates. Multiple Fortune 500 companies — including banks, healthcare providers, and government contractors — publicly disclosed switching from closed-model APIs to self-hosted Llama 4 or Qwen 3 deployments. The primary drivers cited were data sovereignty, cost predictability, and the ability to fine-tune models on proprietary data without sharing it externally.

Q4 2025: The Qwen 3 “thinking mode” innovation. Qwen 3’s introduction of a toggle between fast inference and extended reasoning (chain-of-thought) at the user’s discretion — without requiring separate model deployments — was widely adopted by the open-weights community. Multiple Llama and Mistral fine-tunes incorporated similar hybrid reasoning capabilities within months.

Outlook

The open-weights ecosystem is on a trajectory to reach full frontier parity within 12-18 months. Several dynamics will shape this path.

Training efficiency will continue to improve faster than model scale. The DeepSeek lesson — that architectural innovation can substitute for raw compute — means that the cost of training a frontier-class model will continue to fall. This benefits open-weights developers who lack the multi-billion-dollar compute budgets of Google, Microsoft, and OpenAI. Expect the next generation of open-weights models to match current closed-model performance at training costs measured in single-digit millions of dollars.

The agentic capability gap is the last frontier. Open-weights models currently lag closed models most significantly on complex agentic tasks — multi-step workflows that require tool use, error recovery, and long-horizon planning. This gap exists because agentic capability requires not just strong base models but extensive RLHF training with tool-use reward signals, which is expensive and data-intensive. Closing this gap is the open-weights community’s biggest remaining challenge.

Regulation could constrain or catalyze open-weights development. If jurisdictions like California impose liability on developers of open-weights models above a compute threshold, Meta and others may face pressure to restrict releases of their most capable models. Conversely, the EU AI Act’s partial exemption for open-source models could accelerate open-weights development in Europe. The regulatory outcome will significantly influence whether the open-weights ecosystem continues its current trajectory.

Inference infrastructure is becoming the differentiator. As model weights become freely available, the competitive advantage shifts from having the best model to having the best infrastructure for serving it. Companies like Groq (custom LPU chips), Together AI (optimized inference clusters), and Fireworks AI (low-latency serving) are building businesses around making open-weights models faster and cheaper to deploy than self-hosting. This inference layer may become more valuable than the models themselves.

Frequently Asked Questions

Are open-weights models truly “open source”? Most are not, in the strict definition used by the Open Source Initiative (OSI). Meta’s Llama models are released under the Llama Community License, which restricts use by companies with over 700 million monthly active users (targeting competitors like Google and Amazon). DeepSeek releases under MIT license with full training code — the closest to true open source. Mistral uses Apache 2.0. The term “open weights” is more accurate than “open source” for most releases because the model weights are available but training data and full training pipelines are often withheld.

Can I run these models on consumer hardware? Small models (7B-14B parameters) can run on a modern consumer GPU with 16-24GB VRAM, often with quantization (reducing precision from FP16 to INT4). Mid-sized models (30B-70B) require multiple GPUs or cloud instances. The largest models (200B+) require server-grade hardware with 8 or more high-end GPUs. The Qwen 3 0.6B and Llama 3.2 1B models can run on smartphones and edge devices, expanding open-weights AI to use cases where cloud connectivity is unavailable or undesirable.

How do open-weights models handle safety? Safety approaches vary by developer. Meta applies RLHF safety training and publishes a “Responsible Use Guide” with its Llama releases, but users can fine-tune away safety guardrails. DeepSeek applies minimal content filtering. Mistral applies moderate safety training. The fundamental tension is that open-weights models, once released, cannot be recalled or updated — any safety measures built in at training time can be removed by downstream users. This is the central argument in the regulatory debate over open-weights AI.

Which open-weights model should I use for my project? For general-purpose tasks with strong English performance, Llama 4 Maverick is the default recommendation. For multilingual applications, Qwen 3 is superior. For maximum reasoning capability at low cost, DeepSeek-V3 offers the best performance-per-dollar. For European data sovereignty requirements, Mistral models are the natural choice. For edge deployment or mobile, Qwen 3 0.6B or Llama 3.2 1B are the leading options. The best approach is to evaluate 2-3 candidates on your specific use case rather than relying solely on benchmark scores.

KEY PLAYERS 5 tracked
RELATED DISPATCHES 5 total
MAY 15
VS Code 1.109 adds native CLAUDE.md support and Claude agent sessions VS Code 1.109 ships native support for CLAUDE.md files, Claude-specific slash commands, and Anthropic's Agent SDK integration. Claude agent sessions now run natively inside VS Code — not a hackathon project, but a phased roadmap from a senior engineer.
· Microsoft · Visual Studio Magazine
MAY 15
Microsoft ships Power Platform skills plugin for Claude Code The microsoft/power-platform-skills repo gives Claude Code first billing over Copilot in the description itself. Ships identical plugin manifests for three platforms: Copilot, Claude Code, and OpenAI Codex.
· Microsoft · GitHub (microsoft org)
MAY 15
Microsoft announces WinUI agent plugin for Claude Code and Copilot A Principal Software Engineer at Microsoft built win-dev-skills with identical configs for Copilot, Claude Code, and OpenAI Codex. 64 commits co-authored by Copilot, 4 by Claude. The PR review skill uses cross-model verification — Claude orchestrators pass work to GPT-5.4 and vice versa.
· Microsoft · Microsoft DevBlog
MAY 15
Anthropic ships 39 repo updates — Claude Agent SDK, API clients Anthropic pushed 39 repository updates across their GitHub organization, spanning the Claude Agent SDK, API client libraries, and supporting infrastructure.
· Anthropic · GitHub (anthropics org)
MAY 15
MCP ecosystem hits 5 active repos: spec, SDKs, servers, community index The Model Context Protocol ecosystem now spans five active repositories including the core specification, TypeScript and Python SDKs, reference servers, and a community index.
· Anthropic · GitHub (modelcontextprotocol org)