Answer

What does open-weight mean for an AI model, and is it the same as open source?

Open-weight means the trained parameters of a model have been published for download. It is not the same as open source, and by itself it tells you nothing about what you are allowed to do with the model. The Open Source Initiative's Open Source AI Definition requires data information, training and inference code, and parameters, all under OSI-approved terms; most models marketed as open-weight publish only the parameters, often under a vendor-written custom licence with conditions attached. The practical consequence is that the label is a distribution fact, not a permission grant, so you have to read the licence file yourself before you build on a model.

Published · Updated · Evidence-linked, not search-volume ranked.

Short answer

Open-weight means the trained parameters of a model have been published so you can download and run them yourself. It is not the same as open source. Under the Open Source Initiative's Open Source AI Definition 1.0, a system is Open Source AI only if you get the freedoms to use, study, modify, and share it, plus access to the preferred form for making modifications, which the definition spells out as data information, the complete training and inference code, and the parameters, each under OSI-approved terms. An open-weight release typically publishes the parameters and inference code and stops there. Separately, the word open-weight says nothing about the licence: some open-weight models ship under a standard permissive licence such as Apache-2.0 or MIT, and others ship under a custom vendor licence with conditions that a standard open source licence would not contain. Because vendors and press releases frequently use open-weight and open source interchangeably, the only reliable move is to open the model's licence file and read it before you commit to a model.

Why this question is current

Exact query-volume data was unavailable, so RepoRadar uses these as current demand and intent signals rather than a claimed volume ranking.

  • open weight · Google Suggest · US · checked 2026-08-29T21:58:00Z
    Completions include open weight models, open weight ai models, open weight vs open source, open weight models meaning, open weight llms, and open weight ai model meaning. Proves live definitional and comparison intent around the term. This is an intent signal, not a volume measurement.
  • what does open weight · Google Suggest · US · checked 2026-08-29T21:58:00Z
    Completions include what does open weight model mean, what does open weight ai mean, what does open weight mean in the context of ai, and what does open weight llm mean. Confirms the question is being asked in explicit definitional form. Intent signal, not volume.
  • is glm · Google Suggest · US · checked 2026-08-29T21:58:00Z
    Completions include is glm 5.3 free, is glm 5.2 open source, and is glm open source. Shows the open versus open-source confusion attached to a current model release. Intent signal, not volume.
  • AI stories, 48h window, points above 60 · Hacker News Algolia search_by_date · global English-language developer community · checked 2026-08-29T21:56:00Z
    Story titled GLM-5.3 is now open-weight, posted 2026-08-28, 771 points, linking to huggingface.co/zai-org/GLM-5.3. Corroborates same-week community attention on the open-weight framing.

Who this helps

  • developers choosing a model they intend to self-host or fine-tune
  • founders doing licence diligence before shipping a model inside a product
  • local-AI users who want to know what downloading weights actually permits
  • anyone reading a launch announcement that calls a model open source

The distinction in one paragraph

Open-weight is a statement about distribution: the trained parameters exist as files you can download. Open source is a statement about rights and completeness: you get the freedoms to use, study, modify, and share, and you get the materials needed to actually exercise them. The Open Source Initiative's Open Source AI Definition 1.0 lists those materials explicitly as Data Information, Code, and Parameters. Publishing parameters alone satisfies one of the three.

This is why the two words are not interchangeable even when a model is genuinely useful and genuinely downloadable. A model can be excellent, freely available, and still not open source under that definition. That is not an accusation against the model; it is a description of what was released.

What an open-weight release usually does and does not include

In a typical open-weight release you get the weight files, an inference path or serving recipes, a model card with benchmark numbers, and a licence. That is enough to run the model on your own hardware, fine-tune it, and serve it.

What you usually do not get is the training code that produced those weights, the training dataset, or a full description of how the data was assembled, cleaned, and filtered. OSI's own write-up on open weights makes this concrete: in its comparison table, training code is Not Shared, intermediate checkpoints are Withheld, and the training dataset is Not Shared or Not disclosed. The practical effect is that you cannot reproduce the model, audit how it was trained, or independently verify claims about its data.

The Open Weights Definition project makes a related argument worth understanding: weights are not source code. They are large matrices of numbers that are not human-readable and not debuggable in the way source is, so the study and modify freedoms do not map onto them as cleanly as they map onto software. Reasonable people disagree about how much that matters, and this article does not try to settle that dispute.

The label does not tell you the licence

This is the part that causes real problems in practice. Open-weight describes availability, not permission. Two models that are equally downloadable can carry completely different terms.

Checked on 2026-08-29 via the Hugging Face model API, licence metadata across widely used downloadable models is genuinely mixed. Qwen3-235B-A22B, gpt-oss-120b, and Mistral-Small-3.2-24B-Instruct-2506 report apache-2.0. DeepSeek-V3.2-Exp reports mit. Those are standard, well-understood open source licences. But google/gemma-3-27b-it reports a custom gemma licence, meta-llama/Llama-4-Scout-17B-16E-Instruct reports other with the licence name llama4 and ships a separate USE_POLICY.md, and zai-org/GLM-5.3 reports other.

GLM-5.3 is a useful worked example because its release was widely described as open-weight. Its licence file grants broad rights to use, modify, fine-tune, redistribute, and sell copies. It also adds a condition: an organisation running a Model as a Service business whose affiliated revenue exceeds 10 billion US dollars over any consecutive 12 months must pass a Z.AI security review before commercial use. That condition affects almost no one reading this, which is exactly the point. The clause is narrow, the model is genuinely usable, and it is still not what an Apache-2.0 grant says. You only learn that by opening the file.

Why vendors and press coverage blur the two words

