Comparisons

Open-Weight vs Closed AI Models: What’s the Difference?

Some AI models can be downloaded and run on your own hardware. Others are only available through a company's app or API. The choice affects cost, control, privacy and capability.

Server rack
Photo: Rawpixel (CC0)

AI models broadly come in two flavors. Closed models, such as those behind ChatGPT, Claude and Gemini, are accessed only through their makers’ apps and APIs. Open-weight models, such as Meta’s Llama family, Mistral’s open models, Alibaba’s Qwen, DeepSeek’s models, Google’s Gemma and OpenAI’s gpt-oss models, released under the permissive Apache 2.0 license in August 2025, can be downloaded and run on your own hardware.

Updated September 2026: we added links to the Open Source Initiative’s definition, example model licenses and OpenAI’s gpt-oss release.

What “open weights” means

A model’s weights are the billions of numbers learned during training; they are the model. Releasing the weights lets anyone run and modify the model. That is different from fully open-source AI. The Open Source Initiative’s Open Source AI Definition, published in October 2024, also requires the complete training code and “sufficiently detailed information about the data used to train the system so that a skilled person can build a substantially equivalent system.” Most open-weight models do not release their full training data, and licenses vary. Meta’s Llama 3.1 license, for example, requires companies with more than 700 million monthly active users to ask Meta for permission, while gpt-oss uses the unrestricted Apache 2.0 license. Always read the license.

The trade-offs

FactorClosed modelsOpen-weight models
Top-end capabilityUsually the frontierOften close behind, sometimes competitive
SetupSign up and useRequires hardware or a hosting provider
Data controlData goes to the providerCan stay entirely in your environment
CustomizationLimited to provider optionsFull fine-tuning possible
CostPay per use or subscriptionPay for compute; can be cheaper at scale
Safety featuresBuilt in and maintained by providerYour responsibility
UpdatesAutomaticYou manage versions

When open-weight models make sense

  • Strict data requirements, such as healthcare, defense or finance, where data must not leave your infrastructure
  • High volume, narrow tasks where a smaller, fine-tuned model is cheaper than a frontier API
  • Offline or edge deployment on devices without reliable internet
  • Research and experimentation, where access to the model’s internals matters
  • Avoiding lock-in to a single vendor

When closed models make sense

  • You need the most capable model available for complex reasoning, writing or coding
  • You do not have the expertise or budget to run infrastructure
  • You want built-in features such as search, file handling and agents
  • Speed to launch matters more than control

Running models yourself

Smaller open-weight models can run on a capable laptop using free tools such as Ollama or LM Studio; OpenAI says gpt-oss-20b runs on devices with 16 GB of memory. This is a good way to experiment privately, as we discuss in our on-device AI comparison. Larger models need powerful GPUs, which is why many businesses use cloud providers that host open models for them.

The debate Supporters argue that open weights spread innovation, enable independent research and reduce concentration of power. Critics worry that openly released capable models cannot be recalled if misused. Both sides raise serious points, and policymakers are still working through them.

Choosing between them

Many organizations end up using both: closed frontier models for the hardest general tasks and open-weight models where cost, privacy or customization matter most. The right choice depends less on ideology than on your data, budget and technical capacity.

Sources

  1. The Open Source AI Definition 1.0, Open Source Initiative, October 2024
  2. Introducing gpt-oss, OpenAI, August 2025
  3. Llama 3.1 model card and license, Meta via Hugging Face

Token & Tell Staff

The Token & Tell editorial desk covers artificial intelligence for everyday users and professionals: the tools, the research and the policy questions behind them. Every piece is researched, edited and checked for accuracy before publication.

Read our editorial standards