← Back to glossary
+Suggest a term
Concept·Builder Tools·Added 1 day ago

OSS

Also known as: open source, open-source software, open source AI, FOSS, open weights model

Open Source Software. In AI, this usually means models or tools whose code, and often weights, are publicly available. Anyone can download, run, modify, or build on them. Open source AI is a spectrum: some models share weights but not training code; others share everything.

In traditional software, open source means you can read and modify the source code. In AI, the conversation is more nuanced. 'Open weights' means the trained model parameters are publicly downloadable, which lets you run the model locally or fine-tune it. 'Open source' in a fuller sense also includes the training code, data, and methodology. Very few frontier models are fully open source in that sense.

Models like Meta's Llama family, Mistral's models, and DeepSeek are commonly called open source because their weights are freely available. This is genuinely significant: it means developers can run them without API costs, audit them for safety or bias, customize them for specific tasks, and deploy them privately without data leaving their infrastructure. It also means the community can build on them.

The practical decision for builders: closed API models from OpenAI, Anthropic, or Google are often more capable at the frontier but have cost, privacy, and lock-in tradeoffs. Open-weights models let you self-host (run on your own servers), fine-tune, and avoid per-token fees, at the cost of needing to manage your own infrastructure. Knowing whether a model is open-weights is a key data point when evaluating your stack.

This definition is AI-generated and refreshed weekly. It may contain inaccuracies. Use your own judgment, especially for production decisions.
Related terms
Open weightsOpen-source modelHugging FaceLocal model