PromptForge
AI Glossary

Models & architecture

Open-weights model

Also known as: open source model, open weights, local model

Definition

An open-weights model has publicly downloadable parameters, letting anyone run it on their own hardware. Llama, Mistral, Qwen and DeepSeek are prominent examples.

Open weights change the deployment calculus. You can run inference locally or in your own cloud, which means no per-token cost, no data leaving your infrastructure, no rate limits, and no vendor deprecating the model you built on.

The distinction from "open source" matters. Most open-weights releases publish parameters but not training data or training code, and many carry licences with commercial restrictions. Read the licence before building a business on one.

The capability gap against frontier closed models has narrowed considerably but not closed, particularly on complex reasoning. For many production tasks — classification, extraction, summarisation, routine generation — open weights are now entirely sufficient.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.