Saúde
Open weights
Texto da Wikipédia (en), licença CC BY-SA. O BETARUBI mostra o verbete inteiro nesta página — a leitura não continua fora do site.
| Part of a series on |
| Artificial intelligence (AI) |
|---|
| Glossary |
Open weights are the publicly released learned parameters of a trained artificial intelligence model, principally its weights and biases. In an artificial neural network, weights are numerical values that determine how strongly inputs contribute to the network's calculations. Publishing these values allows others to download and use the model, while permission to modify, fine-tune or redistribute it depends on its license. The term is commonly applied to large language models and other generative artificial intelligence models.[1][2]
As of August 2026, the largest open weights models, with over a trillion parameters, are predominantly released by the AI industry in China, led by Alibaba Cloud, DeepSeek, and AI tigers including Moonshot AI and Z.ai. Open weights releases outside China are led by US labs Thinking Machines Lab, Nvidia's Nemotron family, and Mistral AI.[3][4][5]
Characteristics
During training, a neural network adjusts its parameters to improve its output. Weights determine the contribution of inputs to weighted sums, while biases are additional learned values. A model described as having seven billion parameters contains roughly seven billion learned values.[6]
Model openness
Releasing model weights may form part of a broader effort to make an artificial intelligence model more transparent and reproducible. The Model Openness Framework evaluates whether components such as the model's parameters, source code, training data, evaluation results, intermediate checkpoints and technical documentation are publicly available under an open license. Under the framework, releasing only the final weights represents a lower degree of openness than releasing the materials needed to study, modify and reproduce the model.[7]
Model cards
A model card is a document accompanying a trained machine learning model that describes a model’s intended uses, limitations, training data and evaluation results. On Hugging Face, model cards are stored as Markdown README.md files with additional metadata in each model repository, helping users evaluate a model before downloading or deploying it.[8][9]
Comparison with open-source AI
The Open Source Initiative distinguishes open weights from open-source artificial intelligence when the materials needed to study and modify the model's development process are not also available.[1]
| Component | Open weights | Open-source |
|---|---|---|
| Weights and biases | Released | Released |
| Training code | Not shared | Fully shared |
| Intermediate checkpoints | Withheld | Optional, but desirable |
| Training dataset | Not shared or disclosed | Released where legally permitted |
| Training-data composition | Partially disclosed or undisclosed | Fully disclosed |
Benefits and concerns
Open weights can support local deployment, customization, independent research and competition without requiring access through the original developer's API. However, widely distributed weights generally cannot be withdrawn and may be modified to remove safeguards. A 2024 report by the National Telecommunications and Information Administration examined these benefits and risks and recommended continued monitoring rather than immediate restrictions.[10][11]
Professors Peter Henderson and Mark Lemley argue that open-weight license terms are largely unenforceable because they presuppose intellectual property rights in ML model weights that do not exist. Whereas computer programs are typically copyrightable because they are "derived from a human-written copyrightable expression of an idea", model weights are generated automatically by a machine learning algorithm. The functional nature of ML model weights likely precludes copyright protection as well.[12] A whitepaper published by the Intellectual Property Owners Association in 2020 proposes a sui generis right in trained AI models.[13]
Open-weight large language models
As of August 2026, the largest open weights models, with over a trillion parameters, are predominantly released by the AI industry in China, led by the larger Alibaba Cloud (Qwen3.8, 2.4T) and Deepseek (V4, 1.6T), and AI tigers including Moonshot AI (Kimi K3, 2.8T) and Z.ai (GLM-5.3, 753B). The largest models outside China are released by Thinking Machines Lab (Inkling, 975B), Nvidia (Nemotron 3 Ultra, 550B), and Mistral AI (Mistral Large 3, 675B).[3][4][5]
The following is a list of notable large language models and model families for which at least one version has been released with publicly accessible weights.[14]
- BLOOM — BigScience
- DBRX — Databricks
- DeepSeek — DeepSeek
- Falcon — TII
- Gemma — Google DeepMind
- GLM — Z.ai
- GPT-OSS — OpenAI
- Granite — IBM
- Jamba — AI21 Labs
- Kimi — Moonshot AI
- Llama — Meta AI
- MiniMax — MiniMax Group
- Mistral — Mistral AI
- Muse Glimmer — Meta AI
- Nemotron — Nvidia
- OLMo — Allen Institute for AI
- Phi — Microsoft
- Qwen — Alibaba Cloud
- Step — StepFun
See also
References
- 1 2 3 "Open Weights: not quite what you've been told". Open Source Initiative. Retrieved 28 July 2026.
- ↑ "Neural networks: Nodes and hidden layers". Google for Developers. Google. 3 December 2025. Retrieved 28 July 2026.
- 1 2 "State of Open Models: Summer 2026 Observations". huggingface.co. 2026-08-12. Retrieved 2026-08-23.
- 1 2 Bastian, Matthias (2026-07-16). "Ex-OpenAI CTO Murati's Thinking Machines drops Inkling, a 975B parameter model that leads US labs but trails China". The Decoder. Retrieved 2026-08-23.
- 1 2 "Comparison of AI Models across Intelligence, Performance, and Price | Artificial Analysis". artificialanalysis.ai. Retrieved 2026-08-23.
- ↑ "Machine Learning Glossary: ML Fundamentals". Google for Developers. Google. Retrieved 28 July 2026.
- ↑ White, Matt; Haddad, Ibrahim; Osborne, Cailean; Liu, Xiao-Yang; Abdelmonsef, Ahmed; Varghese, Sachin Mathew; Le Hors, Arnaud (2024). "The Model Openness Framework: Promoting Completeness and Openness for Reproducibility, Transparency, and Usability in Artificial Intelligence". arXiv:2403.13784 [cs.AI].
- ↑ "Model Cards". Hugging Face. Retrieved 28 July 2026.
- ↑ Mitchell, Margaret; Wu, Simone; Zaldivar, Andrew; Barnes, Parker; Vasserman, Lucy; Hutchinson, Ben; Spitzer, Elena; Raji, Inioluwa Deborah; Gebru, Timnit (2019). Model Cards for Model Reporting. Proceedings of the Conference on Fairness, Accountability, and Transparency. Association for Computing Machinery. pp. 220–229. arXiv:1810.03993. doi:10.1145/3287560.3287596.
- ↑ "Dual-Use Foundation Models with Widely Available Model Weights Report". National Telecommunications and Information Administration. Retrieved 28 July 2026.
- ↑ "Open weights and American AI leadership". Microsoft. Retrieved August 6, 2026.
- ↑ Henderson, Peter; Lemley, Mark A. (June 2025). "The Mirage of Artificial Intelligence Terms of Use Restrictions". Indiana Law Journal. 100 (4): 1327–1387. arXiv:2412.07066.
- ↑ Tham, Yeen (2020-11-02). "Sui Generis Right for Trained AI Models" (PDF). Intellectual Property Owners Association. Retrieved 2026-08-08.
- ↑ Anel, Philippe (June 2026). "Open Weight Models". GitHub. Retrieved August 5, 2026.