Some of the blurring is marketing, but not all of it. Open source carries enormous accumulated trust, so applying it to a model release is commercially attractive. There is also genuine ambiguity: the industry lacks a single settled vocabulary, OSI's definition is relatively recent, and no widely adopted certification mark distinguishes an open-weight release from an open source one at a glance.

The GLM-5.3 model card is a fair illustration rather than an outlier. Within the same section it calls the model the most capable open-weights model for coding and claims open-source state of the art on public benchmarks. Both phrasings appear side by side, which is precisely how the terms drift together in readers' heads.

Treat this as a reason to check rather than a reason to distrust. The right response to imprecise language is to read the licence, not to assume bad faith.

How to check a model in about five minutes

First, find the licence value on the model page or via the hub API. A value like apache-2.0 or mit is a standard licence you already understand. A value of other, or a vendor name such as gemma or llama4, means a custom licence you have to read.

Second, open the actual licence file rather than trusting the tag. On Hugging Face the raw file is usually reachable at the /raw/main/LICENSE path for the repository. Read it end to end; these files are typically one to two pages.

Third, look specifically for conditions attached to the grant: acceptable-use policies in a separate file, revenue or user-count thresholds, naming or attribution requirements, restrictions on using outputs to train other models, field-of-use limits, and any requirement to seek approval before commercial deployment. Any one of these means the model is not open source under the OSI definition, whatever the announcement said.

Fourth, check what else was published. If you need reproducibility or a data audit, look for training code and a described dataset. If they are absent, you have an open-weight release, and you should plan around not being able to reproduce or fully audit it.

Fifth, if the decision is commercial and the licence is custom, route it to whoever handles legal review at your organisation. A licence summary in a blog post, including this one, is not legal advice and is not a substitute for reading the terms that apply to you.

What this means in practice

For most individual users running a model locally, the distinction is mostly about accurate vocabulary. You can download, run, and fine-tune the great majority of open-weight models without ever touching a restricted clause.

The distinction becomes load-bearing in three situations. If you are shipping a model inside a commercial product, custom terms and acceptable-use policies are contractual obligations you inherit. If you need reproducibility or a data-provenance audit, for research or regulatory reasons, open weights alone will not get you there. And if you are making a long-term platform bet, a permissive standard licence is considerably more portable than a vendor licence whose terms the vendor can change on the next release.

One thing this article deliberately does not do is rank models or tell you which to pick. That is a different question with a different answer, and it depends on your workload rather than on your licence reading.

Limits of this answer

The licence values cited here were checked on 2026-08-29 and apply to the specific model repositories named. Vendors revise licences between releases, and a permissive licence on one model in a family says nothing about its siblings, so re-check the exact repository and revision you intend to use.

This article does not resolve whether the OSI definition is the right standard. It is the most widely cited one and it is written down, which makes it a usable reference point, but the Open Weights Definition project and others argue the framing should differ for model parameters. That debate is live and is described here rather than adjudicated.

Nothing here is legal advice, and no licence was evaluated by a lawyer for this article. The evidence is the licence text and the hub metadata as published, linked above so you can read them yourself.

A useful next action

Take the model you are currently using or are about to adopt, open its raw licence file, and read it once. Note whether the licence is a standard SPDX identifier or a custom vendor document, and note any condition attached to commercial use. That single five-minute pass is the difference between knowing what you are permitted to do and assuming it.

Sources checked

  • OSI Open Source AI Definition 1.0 ↗ checked · global standards body

    Primary source. Defines Open Source AI as granting use, study, modify, and share freedoms, and requires the preferred form for modification: Data Information, Code, and Parameters, each under OSI-approved terms. States that Open Source models and Open Source weights must include the data information and code used to derive the parameters.

  • OSI: Open Weights, not quite what you have been told ↗ checked · global standards body

    Primary source. Defines open weights as the final weights and biases of a trained network, and publishes a comparison table showing training code Not Shared, intermediate checkpoints Withheld, and training dataset Not Shared or Not disclosed for open weights versus Open Source AI.

  • Open Weights Definition repository (Heather Meeker) ↗ checked · global, community standard

    Primary source. Argues that neural network weights are a different artifact from source code, that they are not human-readable or debuggable, and that the open source freedoms to study and modify do not translate cleanly to weights. Text is dedicated to the public domain under CC0.

  • Z.ai GLM-5.3 licence file ↗ checked · vendor licence, global

    Primary source. A custom GLM-5.3 Licence granting broad use, modification, and redistribution rights, but adding a condition: a licensee operating a Model as a Service business whose affiliated revenue exceeds 10 billion US dollars over any consecutive 12 months must pass a Z.AI security review before any commercial use. The Hugging Face API reports this model's licence field as other.

  • Z.ai GLM-5.3 model card ↗ checked · vendor model card, global

    Primary source and a live example of mixed terminology: the card describes the model as the most capable open-weights model for coding while also claiming open-source state of the art on public benchmarks, in the same section.

  • Hugging Face model API licence metadata ↗ checked · model hub metadata, global

    Primary metadata showing licence values differ sharply across downloadable models: Qwen3-235B-A22B reports apache-2.0, openai/gpt-oss-120b reports apache-2.0, mistralai/Mistral-Small-3.2-24B-Instruct-2506 reports apache-2.0, deepseek-ai/DeepSeek-V3.2-Exp reports mit, google/gemma-3-27b-it reports gemma, and meta-llama/Llama-4-Scout-17B-16E-Instruct reports other with licence name llama4 plus a separate USE_POLICY.md file.

RepoRadar separates factual source claims from analysis. Recheck vendor docs before purchase, deployment, or policy decisions.