Llama 4 Scout 17B
Meta · United States · Llama Community License
Commercial use: Conditional — commercial use with a trigger
Llama 4 Community License. Commercial use permitted below 700 million monthly active users; derivatives must carry "Llama" in the name and display "Built with Llama". Not an OSI open-source licence, whatever it is called elsewhere.
Note that Llama Community License is not an OSI-approved open-source licence. The weights are downloadable, which is not the same thing.
The small model with the widest support anywhere. If a tool runs one local model, it runs this one.
Why it should matter to you
A reasonable first thing to install if you want to find out whether local AI is viable for you at all, mostly because everything supports it. It is no longer the best model at its size — Qwen3 and Gemma 3 beat it — so treat it as the compatibility baseline rather than the destination.
How it connects to our work
Note that the Llama licence is not open source, despite universally being called that. Commercial use is permitted below 700 million monthly active users, derivatives must carry 'Llama' in the name, and the terms must flow downstream. Almost nobody hits the threshold; everybody should still know the clause exists.
Advantages
- Very long advertised context
- Vision capable
- Still the widest tooling support of any family
Disadvantages
- Meta has published no newer open-weight model since mid-2025, so this line is ageing while Chinese and European labs ship quarterly
- The 700M MAU clause and naming requirement rule it out of OSI open source
- Advertised context far exceeds the length at which quality actually holds
- Gated on the Hub: access must be requested and manually approved, which breaks any pipeline that re-fetches weights unattended
Reach for it when
Teams already standardised on Llama tooling, and cases where a US-origin model is a procurement requirement.
Where it falls down
Capability-per-gigabyte against current Qwen and Ornith releases, and long-context work at anything approaching the headline number. Benchmark before you rely on that figure. The manual access gate is also a real operational constraint — automated rebuilds cannot pull it without a cached copy.
Running it
80 GB GPU or 96 GB+ Mac at Q4_K_M. See the hardware sizing tables for how that maps to specific chips and cards, and the quantisation guide for what you give up at each bit width.
Free tiers carrying this model
| Provider | Type | The catch | Live limits |
|---|---|---|---|
| OpenRouter | Aggregator | Free-pool membership changes without notice — a model you built on can stop being free, and the list above will drift. Data passes through OpenRouter and then the upstream provider, so check the privacy and routing settings before sending anything sensitive. | check → |
| NVIDIA NIM | Inference host | It is a credit grant, not a permanent free tier. When the credits run out you are on a paid plan or self-hosting the container. | check → |
| Cloudflare Workers AI | Edge inference | The Neuron accounting makes it hard to predict how many actual requests you get, because different models consume at very different rates. | check → |
| GitHub Models | Aggregator | Explicitly positioned for experimentation, not production. Rate limits are low enough that they will stop a real workload. | check → |
Jurisdiction: United States
Best raw capability and the deepest tooling ecosystem. For EU personal data you are relying on a transfer framework rather than on data never leaving the bloc, so check whether your DPA and your customers accept that.
Watch for: Enterprise API tiers usually promise no training on your data; consumer tiers and free tiers frequently do not. The free tier is where this bites.
This model has a published technical report: arXiv:2407.21783 It is indexed in our research library alongside the work it builds on.
Frequently asked
Can I use Llama 4 Scout 17B commercially?
Llama 4 Community License. Commercial use permitted below 700 million monthly active users; derivatives must carry "Llama" in the name and display "Built with Llama". Not an OSI open-source licence, whatever it is called elsewhere.
What hardware do I need to run Llama 4 Scout 17B?
80 GB GPU or 96 GB+ Mac at Q4_K_M. Weights alone are roughly 61 GB at Q4_K_M and 115 GB at Q8_0. Add KV cache on top of that, which grows with your context length.
What licence is Llama 4 Scout 17B released under?
Llama Community License. Commercial use permitted, but a separate licence from Meta is required if the product had more than 700 million monthly active users in the month before release. Derivative models must carry 'Llama' in the name and an attribution notice. This is not an OSI-approved open-source licence, whatever the marketing says.
Where can I use Llama 4 Scout 17B for free?
Free tiers carrying it include OpenRouter, NVIDIA NIM, Cloudflare Workers AI, GitHub Models. Limits differ per provider and change often, so check each provider's own limits page. You can also self-host the weights, which has no rate limit at all.
Similar models
Gemma 4 31B
24 GB GPU at Q4_K_M, or a 32 GB Mac.
Fara-7B
8 GB GPU or any 16 GB Mac.
gpt-oss-120b
80 GB GPU, or 96 GB+ unified memory.
gpt-oss-20b
16 GB GPU or Mac. A strong default for local agents.
Wiring Llama 4 Scout 17B into something real?
We build the evaluation harness, the failover and the cost ceilings around a model like this, so it survives contact with production.
Maps to AI agent development, AI automation development and AI strategy and consulting. Or see it working: our case studies.