Match open base model to its license consideration
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Open base model licenses split three ways: standard OSI licenses (Apache 2.0, MIT) and custom vendor licenses that add clauses like Meta's user threshold or Google's use-case exclusions.
Imagine borrowing tools from five workshops to build something you'll sell. Some workshops hand over the tool and say 'use it however you like, just keep our name on the box': that's Apache and MIT. One workshop says 'free for almost everyone, but if your shop gets enormous, come back and sign a deal': that's Meta's Llama rule about huge user counts. Another says 'free, but here's a list of things you're not allowed to build': that's Google's Gemma policy. The tool works the same in every case. The difference is the paperwork attached, and that paperwork decides whether your business can ship the thing you built.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: license propagation to derivatives + the three buckets (Apache, MIT, vendor) + Llama threshold clause + Gemma use-case exclusions + open weights versus open source + variant-specific exceptions.
| Model family | License | Key condition to check |
|---|---|---|
| Llama 3 / 3.1 / 3.3 | Meta Llama Community License | Separate Meta license required above 700M monthly active users |
| Mistral 7B / Mixtral | Apache 2.0 | Broad commercial use; keep the notice and attribution |
| Qwen 2 / 2.5 | Apache 2.0 (most sizes) | A few variants carry their own license; check per size |
| DeepSeek-V2 / V3 | MIT (base weights) | Model-card commercial clarifications; among the most permissive |
| Gemma 2 / 3 | Gemma terms + Prohibited Use Policy | Categorical use-case exclusions you must review |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Assuming every open-weight model is open source. Several use custom vendor licenses with conditions that can block your specific commercial use, even when the weights download freely.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.