Three things matter if you're thinking about building on Llama for a business.
The 700-million-user clause. The Llama Community License lets you use Llama commercially for free — unless, on the day the specific Llama version released, your product had more than 700 million monthly active users. In that case, you need a separate license from Meta. For virtually every small business, agency, startup, and mid-sized enterprise, this clause is irrelevant. For Apple, Google, Amazon, ByteDance, Tencent, and a handful of others, it matters. If you might be close to that threshold, get a lawyer. For everyone else, treat it as permissive commercial use.
The "trained on Llama outputs" clause. You cannot use Llama or its outputs to train another foundation model that isn't a Llama derivative. Meaning: you can fine-tuneA model that has been further trained on additional data to specialize it for a particular task, domain, or style. Fine-tuning a general model on medical literature produces a medical specialist; fine-tuning on your company's support tickets produces a support assistant that sounds like your team. Fine-tunes are much cheaper to create than training a model from scratch. Llama, you can distill from Llama, you can generate synthetic data with Llama to train other Llama models, but you cannot use Llama to train a from-scratch competitor. Again, this affects essentially nobody outside of other AI labs.
The EU multimodalA model that can handle more than one type of input or output — typically text plus images, sometimes plus audio or video. "GPT-4 Vision" and "Llama 3.2 11B Vision" are multimodal models that accept both text and images. A text-only model is called "unimodal" but nobody uses that term; text-only is the assumed default. restriction (Llama 4 specifically). Llama 4's Acceptable Use Policy restricts use of its multimodal capabilities in the European Union due to EU AI Act compliance concerns. Text-only use appears unaffected. If your business is EU-based or serves EU customers and you need the multimodal features, verify current status with Meta before building on Llama 4 — this one is still evolving.
Beyond those three, Llama is among the most business-friendly open-weightA model where the trained weights are freely downloadable — you can run it yourself without contacting the creator. Llama, Mistral, Qwen, and Gemma are open-weight. Open-weight does not mean open-source: the training data and code often stay private. The license still governs what you can do with the weights, including whether you can use them commercially. licenses in existence. You can modify the models, redistribute them, fine-tune them for specific domains, and build commercial products on top of them, provided you include the license file and display "Built with Llama" in your product.