FR
live
AI

The best AI model is now open source — and runs on your own hardware

**Mistral Large 3**, **Llama 4 Maverick**, and **DeepSeek-V3** have reached parity with closed frontier models. The **GPT-5** and **Claude 4** monopoly is over — here’s what that means for your stack.

Open library vault — AI model weights spill out like golden books onto a public square, no guards in sight

December 2024, a Chinese lab called DeepSeek drops V3 — a 671-billion-parameter MoE model with an API price so low it triggers a panic sell-off in tech stocks. April 2025, Meta ships Llama 4 Maverick, 400 billion parameters, fully multimodal, open-weight. December 2025, French startup Mistral AI releases Large 3 under Apache 2.0675 billion total parameters, 40+ languages, trained on 3,000 H200s. By July 2026, the question has flipped: not “can open source catch up,” but “why are you still paying per-token rent to a closed vendor?”

The open-source landscape, July 2026

Eighteen months ago, suggesting an open-source LLM for production got you a polite refusal from your CISO. Today, three models have made that objection obsolete.

Mistral Large 3 is the newest and most permissively licensed. Released on December 2, 2025, it’s a sparse mixture-of-experts model with 41 billion active parameters out of 675 billion total, trained from scratch on 3,000 NVIDIA H200 GPUs. The license is Apache 2.0 — download it, modify it, fine-tune it, ship it commercially, no questions asked. It ranks #2 among open-source non-reasoning models on the LMArena leaderboard, scoring 85.5% on MMLU (8-language) and 92% pass@1 on HumanEval. With a 256,000-token context window and native support for 40+ languages, it’s the most versatile choice for multilingual deployments in regulated industries.

Llama 4 Maverick, shipped by Meta in April 2025, takes a different approach: 400 billion parameters in a natively multimodal MoE, handling text and images in a single forward pass. Its sibling Scout variant offers a 10-million-token context window — enough to ingest an entire codebase or a full legal corpus in one prompt. The license is the Llama 4 Community License, more restrictive than Apache 2.0 (commercial usage caps above a revenue threshold), but the weights remain free and downloadable. In July 2026, Meta confirmed that Behemoth, the dense flagship originally planned to top the lineup, has been shelved in favor of an architectural reboot. The message is clear: MoE is the path forward.

DeepSeek-V3, published by Chinese lab DeepSeek in December 2024, was the spark that lit the fire. 671 billion total parameters with only 37 billion activated per token, it proved that a massive MoE could be served at absurdly low cost: $0.27 per million input tokens, $1.10 per million output — 5 to 10 times cheaper than the closed APIs of the era. The V3-0324 update in March 2025 tightened its reasoning capabilities further. The market noticed: DeepSeek’s pricing forced every other API provider to cut their rates within weeks.

Open vs. closed: the July 2026 scorecard

Here’s where things stand:

ModelTypeParametersContextLicenseAPI price (input / output, per M tokens)
Mistral Large 3Open source675B (41B active)256KApache 2.0$0.50 / $1.50
Llama 4 MaverickOpen-weight400B MoE1MLlama 4 CommunityFree (self-host) / variable cloud
DeepSeek-V3Open-weight671B (37B active)128KDeepSeek License$0.27 / $1.10
GPT-5ClosedUndisclosed256KProprietary~$2.50 / $10.00
Claude 4ClosedUndisclosed200KProprietary~$3.00 / $15.00

Three takeaways stand out.

First, the performance gap is gone. On MMLU, Mistral Large 3 (85.5%) is within striking distance of GPT-5 (~87%) and Claude 4 (~86%). On HumanEval, all three open models exceed 90% — a score that seemed out of reach a year ago. Closed models retain an edge on the hardest reasoning benchmarks (GPQA Diamond, AIME 2025), but this is an academic edge. For enterprise workloads — RAG, summarization, code generation, translation — the open models are in the same weight class.

Second, the pricing gap is a chasm. Serving a million output tokens through GPT-5 costs $10. The same tokens through Mistral Large 3 cost $1.50; through DeepSeek-V3, $1.10. But the real game-changer is self-hosting: a Llama 4 Maverick running on an 8×H100 node costs only electricity and hardware amortization. For a company processing 100 million tokens per day, the monthly difference runs into hundreds of thousands of dollars.

Third, licensing defines the playing field. Apache 2.0 (Mistral Large 3) allows modification, redistribution, and unrestricted commercial use. It’s the license that built the Linux ecosystem thirty years ago — and it’s having the same effect on the LLM ecosystem now. By comparison, Meta’s and DeepSeek’s custom licenses impose commercial usage caps above certain revenue thresholds. Companies that need future-proof deployments pick Apache 2.0.

What this changes for engineering teams

The shift to open source isn’t just about cost. It rewires how teams deploy AI.

Data sovereignty becomes achievable. A Mistral Large 3 instance on an internal cluster processes documents without ever leaving the corporate network — no data traversing a third-party API, no data-usage clauses to negotiate with a US-based provider. For regulated sectors (banking, healthcare, defense), this argument outweighs price.

Customization is unlocked. An Apache 2.0 model can be fine-tuned on proprietary data without asking anyone’s permission. HSBC signed a multi-year partnership with Mistral AI in 2025 to deploy custom models bank-wide. BNP Paribas followed. The pattern is clear: a fine-tuned generalist open model beats a generalist closed model on your specific domain — and that’s no longer up for debate.

Latency collapses. A self-hosted model doesn’t traverse the internet. For interactive applications (chatbots, IDE copilots, real-time assistants), the latency improvement is immediately perceptible to the end user.

The fine print

Open source is not magic. Three realities temper the enthusiasm.

Infrastructure costs are not zero. Running Llama 4 Maverick requires an 8×H100 cluster or equivalent — a $200,000 to $300,000 annual cloud commitment, or a significant hardware CAPEX. Mistral Large 3 is more efficient thanks to NVFP4 quantization and vLLM support, but you still need an 8×A100 node to serve it comfortably. Small teams will keep using APIs — and that’s perfectly fine.

Maintenance is not free. Self-hosting a model means MLOps: weight updates, version rollovers, latency monitoring, horizontal scaling. Teams without this internal expertise will pay a cloud provider to abstract it away — the cost rises accordingly.

Closed models still lead on full multimodal. GPT-5 and Claude 4 natively handle audio and video, which neither Mistral Large 3 (text + images only) nor DeepSeek-V3 (text only) can do. Llama 4 Maverick handles text + images, but video remains a closed-source exclusive. This gap is real for media-heavy use cases.

The verdict

If you’re deploying an LLM in production in July 2026, the default answer has changed.

Pick Mistral Large 3 if you need a permissive license (Apache 2.0), multilingual deployment, or fine-tuned integration in a regulated sector. It’s the best performance-to-license-to-cost tradeoff on the market.

Pick Llama 4 Maverick if you’re working with extremely long contexts (full codebases, legal documents) and Meta’s community license doesn’t block your use case. The 10-million-token context window via Scout has no equivalent.

Pick DeepSeek-V3 if budget is your top priority and your workload is primarily English or Chinese. Its API pricing remains unbeatable, and the self-hosted version is the lightest of the three — it fits on 4×H100 in FP8.

Keep GPT-5 or Claude 4 if you need native video multimodal, or if your use case depends on competition-grade mathematical reasoning. For everything else, the best model in the world is no longer behind a closed API. It’s a download away on Hugging Face.

References

The cyber brief, every Tuesday

The flaws that matter and the patches to apply, in a ten-minute read.

No spam. One-click unsubscribe.
read next

On the same topic

← Back to the feed

Type at least two characters.

navigate open esc dismiss