Skip to content

What are open-weight AI models?

An open-weight AI model is one whose trained parameters (the 'weights') are published for anyone to download and run. That's not the same as fully open-source AI, which also shares training data and code.

Updated September 24, 2026

When an AI company releases an open-weight model, it publishes the model's trained parameters, known as weights, so anyone can download it and run it themselves. Closed models, by contrast, are only available through the company's app or API.

Open weights vs. open source

The two terms are often mixed up:

  • Open weights: you get the finished model. You don't necessarily get the training data, the training code or the details of how it was made.
  • Fully open-source AI: you get the model plus the data details and code needed to study and rebuild it. The Open Source Initiative published its Open Source AI Definition 1.0 on October 28, 2024, to spell out what qualifies.

Critics use the term "openwashing" for projects that call themselves open while sharing only part of the picture.

Well-known open-weight families

  • Llama from Meta
  • Mistral and Mixtral from Mistral AI
  • DeepSeek V3 and R1, released under the permissive MIT license
  • Qwen from Alibaba Cloud

Why people use them

  • Run locally: no dependence on an outside company's servers
  • Customize: fine-tune the model on your own data
  • Privacy: sensitive data never leaves your machines
  • Cost: often cheaper at scale than paying per use

The concerns

  • Misuse: once weights are public, safeguards can be removed.
  • Licensing: some "open" licenses restrict commercial use, so read the terms.

Quick questions

Is an open-weight model the same as open source?

Not quite. Open-weight means the trained model can be downloaded. Fully open-source AI, as defined by the Open Source Initiative, also requires sharing the training data details and code.

Which popular models are open-weight?

Meta's Llama, Mistral AI's models and DeepSeek's V3 and R1 are well-known open-weight families.

Why would I use an open-weight model?

You can run it on your own hardware, customize it with your own data, keep data private and often lower costs. The tradeoffs include fewer built-in safeguards and licenses that may restrict some uses.

Sources: Wikipedia: Open-source artificial intelligence, Open Source Initiative: Open Source AI Definition