open-weight model
A machine learning model whose weights (learned parameters) are publicly accessible, enabling local deployment, auditing, and customization without proprietary restrictions. Differs from closed-weight models (e.g., most commercial LLMs) where weights are withheld.
Key characteristics:
- Weights available for download (e.g., via public repositories)
- May not include full training code/data (only weights)
- Enables offline use, customization, and transparency
- Often distributed under permissive licenses
Recent example:
- OpenAI’s
[[concepts/gpt-oss-20b|gpt-oss-20b]]and[[concepts/gpt-4|gpt-oss]]-120bvariants (as detailed in Jeredblu running LLM locally) - Allows local inference without API dependencies
Related concepts:
- large-language-model (LLM)
- open-source
- Model Quantization (common for local deployment)
- hugging-face (platform for sharing open-weight models)
Backlink: 2026 04 14 Jeredblu running LLM locally
Source Notes
- 2026-04-23: Engine Survival: The Critical Role of Oil Pressure and Warning Lights · ▶ source
- 2026-04-27: Google Gemma · ▶ source
- 2026-04-07: Self Evolving AI Autonomous Optimization via Iterative Harness · ▶ source