What it means
The distinction matters more than the industry's vocabulary suggests. Open weights means the trained parameters are downloadable, so you can run the model on your own hardware. Open source, properly used, additionally means a license granting broad rights to use, modify and redistribute — typically with the training code and data pipeline available too.
Most models described in the press as "open source" are open-weight releases under custom licenses. Those licenses routinely carry restrictions a genuinely open license would not: revenue or user thresholds above which terms change, mandatory attribution, bans on training competing models, and in some cases geographic exclusions barring use in particular countries entirely.
A downloadable model, a public repository and a permissive-sounding announcement are all compatible with a license that forbids the thing you want to do.
Why it matters
Teams adopt open-weight models specifically to gain control — over cost, over data residency, over their own roadmap. A license restriction discovered after deployment defeats that entirely, and these terms are load-bearing for exactly the commercial use cases that motivate self-hosting in the first place.
In practice
Read the actual license file, not the announcement or the coverage. Four questions settle most cases: is commercial use permitted at all; are there revenue or user thresholds; is attribution or a no-compete clause mandatory; and is your country excluded? Note that restrictions often apply to the downloadable weights while the hosted API stays generally available, so say which path is actually open to you.
Where this shows up
Tools and models in our catalog.
Llama 4Meta's open-weight frontier model family. Maverick: MoE 400B/17B active, 1M context, 1,417 Elo. Scout: 10M context. Most-downloaded open-weight models. Community license (free under 1M MAU).
DeepSeek R1First open-source reasoning model matching OpenAI o1. MIT license. R1-0528 adds JSON output and function-calling. Distilled variants 1.5B-70B. Banned on gov devices in multiple countries.
Mistral Large 3Mistral's most capable model. 675B total MoE (41B active), 256K context, multimodal. Top open-source coding model on LMArena. Roughly half the cost per token of GPT-5.1. Modified MIT license.
Qwen3.8-MaxAlibaba's frontier mixture-of-experts model: 2.4 trillion total parameters, about 95 billion active per request, roughly a one-million-token context window, served API-only via QwenCloud.
Kimi K3Moonshot AI's flagship — a 2.8 trillion parameter mixture-of-experts model activating 16 of 896 experts per token, with a 1 million token context window and native vision. Beats Claude Opus 4.8 on most coding benchmarks; largest open-weights model from a Chinese lab. Weights due July 27, 2026.