Open-Weight vs Closed AI Models: What's the Gap

What open-weight actually means versus closed, what recent releases like Inkling and DeepSeek V4-Flash closed, and what still separates the two categories.

Carlo Zuercher
Carlo Zuercher
Staff Engineer, Platform
2 August 20261 min read

Open-weight means the trained parameters are downloadable and runnable on your own hardware, not that the training data, code, or process behind them is public, which is the more demanding bar "open source" implies. Closed means the model is only reachable through the provider's API, with the weights themselves never leaving their servers. Two recent releases, Thinking Machines' Inkling and DeepSeek's V4-Flash, narrowed the practical gap between the two categories further than most builders have caught up with yet.

What actually shipped

Model

Type

Size

Context

Shipped

Inkling

Open-weight

975B total, 41B active (MoE)

Up to 1M tokens

15 Jul 2026

Inkling-Small

Open-weight preview

12B active

Not yet finalized

31 Jul 2026

DeepSeek V4-Flash

Open-weight, MIT license

284B

1M tokens

24 Apr 2026

One update since these releases: DeepSeek's 24 April date above was a preview. The company shipped the production build, DeepSeek-V4-Flash-0731, on 31 July 2026 under the same MIT license, with added multi-stage post-training that pushed it noticeably closer to frontier performance on coding and agentic benchmarks than the preview version was.

Thinking Machines, founded by former OpenAI CTO Mira Murati, describes Inkling explicitly as not the strongest overall model available today, open or closed, which is an unusually candid framing from a lab shipping its first model. The pitch is not frontier-beating benchmarks, it is a broad, balanced foundation model available to fine-tune directly, paired with the company's own Tinker fine-tuning service.

What closed models still hold onto

Three things have not transferred to the open-weight side yet, at least not consistently. Raw frontier capability on the hardest reasoning and coding benchmarks still tends to sit with the largest closed models first, the same pattern behind recent closed-model pricing moves like OpenAI's GPT-5.6 cuts and the pace of releases covered in Claude Opus 4.1's retirement notice, arriving on API before an equivalent open release exists. Integrated tooling, meaning voice, image generation, browsing, and agent orchestration bundled into one product with zero setup, remains a closed-model strength, because building that stack is a separate, substantial effort from training the underlying model. And support and liability, a vendor accountable for uptime, security patches, and behavior, is a closed-model product feature that a downloaded weights file does not come with by default.

What has genuinely closed the gap

Context length and MIT-style licensing terms are no longer a closed-model advantage. Both Inkling and DeepSeek V4-Flash ship with a 1 million token context window, matching or exceeding what most closed frontier models offer, and DeepSeek V4-Flash's MIT license permits commercial use, modification, and redistribution with fewer restrictions than most closed API terms of service.

Fine-tunability is the more significant shift for builders specifically. Fine-tuning an open-weight model means retraining the actual parameters on your own data, which is a materially different and often more effective customization than what closed-model fine-tuning APIs expose, and it is why Thinking Machines built a dedicated fine-tuning product around Inkling from day one rather than treating it as an afterthought.

Safety tuning is still mostly a closed-model discipline

Alignment and safety tuning, the work of making a model refuse harmful requests, resist manipulation, and behave predictably under adversarial use, remains resource-intensive in a way that shows up more consistently in closed models with dedicated safety teams and continuous red-teaming budgets. An open-weight model ships whatever safety tuning the releasing lab applied before publishing the weights, and once downloaded, anyone can fine-tune that behavior away entirely, for better or worse. This is not a knock on any specific release, Thinking Machines and DeepSeek both publish model cards documenting their approach, it is a structural difference: a closed model's safety posture can be updated centrally after release, an open-weight model's cannot be, once it is out and downloaded onto thousands of machines.

A concrete decision: choosing for a new product

A founder building a customer support tool that only needs to work well and ship fast should default to a closed model, because the fine-tuning, safety tuning, and integration work is already done, and the per-token cost at early-stage volume is negligible compared to engineering time saved.

