---
title: "Open-weight and closed-weight models"
source: "https://systems-analysis.info/eng/Open-weight_and_closed-weight_models"
wiki: "systems-analysis.info/eng"
article: "Open-weight_and_closed-weight_models"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 276
wiki_created_at: 2026-09-06T22:19:55Z
wiki_modified_at: 2026-09-06T22:19:55Z
downloaded_at: 2026-09-07T22:22:25Z
---

# Open-weight and closed-weight models

**Open-weight and closed-weight models** are two fundamentally different approaches to the development and distribution of large language models (LLMs), forming a key dichotomy in the modern artificial intelligence ecosystem. The choice between these approaches affects technical capabilities, economics, security, and the future development of AI<sup>[\[1\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-stanford_index_2025-1)</sup>.

The distinction lies in the accessibility of the model's trained parameters (weights). **Open-weight** models publish their weights, allowing the community to use, modify, and deploy them locally. **Closed-weight** models, in contrast, keep their weights secret, providing access to their capabilities exclusively through proprietary APIs<sup>[\[2\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-karpathy_def-2)</sup>.

## Definitions and Key Differences

### Open-Weight Models

**Open-weight models** are systems in which the trained parameters (weights) of a neural network are publicly available for use, modification, and distribution. According to **Andrej Karpathy** of OpenAI, such a model is akin to "handing over the binary of an operating system"—users receive a functional product but typically without access to the training source code or training data.

Key characteristics:

- **Local Deployment**: The ability to run the model on one's own hardware, ensuring full data control and privacy.
- **Fine-tuning**: The ability to adapt the model for specific tasks and domains.
- **Transparency and Auditing**: Researchers can study the internal mechanisms of the model to identify biases and vulnerabilities.

### Closed-Weight Models

**Closed-weight models** (also known as proprietary models) are systems whose parameters are a trade secret and are accessible only through an API or restricted licenses. Development companies like OpenAI and Anthropic have complete control over the architecture, training methods, and inference mechanisms. The GPT-4 technical report explicitly states its refusal to disclose details, "given the competitive landscape and the safety implications of large-scale models"<sup>[\[3\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-gpt4_report-3)</sup>.

Key characteristics:

- **Centralized Control**: The developer manages updates, security, and usage policies.
- **Ease of Use**: Access via an API frees users from the need to manage complex infrastructure.
- **Opacity**: The lack of access to internal mechanisms makes independent auditing impossible and complicates understanding the reasons for erroneous or biased responses.

### Distinction from Open Source

It is important to distinguish between the terms **open-weight** and **open-source**. A true open-source model involves the publication of all artifacts necessary for reproduction: weights, architecture, training code, and datasets. Most modern "open" models, such as Llama from Meta, are *open-weight* but not fully *open-source*, as their training data and precise training methods remain private.

## Comparative Analysis: Performance, Cost, and Innovation

### Performance and Customization

Historically, closed-weight models like **GPT-4** have led on general benchmarks. However, the performance gap is rapidly narrowing. According to the *Stanford AI Index 2025*, it has shrunk from 8% to 1.7% over the last year<sup>[\[1\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-stanford_index_2025-1)</sup>. Powerful open-weight models, such as **LLaMA 3.1 405B** from Meta and **DeepSeek-V3**, demonstrate comparable, and on some tasks (especially programming), superior results<sup>[\[4\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-deepseek_v3-4)</sup>.

The key advantage of open-weight models lies in **deep customization**. The ability to fine-tune on specific data allows them to outperform larger but more general-purpose closed-weight models in narrow domains, such as medicine or law.

### Economic Aspects

- **Training Cost**: Creating frontier models is extremely expensive. The training of GPT-4 is estimated to cost over **\$100 million**. Open-weight models like DeepSeek-V3 achieve similar performance at a cost of **\$5.5 million**, democratizing access to the creation of powerful systems.
- **Usage Cost (Inference)**: Closed-weight models are billed on a *pay-per-use* model via an API, which can lead to high expenses with large volumes. Open-weight models deployed locally require an initial investment in infrastructure but have a significantly lower total cost of ownership (TCO) at scale.

### Impact on Scientific Research and Innovation

Open-weight models are fundamentally transforming scientific research by ensuring **reproducibility** and **democratizing access**. Researchers worldwide can analyze, critique, and improve open models, which creates a dynamic ecosystem and accelerates progress. In turn, closed models create a "reproducibility crisis," as claimed results cannot be independently verified.

## Security and Ethical Dilemmas

The issue of security is a central dilemma in the debate between openness and control.

- **Closed-Weight Approach (Centralized Prevention)**: Developers like OpenAI and Anthropic take a preventive approach. They implement complex security filters, conduct intensive red teaming, and adhere to strict policies, such as Anthropic's *Responsible Scaling Policy*, committing not to deploy models that exceed certain risk thresholds<sup>[\[5\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-anthropic_rsp-5)</sup>.
- **Open-Weight Approach (Decentralized Resilience)**: This philosophy, similar to the open-source world, suggests that "many eyes make all bugs shallow." The community can find and fix vulnerabilities more quickly. However, this also creates risks: malicious actors can just as easily study models to find vulnerabilities or remove safety mechanisms through fine-tuning.

Research shows that human intent, rather than model availability, is the primary risk factor. **90%** of documented cases of generative AI misuse are related to the exploitation of permitted capabilities, rather than harm generated by the systems themselves.

## Regulatory Approaches: EU and US

- **EU AI Act**: Adopts a preventive, risk-based approach. The act imposes strict obligations on models with "systemic risk" (requiring more than 10<sup>25</sup> FLOPS for training) but provides limited exceptions for open-source models that do not pose such a risk. This creates an incentive for transparency but also regulatory complexity.
- **US Approach**: Based on promoting innovation and managing risks through industry standards. **President Biden's Executive Order 14110** and the subsequent **NTIA** report recommend refraining from immediate restrictions on open-weight models, proposing instead to create a monitoring system for evidence-based decision-making<sup>[\[6\]](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_note-ntia_report-6)</sup>.

## Key Models and Players

| Model Type        | Model             | Developer  | Key Feature                                                                                 |
|-------------------|-------------------|------------|---------------------------------------------------------------------------------------------|
| **Open-weight**   | LLaMA 3.1         | Meta       | High performance, setting the standard for open models; large community.                    |
|                   | **Mixtral 8x7B**  | Mistral AI | Mixture of Experts (MoE) architecture, providing high performance with low inference costs. |
| **Closed-weight** | GPT-4 / GPT-4o    | OpenAI     | Historical performance leader, strong multimodal capabilities.                              |
|                   | **Claude 4 Opus** | Anthropic  | Focus on safety and ethics (Constitutional AI), large context window.                       |

Comparative table of leading open-weight and closed-weight models

## External links

- <a href="https://hai.stanford.edu/research/ai-index-report-2025" class="external text" rel="nofollow">Stanford AI Index Report 2025</a> — Annual report on the state of AI.
- <a href="https://www.ntia.gov/files/ntia/publications/ntia_ai_open_model_report.pdf" class="external text" rel="nofollow">NTIA report on open-weight models</a>
- <a href="https://en.wikipedia.org/wiki/Open-source_artificial_intelligence#2020s:_Open-weight_and_open-source_generative_AI" class="external text" rel="nofollow">Open-source artificial intelligence — Wikipedia</a>

## See also

- [BLOOM (language model)](https://systems-analysis.info/eng/BLOOM_(language_model) "BLOOM (language model)")
- [DBRX (language model)](https://systems-analysis.info/eng/DBRX_(language_model) "DBRX (language model)")
- [IBM Granite (language model)](https://systems-analysis.info/eng/IBM_Granite_(language_model) "IBM Granite (language model)")
- [Jais (language model)](https://systems-analysis.info/eng/Jais_(language_model) "Jais (language model)")
- [Phi (Microsoft)](https://systems-analysis.info/eng/Phi_(Microsoft) "Phi (Microsoft)")

## Literature

- OpenAI et al. (2023). *GPT-4 Technical Report*. <a href="https://arxiv.org/abs/2303.08774" class="external text" rel="nofollow">arXiv:2303.08774</a>.
- Touvron, H. et al. (2023). *Llama 2: Open Foundation and Fine-Tuned Chat Models*. <a href="https://arxiv.org/abs/2307.09288" class="external text" rel="nofollow">arXiv:2307.09288</a>.
- DeepSeek-AI (2025). *DeepSeek-V3 Technical Report*. <a href="https://arxiv.org/abs/2412.19437" class="external text" rel="nofollow">arXiv:2412.19437</a>.
- Kapoor, S.; Bommasani, R. et al. (2024). *On the Societal Impact of Open Foundation Models*. <a href="https://arxiv.org/abs/2403.07918" class="external text" rel="nofollow">arXiv:2403.07918</a>.
- U.S. NTIA (2024). *Dual-Use Foundation Models with Widely Available Model Weights*. <a href="https://www.ntia.gov/sites/default/files/publications/ntia-ai-open-model-report.pdf" class="external text" rel="nofollow">NTIA Report</a>.
- Stanford HAI (2025). *Artificial Intelligence Index Report 2025*. <a href="https://hai-production.s3.amazonaws.com/files/hai_ai_index_report_2025.pdf" class="external text" rel="nofollow">Full PDF</a>.
- Anthropic (2023). *Responsible Scaling Policy*. <a href="https://www.anthropic.com/responsible-scaling-policy" class="external text" rel="nofollow">Anthropiс RSP</a>.
- Klyman, K. et al. (2024). *A Design Framework for Open-Source Foundation Model Safety*. <a href="https://arxiv.org/abs/2406.10415" class="external text" rel="nofollow">arXiv:2406.10415</a>.
- Kembery, E.; Reed, T. (2024). *AI Safety Frameworks Should Include Procedure for Model Access Decisions*. <a href="https://arxiv.org/abs/2411.10547" class="external text" rel="nofollow">arXiv:2411.10547</a>.
- European Commission (2024). *General-Purpose AI Models in the AI Act – Q&A*. <a href="https://digital-strategy.ec.europa.eu/en/faqs/general-purpose-ai-models-ai-act-questions-answers" class="external text" rel="nofollow">EU AI Act FAQ</a>.
- Zhang, X. et al. (2025). *Mitigating Cyber Risk in the Age of Open-Weight LLMs*. <a href="https://arxiv.org/abs/2505.17109" class="external text" rel="nofollow">arXiv:2505.17109</a>.
- Biderman, S. et al. (2024). *Risks and Opportunities of Open-Source Generative AI*. <a href="https://arxiv.org/abs/2405.08597" class="external text" rel="nofollow">arXiv:2405.08597</a>.

## References

1.  <span id="cite_note-stanford_index_2025-1">↑ <sup>[1.0](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-stanford_index_2025_1-0)</sup> <sup>[1.1](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-stanford_index_2025_1-1)</sup> “Artificial Intelligence Index Report 2025”. *Stanford University HAI*. <a href="https://hai.stanford.edu/research/ai-index-report-2025" class="external autonumber" rel="nofollow">[1]</a> Retrieved July 4, 2025.</span>
2.  <span id="cite_note-karpathy_def-2">[↑](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-karpathy_def_2-0) Karpathy, Andrej. “On Open-sourcing LLMs”. *X (formerly Twitter)*.</span>
3.  <span id="cite_note-gpt4_report-3">[↑](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-gpt4_report_3-0) “GPT-4 Technical Report”. *OpenAI*. <a href="https://arxiv.org/abs/2303.08774" class="external autonumber" rel="nofollow">[2]</a></span>
4.  <span id="cite_note-deepseek_v3-4">[↑](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-deepseek_v3_4-0) “DeepSeek-V2 and DeepSeek-Coder-V2 Technical Report”.</span>
5.  <span id="cite_note-anthropic_rsp-5">[↑](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-anthropic_rsp_5-0) “Anthropic's Responsible Scaling Policy”. *Anthropic*.</span>
6.  <span id="cite_note-ntia_report-6">[↑](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models#cite_ref-ntia_report_6-0) “Dual-Use Foundation Models with Widely Available Model Weights”. *U.S. Department of Commerce, NTIA*. (2024).</span>
