LLM Releases

Access labels

All guides

What is an open-weight model?

Open-weight does not always mean open-source. This guide explains how the catalog labels access, why license details matter, and what to check before commercial use.

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

ModelLabCatalog labelLicenseParamsReleased
Kimi K2.7 CodeMoonshotOpen weightsModified MIT1T · 32B activeJun 18, 2026
GLM-5.2Z.aiOpen sourceMIT753BJun 17, 2026
MiniMax-M3MiniMaxOpen weightsMiniMax Community License428B · 23B activeJun 16, 2026
Nemotron 3 Ultra 550B-A55BNVIDIAOpen weightsNemotron Open Model License550B · 55B activeJun 4, 2026
MiniMax-M2.7MiniMaxOpen weightsMiniMax Model License229.9B · 9.8B activeMay 26, 2026
Qwen3.6-27BQwenOpen sourceApache-2.027BMay 12, 2026
DeepSeek V4-FlashDeepSeekOpen sourceMIT284B · 13B activeApr 24, 2026
DeepSeek V4-ProDeepSeekOpen sourceMIT1.6T · 49B activeApr 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.