The calculation flips for a company handling data that cannot leave a specific jurisdiction or network, such as certain healthcare or financial workflows, where an open-weight model run on infrastructure the company controls may be the only compliant option regardless of cost. It also flips at genuine scale: a business making millions of model calls a month has a real financial reason to evaluate self-hosting an open-weight model against continued API spend, a calculation that essentially never favors self-hosting below that volume.

When each category is the right choice

Open-weight makes sense when data cannot leave your infrastructure for regulatory or contractual reasons, when the cost of running inference at volume outweighs API per-token pricing, or when the product genuinely depends on deep fine-tuning rather than prompting. It also makes sense for anyone who wants a hedge against a provider's pricing or availability changing under them, since a downloaded model keeps running regardless of what the lab that trained it does next.

Closed models remain the right default for most builders getting started, and for anyone who wants the newest capability without operating infrastructure. The zero-ops path from an API key to a working feature is still faster than standing up inference infrastructure for an open-weight model, the same logic behind how most AI coding tools are built on closed frontier models by default, and for a huge share of the real work small businesses and founders actually do with AI, the closed-model convenience tax is worth paying.

The trend to actually watch

The gap that matters is not benchmark scores, both categories now field genuinely capable models, it is time-to-parity. Inkling and DeepSeek V4-Flash both landed with context windows and licensing terms that would have been a closed-model exclusive eighteen months ago. If that compression continues, the practical decision for most builders stops being "open or closed" and becomes "do I need to control the weights myself," which is a much narrower and more answerable question.

Watermarking is another axis worth tracking across both categories. OpenAI's SynthID audio watermarking rollout shows how content-provenance features are starting to differentiate closed-model products beyond raw capability.

Frequently asked questions

Is open-weight the same as open source?

No. Open source implies the training data, training code, and methodology are also public and reproducible. Open-weight releases, including Inkling and DeepSeek V4-Flash, publish the trained parameters without necessarily publishing what produced them.

Can I run an open-weight model like Inkling on a normal laptop?

Not the full 975B-parameter Inkling model, which needs data-center-grade hardware. Inkling-Small, at 12B active parameters, and smaller open-weight models generally are built specifically for far more modest hardware, though still typically more than a consumer laptop without a dedicated GPU.

Do open-weight models cost less to use than closed ones?

It depends on volume. At low usage, a closed model's per-token API price is usually cheaper than paying for dedicated infrastructure. At high, sustained volume, self-hosting an open-weight model can undercut API pricing, which is why the calculation favors open-weight mainly for businesses with predictable, heavy usage.

Why would a lab give away a model it spent millions training?

Open-weight releases build developer mindshare and adoption, and several labs, Thinking Machines included, pair the free model with a paid fine-tuning or hosting service, which is where the commercial return actually comes from.

Is an open-weight model less safe to use than a closed one?

Not inherently, but the responsibility shifts. A closed model's safety behavior is the provider's ongoing responsibility. An open-weight model's safety behavior, once downloaded and potentially fine-tuned, becomes whoever is running it, which matters more for a customer-facing product than for internal, controlled use.

Will this gap close completely?

The trend over the last two years has been steady narrowing rather than full closure. Raw frontier capability and integrated tooling still favor closed models each time a new frontier release ships, but the lag before an open-weight equivalent appears has been shrinking release over release.

Open source is not limited to base models. See GenOffice, an open source AI office suite for what that looks like applied to everyday productivity software.

How did this land?

About the author

Carlo Zuercher
Carlo Zuercher

Staff Engineer, Platform

Carlo works on the platform that turns prompts into running apps. He writes the engineering deep dives and the changelog notes worth reading.

Share

Get the next post in your inbox

One email a month. Product updates, engineering posts, and the best of Built with Swarmz.

I agree to receive emails about AI building tips and Swarmz product news. Unsubscribe any time.