Thousands of developers and companies are diving into "free" AI models without reading a single line of license text. The result? European startups forced to publish their most valuable code, company growth blocked by hidden user thresholds, and EU-domiciled businesses discovering they don't even have the right to use the models their products are built on. The "open" AI revolution has a hidden price — and it can be brutal.


The performance is real: Open source has caught up

Three years ago, the gap between open and proprietary models was staggering. Today, it's barely measurable on standard tasks.

According to leaderboard data from lmmarketcap.com and perspectiveai.xyz, DeepSeek V3.2 scores above 85 percent on GPQA Diamond and above 72 percent on SWE-Bench Verified — at a price of just $0.28 per million tokens. Meta's Llama 4 Scout delivers 2,600 tokens per second with a 10-million-token context window. Alibaba's Qwen 3.5 comes in variants down to 0.8 billion parameters, priced as low as $0.02 per million tokens for the smallest versions.

On HumanEval — the standard code generation benchmark — both Llama 4 Scout and Qwen 3.5 score above 88 percent. GPT-5 scores 93 percent. In practical coding workflows, this difference largely disappears, according to convly.ai's hardware and benchmark analysis.

The Hugging Face Open LLM Leaderboard now lists 223 open-weights models out of 356 total. Open source constitutes the majority of the overall market.


Open Source AI Has Caught GPT-4. But the License Could Destroy Your Company. - Bilde 1

COMPARISON TABLE: Top open source models 2026

ModelActive params.Price ($/1M tokens)GPQA DiamondContextLicense
DeepSeek V3.2Unknown MoE$0.2885%+128KDeepSeek License
Llama 4 Scout17B / 109B total$0.28~82%10MLlama Community
Llama 4 Maverick17B / 400B totalVaries~84%128KLlama Community
Qwen 3.5 (80B)80B$0.28~83%128KApache 2.0 / Qwen
Qwen 3.5 (0.8B)0.8B$0.02N/A32KApache 2.0
Mistral Large 3Unknown$0.75~80%256KMistral Research
Kimi K2.5Unknown MoEVaries~81%128KModified MIT
OLMo (Allen Inst.)7B–70BFree (self-hosted)~70%32KApache 2.0

Sources: lmmarketcap.com, perspectiveai.xyz, topaihubs.com, clickrank.ai


> PULLQUOTE: "Open source AI is not free. It's free until it isn't — and you usually find out at the worst possible moment."


What gap remains?

Open models haven't won on every front.

On Humanity's Last Exam — the most demanding academic reasoning benchmark — open-weights models score between 40 and 52 percent. Proprietary frontier models like Claude Mythos Preview score between 60 and 64.7 percent. That's a gap that can't be explained away by benchmark noise.

DeepSeek V3.2 scores 85 percent on GPQA Diamond. Claude Mythos Preview scores 94.6 percent. On agentic tasks — WebArena and OSWorld — proprietary models still lead with a clear margin, according to clickrank.ai's comparative leaderboard analysis.

For most enterprise applications, this doesn't matter. For advanced autonomous agent use and top-tier scientific reasoning, it matters enormously.


> FACTBOX: What is "real" open source AI?

>

> OSI (Open Source Initiative) published OSAID — the Open Source AI Definition — in 2026. The requirements are clear:

> - Full access to training data or transparent dataset documentation

> - Open source code for the training pipeline

> - Open model weights

>

> The vast majority of "open source" models only meet the final requirement. They are technically open weights — not open source. Examples of true open source per OSI standard: OLMo (Allen Institute for AI) and Pythia (EleutherAI), both under Apache 2.0.


The license traps that can crush your company

This is where it really burns.

Llama Community License: Poison pill for growth

Meta's Llama license contains a clause triggered at 700 million monthly active users. If your product crosses this threshold, Meta requires a separate commercial license agreement. But it goes further: the license effectively blocks acquisition by large technology companies — known as the "poison pill" clause. And as of early 2026, Llama 4 models are not available to EU-domiciled companies, according to aplicar.ai's analysis of the Llama 4 family.

Mistral Research License: Bait and switch

Mistral 7B was Apache 2.0 — safe and simple. But newer models like Mistral Large 3 use the Mistral Research License (MRL). The model is free for research. For production, a paid license is required. Many companies have built on MRL models believing free research access extends to commercial use. It doesn't, according to patentailab.com's analysis of license traps in open source AI.

RAIL licenses: Viral copyleft

Responsible AI Licenses contain copyleft mechanisms that can force you to publish your fine-tuned model weights. In Q1 2026, a European legal-tech startup was forced to publicly release its fine-tuned model after using a RAIL-licensed base model in production. The year's most expensive "free" mistake.

Kimi K2.5: Modified MIT with attribution requirements

Kimi K2.5 uses a modified MIT license that permits commercial use. But if your product exceeds 100 million monthly active users, prominent "Kimi K2.5" attribution is required within the product. For most startups this is irrelevant — but don't build your exit strategy without having read this.


> KEYFIGURE:

>

> 85% — DeepSeek V3.2 on GPQA Diamond (vs. 94.6% for Claude Mythos Preview)

>

> $0.02 — Price per million tokens for Qwen 3.5 0.8B

>

> 700M MAU — Llama license's poison pill threshold

>

> 40–52% — Open-weights models' score on Humanity's Last Exam


The EU AI Act makes it even more complicated

The EU AI Act grants exemptions from certain regulatory requirements for "free and open source" components. But models with commercial restrictions, field-of-use restrictions, or user-threshold clauses do not qualify for this exemption, according to examcert.app's review of AI regulation and certifications in 2026.

The result: European companies using Llama 4 or MRL models in production cannot invoke the open source exemption under the EU AI Act. They are subject to full compliance — without the commercial support that comes with proprietary models.


How to run it locally — and what it requires

For self-hosted deployment, three main tools dominate: Ollama (simplest setup for individual users), llama.cpp (C++ inference optimized for consumer hardware), and vLLM (high-throughput production server). Quantization formats like GGUF, AWQ and GPTQ make it possible to run models between 7 and 70 billion parameters on 8 to 48 GB of VRAM.

On edge devices and phones, open source is already winning: Gemma 3n, the smallest Qwen 3.5 variants and Phi-4 Mini 3.8B all run on modern mobile devices. This is an area where proprietary cloud services cannot compete.


> HIGHLIGHT: Data contamination is a real risk. DeepSeek V3.2 has faced questions about potential overlap between training data and benchmark test sets — which could partly explain its impressive GPQA scores. No independent verification has been published as of this article's date.


The only safe license for commercial SaaS

Apache 2.0 is the only license providing full commercial freedom without field restrictions, user-threshold clauses or copyleft mechanisms. It also includes a patent grant — important protection if you're building products on top of model weights. Examples: OLMo from the Allen Institute and Pythia from EleutherAI.

For everything else: read the license. All of it. Then have your lawyer read it.


BOTTOM LINE

Open source AI in 2026 is real, powerful and accessible to everyone. But "open source" has become a marketing term as much as a technical one. Most models are open weights — not open source per the OSI definition. Performance-wise, the gap to GPT-4 is gone for standard tasks; the gap to top proprietary models still exists for advanced reasoning and agentic tasks.

The license traps are more dangerous than the performance numbers. Llama's poison pill, Mistral's bait and switch, and RAIL licenses' viral copyleft have already damaged European companies in 2026. Build on Apache 2.0 models where possible. Use everything else with open eyes and legal counsel.

The open AI revolution is real. Just make sure you actually own what you're building on top of it.


Verified against 10 open primary sources.