GenAIWiki
Models and Deployment

Open Weights

Open weights are downloadable model parameters that teams can inspect, run, fine-tune, or redistribute only to the extent permitted by the model's license.

Expanded definition

Open weights means a model provider makes trained parameter files available for download. That can enable private inference, custom serving, quantization, fine-tuning, reproducible evaluation, and reduced dependence on a hosted API. Open weights is not automatically the same as open source. A release may omit training code, data, or complete recipes, and its license may restrict commercial use, redistribution, regulated domains, or downstream models. Review the exact checkpoint and license instead of inferring rights from the phrase. Operational control also creates operational responsibility. The deploying team owns capacity, security patches, model serving, monitoring, safety controls, evaluation, and incident response. Compare total ownership cost with a managed API before choosing self-hosting.

Open weights vs open source

DimensionOpen weightsOpen source
Minimum artifactDownloadable trained parameter filesSource artifacts under an open-source license
Training transparencyMay omit data, code, and training recipeDepends on what source components are published
Usage rightsControlled by the model-specific licenseControlled by an approved or source license
DeploymentCan support self-hosting when infrastructure permitsSource availability alone does not guarantee deployable weights

Use the precise term that matches the release. Verify artifacts and license rights instead of treating open weights and open source as interchangeable.

Related terms

Explore adjacent ideas in the knowledge graph.

Open Weights FAQ

What is Open Weights?

Open weights are downloadable model parameters that teams can inspect, run, fine-tune, or redistribute only to the extent permitted by the model's license.

How is Open Weights used in AI systems?

Open weights means a model provider makes trained parameter files available for download. That can enable private inference, custom serving, quantization, fine-tuning, reproducible evaluation, and reduced dependence on a hosted API. Open weights is not automatically the same as open source. A release may omit training code, data, or complete recipes, and its license may restrict commercial use, r...

Related

Comparisons, tools, and models that connect to this idea.