Quick answer
An open-weight model is an AI model whose trained weights are available to download or run outside the vendor's hosted product. It may still have a restrictive custom license.
The practical question is not only "can I download it?" but also "what does the license allow me to do with it?"
The three labels we use
- Open source
- Weights are available under a recognized open-source-style license such as Apache-2.0 or MIT. This is the clearest category for reuse, though you should still read the exact license.
- Open weights
- Weights are downloadable, but the license may include custom restrictions, commercial conditions, redistribution limits, or acceptable-use terms.
- Proprietary
- The model is primarily accessed through a hosted product, API, or private deployment path, and weights are not generally released.
Current catalog mix: 74 open-source, 86 open-weight, and 69 proprietary models.
Commercial-use checklist
Before you build on a downloadable model, check these points in the primary source or license:
- Whether commercial use is explicitly allowed.
- Whether there are user-count, revenue, geography, field-of-use, or competitor restrictions.
- Whether redistribution, fine-tuning, distillation, or hosting the model for others is allowed.
- Whether attribution, model naming, or disclosure is required.
- Whether a separate paid license is needed above a certain scale.
This guide is not legal advice; it is a reading checklist for model release pages and licenses.
Recent downloadable examples
| Model | Lab | Catalog label | License | Params | Released |
|---|---|---|---|---|---|
| Kimi K2.7 Code | Moonshot | Open weights | Modified MIT | 1T · 32B active | Jun 18, 2026 |
| GLM-5.2 | Z.ai | Open source | MIT | 753B | Jun 17, 2026 |
| MiniMax-M3 | MiniMax | Open weights | MiniMax Community License | 428B · 23B active | Jun 16, 2026 |
| Nemotron 3 Ultra 550B-A55B | NVIDIA | Open weights | Nemotron Open Model License | 550B · 55B active | Jun 4, 2026 |
| MiniMax-M2.7 | MiniMax | Open weights | MiniMax Model License | 229.9B · 9.8B active | May 26, 2026 |
| Qwen3.6-27B | Qwen | Open source | Apache-2.0 | 27B | May 12, 2026 |
| DeepSeek V4-Flash | DeepSeek | Open source | MIT | 284B · 13B active | Apr 24, 2026 |
| DeepSeek V4-Pro | DeepSeek | Open source | MIT | 1.6T · 49B active | Apr 24, 2026 |
Frequently asked questions
Is open weight the same as open source?
No. Open weight means the trained weights are available. Open source usually implies a recognized permissive or copyleft license, and may also include code, data, or training details.
Can I use an open-weight model commercially?
Sometimes, but not always. Commercial use depends on the model license, acceptable-use terms, scale restrictions, attribution requirements, and any separate service terms. For real deployment decisions, read the license text linked from the model page.
Why does LLM Releases separate open source and open weights?
Because downloadable weights are not enough to know how a model can be reused. A custom model license can allow local use while restricting redistribution, commercial use, competitors, or high-scale deployments.
Where to go next
Browse the live open-weight model catalog, compare open coding models, or check the methodology for how sources are reviewed.