Open-weight Model
An AI model whose trained weights are publicly released, so anyone can download, run, or fine-tune it themselves.
In plain English
An open-weight model is one where the trained model parameters (weights) are made publicly available — not just the code. You can download the weights, run the model on your own infrastructure, and fine-tune it for your needs without paying per-token API fees.
Examples:
- Meta's Llama family
- Mistral (Mistral 7B, Mixtral)
- Qwen (Alibaba)
- DeepSeek (R1, V3)
- Stable Diffusion (image)
Open-weight vs open-source: Strictly speaking, "open-source" requires the training code and data to also be public — most "open" AI models are open-weight but not fully open-source.
Why it matters:
- Privacy & control — keep data on your own servers
- Cost predictability — no per-token API charges
- Customisation — fine-tune freely
- Vendor independence — not locked to one provider
Open-weight models close the gap with frontier closed models every few months.