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: 95 open-source, 96 open-weight, and 113 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
DeepSeek-V4-Flash-0731DeepSeekOpen sourceMIT284B · 13B activeJul 31, 2026
Ling-3.0-flashinclusionAIOpen weightsApache 2.0 (announced; weights not yet posted as of 2026-07-24)124B · 5.1B activeJul 23, 2026
Laguna S 2.1PoolsideOpen sourceOpenMDW-1.1118B · 8B activeJul 21, 2026
Kimi K3MoonshotOpen weightsModified MIT2.8T · 50B activeJul 16, 2026
InklingThinking MachinesOpen sourceApache-2.0975B · 41B activeJul 15, 2026
Hunyuan Hy3HunyuanOpen sourceApache-2.0295B · 21B activeJul 6, 2026
Nemotron-Labs-3-Puzzle-75B-A9BNVIDIAOpen weightsOpenMDW-1.175.3B · 9.3B activeJul 6, 2026
Mistral frontier open-weight MoE (unnamed)MistralOpen weightsUndisclosedUndisclosedJul 6, 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.