Guide Technology

Open vs Closed

Two years ago the choice was simple: want quality — pay for an API. In 2026 open weights closed the gap to the frontier to a matter of months, and government release pauses handed closed models a brand-new risk. No ideology here: where each side wins, what the honest economics say, and how to decide in a single working day.

Author: Kirill IvanovPublished: Aug 16, 2026Reading: 11 min

TL;DR

  • Open-weight developers themselves put the gap to the closed frontier at months, not generations; GLM-5.2 is called the strongest open challenger to Fable 5's level.
  • Open wins where data sovereignty, predictability and immunity to external pauses decide; closed wins where you need the quality ceiling without an in-house inference team.
  • The economics are counterintuitive: in real measurements self-hosting often loses to APIs on both latency and cost — you pick open source for control, not cheapness.
  • The 2026 norm is hybrid: a closed flagship for the hard 5–10%, an open model for volume and sensitive data, a router in between.
01 —

The Open Map, 2026

"Open source" stopped meaning just Llama long ago. Four forces worth knowing by name.

GLM-5.2

The frontier challenger

Z.ai's model, which independent comparisons this summer call the strongest open challenge to Claude Fable 5's level. The pick for teams that want maximum quality without the API bill — and are ready to run their own GPU perimeter.

DeepSeek V4

Price pressure

Released April 24, 2026; the core argument is cost for coding and reasoning workloads via cheap API providers. By DeepSeek's own estimate, open weights now trail the closed frontier by only a few months on many benchmarks — an estimate the market has yet to disprove.

Llama 4

Ecosystem and records

Scout holds the absolute context record — 10 million tokens; Maverick is the multimodal workhorse that lives on a single H100 and speaks 12 languages. Llama's strength is not leaderboard tops but the largest ecosystem of tooling, quantized builds and people who know how to run it.

Mistral 3

The European option

An open multimodal line whose trump card matters to anyone serving European customers: EU data residency and AI Act compatibility. Plus Qwen and Gemma as strong niches — from multilinguality to lightweight on-device models.

02 —

Where Open Wins

Five situations where open weights are the correct answer, not a compromise. Data sovereignty: medical records, bank secrecy, classified material — anything legally barred from leaving your perimeter is served only by your own hardware; no zero-retention clause equals the physical absence of transmission. Predictability: an open model will not change under you — closed APIs get silently updated, and prompts that worked yesterday start behaving differently. Continuity: summer 2026 added an argument no textbook had — an open model cannot be put on a government pause and your access to it cannot be restricted (details in our regulation analysis). Customization: fine-tuning for a narrow domain on your own data requires the weights in hand. And mass volume: on millions of cheap uniform requests, price per token beats quality — open models via inference providers offer the market's best economics there.

03 —

Where Closed Wins

The honest list in the other direction. The quality ceiling: on the hardest work — long autonomous projects, fine reasoning — Fable 5, Opus 5 and GPT-5.6 remain ahead, and months of gap matter when mistakes are expensive. Zero engineering: an API is zero DevOps; your own inference is vLLM, quantization, monitoring, on-call and at least one engineer who enjoys all of it. Speed to start: an API pilot launches in a day; a private perimeter takes weeks. And the features around the core: prompt caching discounted up to 90%, built-in tools, batch modes — closed platforms' scaffolding is more mature, and you would be rebuilding it yourself.

A word about the illusion of free. In one engineering team's public measurement, an open 70B model on two rented H100s via vLLM delivered p95 latency of 1,200 ms at $3.80/hour — against 480 ms and roughly half the effective cost for a mid-tier closed model on the same workload. The author's conclusion was honest: open source won on data sovereignty, not on price or speed. Our case files agree: below a few million tokens a day, the API is almost always cheaper — your own hardware pays off on large stable volumes or where the law leaves no choice.

03b —

Three Expensive Myths

Myth one: open means free. Weights are free; ownership is not — GPUs, vLLM engineering, quantization, monitoring, on-call and quarterly model refreshes put the full cost of a mid-size team's own perimeter at thousands of dollars a month, versus hundreds on APIs at the same volume. Pick open for control; picking it for savings usually means the math was wrong. Myth two: open means insecure. For the top corporate risk — data leakage — it is the opposite: a request inside your perimeter physically goes nowhere, which beats any cloud contract. The real weakness lies elsewhere: open weights carry no vendor guardrails, so filters, audit and abuse-handling are entirely on you. Open-source security is a job, not a property. Myth three: closed is always smarter. True only at the top slice of difficulty: on routine summarization, classification, extraction and boilerplate code your users will not tell GLM-5.2 from a flagship, and a domain-tuned open model regularly beats a generalist one on its home turf. Closed wins on the ceiling; open wins on fit — and the measurement, not the brand, decides. The inference-provider layer makes the first step easy: open-model economics as an API, no hardware, migration to your own metal later if the lawyers insist.

04 —

The 2026 Norm Is Hybrid

In mature teams the open-vs-closed argument ended with "both." The typical architecture from our case files: a closed flagship on the 5–10% of hard requests where the quality ceiling matters; an open model on volume and on everything containing sensitive data; a task-type router between them with a simple escalation rule. One scheme solves three problems at once: the bill (the expensive model fires rarely), compliance (personal data stays inside), and resilience (any single vendor's pause or change does not stop the product).

The one-day decision checklist — four questions. Is there data legally barred from leaving the perimeter? (Yes → an open component is mandatory.) Are there tasks where an error costs more than $50 per million tokens? (Yes → a closed flagship on escalation.) Do you have an inference engineer? (No → run the open component via a provider, not your own metal.) Does stable volume exceed a few million tokens a day? (No → start entirely on APIs.) Four answers give you your configuration — then a week of testing on real tasks, per the method from our rankings.

05 —

Questions We Get

Will open models catch up completely?
The months-long gap has held for a year and looks structural: closed labs convert money into first place, open ones into follower speed. What matters more in practice: open models are already sufficient for 80–90% of real tasks, and that share grows with every release. The frontier race concerns a thin layer of the hardest work.
How "open" are open models really?
It varies, and it is worth checking before deployment. Most publish weights but not training data; licenses range from nearly free to bans on competing services and audience-size thresholds. Read the license of the specific version before commercial use: "open" in the name is marketing; the license is the contract.
What should a first self-hosted experiment look like?
Do not buy hardware. Rent GPUs by the hour or take an open model from an inference provider, run a week of your real tasks, measure quality and full cost — and only then decide about your own perimeter. Half the "own GPUs" projects we know ended in a return to APIs after the first honest measurement; the other half are happy — because they started from legal requirements, not fashion.

Sources: open-model surveys and GLM-5.2/Fable 5 comparisons (summer 2026), DeepSeek's transparency center (V4, Apr 24, 2026), Meta's Llama 4 documentation (Scout 10M, Maverick), a public vLLM/H100 engineering measurement, our case files. Recommendations are the editors' own.