Open Models Now Match 90% of Frontier Quality at up to 84% Lower Cost. So Why Are You Still Just Renting?
9 min read
A 2025 working paper using OpenRouter traffic found that open models averaged 89.6% of closed-model performance while closed models were, on average, about six times the price. The same paper found that frontier open models often closed the performance gap within months. That is the evidence behind this article's title—but it is a market snapshot from one dataset, not a promise that every open model is 90% as capable on every workload (Nagle and Yue, 2025).
Almost every AI product today starts the same way: sign up for an API key, point your code at OpenAI, Anthropic, Google, or xAI, and ship. It's the right first move. You get frontier quality on day one with zero infrastructure.
But that convenience quietly becomes a cost structure. Every token you generate is a token you rent — forever, at a price someone else controls. And as your usage scales from a demo into production, a question that felt theoretical becomes a line item on your P&L:
Do you keep renting intelligence from a handful of providers, or do you start owning your inference?
This post walks through the real 2026 economics of that decision — what the benchmarks actually say, what the long-term math looks like, where fine-tuning changes the equation, and how one Canadian company already made the move. It's not an "open source good, closed bad" argument. It's a framework for choosing deliberately.
There Aren't Two Options Anymore. There Are Four.
The old framing was binary: use an API, or self-host. That's outdated. In 2026 there's a spectrum, and most teams should occupy more than one point on it at once.
RENT ◄─────────────────────────────────────────► OWN
more convenience more control
less control more work
Frontier API → Cloud-Hosted Open Models → Self-Hosted Open Models → Edge / On-Device
pay per token pay per token pay per GPU-hour pay once
closed weights open weights open weights open weightsEach step right gives you more control over cost, data, and customization — and hands you more operational responsibility. The skill is matching the workload to the right point on the spectrum, not picking one religion for everything.
The Capability Gap Has Mostly Closed
For years, the argument against open models was simple: they just weren't as good. That's no longer true for most production work.
The Stanford AI Index 2025 reported that the gap between the leading closed- and open-weight models on the Chatbot Arena leaderboard narrowed from 8.04% in January 2024 to 1.70% by February 2025. Nagle and Yue observed a similar convergence pattern in their OpenRouter sample: open models averaged 89.6% of closed-model performance and frequently reached frontier parity within months.
| Evidence | What it supports | What it does not prove |
|---|---|---|
| Stanford AI Index | Leading open models are closing selected benchmark gaps | Every open model matches every closed model |
| Nagle and Yue's OpenRouter sample | Open models can offer strong price-performance | The sample represents every enterprise workload |
| Your production evaluation | A model meets your quality, latency, and safety bar | That the same choice will work for another team |
Closed models can still justify their premium when they win on the task that matters, offer stronger operational support, or reduce the time needed to ship. Open models earn consideration when they pass the same workload-specific evaluation at a meaningfully better cost or control profile. The decision belongs in an evaluation harness, not a benchmark screenshot.
The Cost Curve Is the Real Story
The cost curve is moving quickly. The Stanford AI Index 2025 found that the inference cost of a system performing at the level of GPT-3.5 fell more than 280-fold between November 2022 and October 2024. That is not a universal cost curve for every model, but it is a warning against building a five-year strategy from today's price sheet.
So when does owning beat renting? It is a workload model, not a universal token threshold:
| Cost driver | Frontier API | Hosted open model | Self-hosted open model |
|---|---|---|---|
| Model access | Included | Included | You operate it |
| Idle capacity | Provider absorbs it | Provider absorbs it | You pay for it |
| Reliability and upgrades | Provider responsibility | Provider responsibility | Your responsibility |
| Data control | Contract and provider controls | Contract and provider controls | Your infrastructure controls |
| Switching effort | API and behaviour changes | Model and provider changes | Runtime, model, and hardware changes |
The six-times average price difference in Nagle and Yue's dataset compares model prices in an inference marketplace. It does not mean self-hosting will make your full operating cost six times lower. A serious model includes utilization, engineering time, observability, security, upgrades, incident response, and the cost of keeping spare capacity available.
The Middle Path Most Teams Skip: Cloud-Hosted Open Models
There's a reason the spectrum has four points, not two. Between "rent a closed model" and "buy GPUs" sits the option most teams overlook: open weights, someone else's infrastructure.
Providers such as Together AI, Fireworks AI, and DeepInfra serve open models through managed APIs. Their published pricing is model-specific and changes over time, so compare the current Together AI, Fireworks AI, and DeepInfra pages against the exact model, context window, throughput, and support level you need.
This is the pragmatic on-ramp. It captures most of the cost advantage of open models and most of the convenience of an API, while keeping the door open to self-hosting later. For many teams, the right path is: prototype on a frontier API, move steady-state traffic to cloud-hosted open models, and only buy GPUs once volume genuinely justifies it.
Where Owning Really Pays Off: Your Own Data
Cost is the obvious driver. Customization is the underrated one.
Owning weights gives you the option to adapt a model to your terminology, edge cases, and workflows. Techniques such as LoRA reduce the number of trainable parameters required for adaptation, but they do not guarantee that a smaller model will outperform a frontier API. That result must be demonstrated on held-out examples that represent the production task.
This is the strategic difference: an API lets you configure a provider's model; open weights can let you adapt and operate the model under its licence. Whether that flexibility creates value depends on data quality, evaluation discipline, and the team's ability to own the resulting system.
A Canadian Example: Wealthsimple
You don't have to theorize about routing and control. Wealthsimple's engineering team publicly described an internal LLM gateway that wrapped OpenAI and Cohere, tracked outbound requests, and applied heuristics plus an in-house model to redact potential personal information. The gateway had processed more than 72,000 requests when the team published its account (Wealthsimple Engineering).
A later ZenML case study reports that Wealthsimple added self-hosted open models using llama.cpp for sensitive workloads, while retaining external providers with redaction for other requests. That is secondary reporting rather than Wealthsimple's own engineering post, so the architectural lesson is stronger than any unverified usage number: route workloads according to their privacy and capability needs instead of forcing one model path onto everything.
LLM Gateway
(audit, routing)
/ \
General requests Sensitive / PII
→ Frontier API → Self-hosted open
(w/ redaction) (data stays in)That's the lesson: owning inference isn't about replacing your API — it's about routing the right workloads to the right place.
A Decision Framework You Can Actually Use
Strip away the hype and the decision comes down to four questions:
1. What's your measured demand? Start with observed tokens, concurrency, latency, and quality—not a generic volume threshold. Compare provider spend with the full cost of operating capacity at your actual utilization.
2. How sensitive is your data? If you handle regulated data — health, financial, government — the ability to keep data inside your own infrastructure may justify owning inference regardless of the token math. That's Wealthsimple's primary driver.
3. Which model passes your evaluation? Benchmark the exact production tasks, including failure cases. A broad leaderboard cannot tell you whether a model handles your retrieval, extraction, coding, or reasoning workload safely.
4. Can your team actually run infrastructure? This is the silent killer. Self-hosting demands MLOps capability you may not have. No dedicated engineers? Cloud-hosted open models give you most of the benefit with none of the GPU babysitting.
Conclusion
The capability gap has largely closed. The deployment trade-offs have not. That's the real state of play in 2026.
Renting from frontier APIs is the right default — for prototypes, for the hardest reasoning, for teams without infrastructure muscle. But treating it as your only option is how you lock a growing product into a cost structure you don't control, on a generic model you can't customize, with data you have to hand to someone else.
The winning move isn't picking a side. It's building optionality:
- Prototype on frontier APIs — speed matters most early
- Move steady-state volume to cloud-hosted open models — capture the cost gap without owning GPUs
- Self-host and fine-tune where volume, data sensitivity, or customization justify it
- Keep the frontier API for tasks where your evaluations justify the premium
The organizations that win at AI economics aren't the ones who bought the most expensive models. They're the ones who figured out which tokens to rent and which to own — and built the routing layer to decide.
You're renting your intelligence today. The question isn't whether to ever own it. It's knowing exactly when the math, the data, and your team say it's time.
Sources
- Nagle and Yue — The Latent Role of Open Models in the AI Economy (2025 working paper)
- Stanford HAI — 2025 AI Index Report
- Together AI — Pricing
- Fireworks AI — Pricing
- DeepInfra — Pricing
- Hu et al. — LoRA: Low-Rank Adaptation of Large Language Models
- Wealthsimple Engineering — Get to know our LLM Gateway
- ZenML LLMOps Database — Wealthsimple's secure and scalable LLM gateway