Skip to main content
Live
Main content
Review · Chatbots
Llama logo

Llama

Editor rating
3.9/ 5
Starting price
$0 licence fee
Free tier
Yes
Platforms
WebLinuxmacOSWindows
Developer
Meta Platforms, Inc. (Meta AI)
Launched
2023

Llama

3.9 / 5By Meta Platforms, Inc. (Meta AI)Researched overview by AI Chat DailyUpdated Visit official site ↗
The verdict

Llama 4 is still the default open-weights choice for anyone who needs to own their inference: permissive enough for most commercial use, cheap to rent, and hosted on every major cloud. The caveat is direction of travel — Meta has not published a new open generation since April 2025, and its 2026 frontier models ship behind a closed API.

Try LlamaOpens www.llama.com

How this was put together. This is a researched overview, not a hands-on review — compiled by the AI Chat Daily desk from Llama's own documentation, pricing pages and release notes, plus how the product has been received. The score reflects documented capability and market position rather than our own testing. Last checked Aug 24, 2026. No sponsorship, no affiliate relationship. Read our editorial standards and corrections policy.

The good
  • Weights are genuinely downloadable and redistributable — fine-tune, quantise and serve Llama 4 on your own hardware with no per-token fee
  • Llama 4 Scout activates 17B of its 109B parameters per token, so compute cost is far lower than the total parameter count implies
  • Hosted by AWS Bedrock, Microsoft Foundry and Google Vertex AI, so you can change cloud without changing model
  • Rented inference is unusually cheap — Llama 4 Scout listed around $0.10 per million input tokens on OpenRouter in August 2026
  • Llama Guard 4 and Prompt Guard ship alongside as open safety and prompt-injection classifiers
Watch out
  • The Community Licence is not OSI open source — it carries an acceptable-use policy, naming rules and a 700-million-monthly-user cut-off
  • Any model you fine-tune from Llama must begin its name with 'Llama' and display 'Built with Llama' publicly
  • No new open-weights generation since Llama 4 in April 2025; Llama 3.3 70B is still the newest dense text model
  • Meta Superintelligence Labs' 2026 models — Muse Spark 1.1, Muse Image, Muse Video — are API-only, with no published weights
  • Twelve officially supported languages and an August 2024 knowledge cutoff on Llama 4
Best for
  • Teams whose data cannot leave their own infrastructure
  • Fine-tuning a small model on a narrow, repetitive task
  • High-volume pipelines where per-token API pricing dominates the bill
  • Products that need a model they can pin and keep serving for years
  • Research and evaluation work that requires access to weights
Avoid if
  • You need frontier-grade reasoning or agentic coding today
  • Your product already serves more than 700 million monthly active users
  • Nobody on the team wants to own GPUs, quantisation and uptime
  • You need knowledge past August 2024 without building your own retrieval layer
  • You want to ship a fine-tuned model under your own brand name

Pricing

Weights (self-hosted)
$0 licence fee

Llama 4 Scout and Maverick plus the Llama 3.x models download free under the Llama Community Licence. You pay only for the hardware you run them on.

Hosted API
From ~$0.10/M input tokens

Per-token pricing set by whichever host you use. Llama 4 Scout listed at roughly $0.10 per million input and $0.30 per million output tokens on OpenRouter as of August 2026.

Best value
Very-large-scale commercial
Negotiated with Meta

Products above 700 million monthly active users must request a separate licence from Meta, granted at Meta's sole discretion.

Llama is a family of weights, not a product you subscribe to

There is no Llama app to sign up for and no Llama Pro tier. Meta's consumer assistant is a separate product that lives in the Meta AI app and inside Instagram, WhatsApp and Facebook. What "Llama" names is a set of model files that Meta publishes for download, together with the licence that governs what you may do with them. You either run those files on hardware you control, or you pay somebody else who has already loaded them onto theirs. That single distinction drives every practical decision on this page.

That structure is why the family became the default open-weights choice. A downloadable model can be fine-tuned on proprietary data, quantised to fit a specific GPU, pinned to a version that never changes underneath you, and run inside a network that has no route to the public internet. None of that is possible with a hosted frontier API, however good it is.

The current lineup

As of August 2026 the family Meta publishes looks like this:

  • Llama 4 Scout — 17B active parameters of 109B total across 16 experts, natively multimodal (text and image in, text and code out), with a documented 10-million-token context window and pretraining on roughly 40 trillion tokens.
  • Llama 4 Maverick — 17B active of roughly 400B total across 128 experts, same modalities, 1-million-token context, pretrained on roughly 22 trillion tokens. An FP8 build is published alongside.
  • Llama 3.3 70B Instruct — the newest dense, text-only instruct model, from December 2024.
  • Llama 3.2 1B and 3B — small multilingual text models for on-device work, plus 3.2 Vision at 11B and 90B.
  • Llama Guard 4 12B and Prompt Guard 2 — open safety classifiers for screening inputs and outputs, and for flagging jailbreak and prompt-injection attempts before a request reaches your main model.

Both Llama 4 models officially support twelve languages — Arabic, English, French, German, Hindi, Indonesian, Italian, Portuguese, Spanish, Tagalog, Thai and Vietnamese — and carry an August 2024 knowledge cutoff. Meta's model card is explicit that pretraining data included publicly shared posts from Instagram and Facebook alongside licensed and public sources.

Where Meta's frontier work went

The most important fact about Llama in 2026 is not in the model cards. Meta has not shipped a new open-weights generation since April 2025. Its 2026 flagship work comes from Meta Superintelligence Labs under an entirely different brand: Muse Spark launched in April 2026, Muse Spark 1.1 followed on 9 July 2026 as a multimodal reasoning model aimed at agentic tool use and coding with a 1-million-token context, and Muse Image and Muse Video arrived the same month. Those models are reached through the new Meta Model API, in public preview, and through the Meta AI app — not through a download link. Searching Hugging Face for Muse weights returns nothing.

Meanwhile llama.com itself now redirects to developer.meta.com. Read that as a signal rather than a death notice: Llama 4 is still served, still supported by every major cloud, and Meta still publishes open models in vision and science. But anyone planning a multi-year build on the assumption that a Llama 5 will arrive to replace Llama 4 is planning on something Meta has not announced.

Reading the Community Licence properly

The Llama 4 Community Licence is permissive but it is not Apache or MIT, and the differences matter if you are shipping a product.

You get a non-exclusive, worldwide, royalty-free licence to use, reproduce, distribute, modify and create derivative works. In exchange, redistribution obliges you to include the agreement itself, retain an attribution notice in a NOTICE file, and prominently display "Built with Llama" on a related website, interface, blog post or product documentation. If you use Llama or its outputs to train or fine-tune another model that you distribute, that model's name must begin with "Llama" — a real constraint if you intended to brand your fine-tune as something else entirely. Use also has to comply with the Acceptable Use Policy, which is incorporated into the licence by reference.

The clause everyone quotes is Section 2: if the products you or your affiliates offer had more than 700 million monthly active users in the calendar month before the version's release date, you must ask Meta for a separate licence, and Meta may refuse. In practice this is a clause aimed at a handful of companies. For everyone else it is noise. Two smaller details are worth knowing: you own the derivative works and modifications you make, and the licence terminates if you sue Meta over Llama-related IP. Governing law is California.

What self-hosting actually costs

Licence fee zero, hardware bill not zero. The rough arithmetic follows from parameter counts and precision. A 1B or 3B Llama 3.2 model quantised to 4-bit fits comfortably on a laptop. Llama 3.1 8B needs single-digit gigabytes and runs on one consumer GPU. Llama 3.3 70B at 4-bit lands near 40GB, which realistically means one 48GB card or two 24GB cards, plus enough headroom for the KV cache once contexts get long.

Llama 4 breaks the intuition that mixture-of-experts models are cheap to host. Only 17B parameters activate per token, which makes them fast and cheap to run — but all the experts still have to sit in memory. Scout's 109B total needs roughly 60GB even at 4-bit; Maverick's ~400B is a multi-GPU server, and the published FP8 build exists precisely because the full-precision one is impractical for most people. MoE saves you compute, not memory.

Then add the parts that do not appear in a spec sheet: batching and serving infrastructure, evaluation harnesses when you upgrade, someone on call when throughput collapses at 2am, and the quantisation work needed to make any of it fit your budget.

Renting it instead

Llama is the most widely hosted open family in the industry, which means self-hosting is a choice rather than a requirement. AWS Bedrock lists Llama 4 Scout and Maverick alongside the 3.x models. Microsoft Foundry, the renamed Azure model catalogue, carries both Llama 4 models. Google serves Scout through Vertex, and specialist inference providers including Groq, DeepInfra and Novita compete on the same weights — visible on aggregators such as OpenRouter, where Scout was listed around $0.10 per million input and $0.30 per million output tokens in August 2026, and Maverick around $0.20 and $0.70.

Those numbers reframe the whole question. At that rate, a workload has to be substantial before a GPU lease plus an engineer's time beats simply paying per token. The good news is that the portability is real: because every host serves the same weights, moving between them is a configuration change rather than a rewrite and re-evaluation.

So which should you do?

Self-host when the reason is structural rather than financial — data that legally cannot leave your estate, an air-gapped deployment, a fine-tune on proprietary data that you need to keep private, or a product that must guarantee the same model behaviour for years. Those are things no API can sell you.

Rent when the reason is capability or convenience. If you want the best available reasoning, agentic coding or up-to-date knowledge, the frontier is elsewhere, and Meta's own newest models are no longer part of the open story. Between those poles, the pragmatic pattern is to call Llama through a hosted endpoint while you prototype, measure whether a smaller fine-tuned model would do the job, and only take on GPUs once the volume or the compliance requirement makes that unavoidable.

Frequently asked questions

Is Llama free to use commercially?
Yes, for almost everyone. The Llama 4 Community Licence grants a royalty-free, worldwide right to use, modify and redistribute the weights, including commercially. Three obligations attach: ship a copy of the licence and a NOTICE file with any redistribution, display 'Built with Llama' on a related website or product page, and begin the name of any model you train from Llama with 'Llama'. Use must also comply with Meta's Acceptable Use Policy. Separately, if your products had more than 700 million monthly active users on the version's release date, you must request a licence from Meta, which it may grant at its discretion.
What is the newest Llama model in 2026?
Llama 4 Scout and Llama 4 Maverick, both released 5 April 2025, are still the newest open-weights generation as of August 2026. Scout activates 17B of 109B total parameters across 16 experts with a documented 10-million-token context window; Maverick activates 17B of roughly 400B across 128 experts with a 1-million-token window. Llama 3.3 70B Instruct remains the newest dense text-only model. Meta's own Hugging Face organisation still lists Llama 4 as the current family.
Is Meta still releasing open weights?
Not at the frontier. Meta's 2026 flagship releases — Muse Spark in April 2026, Muse Spark 1.1 in July 2026, and Muse Image and Muse Video — come from Meta Superintelligence Labs and are distributed through the new Meta Model API and the Meta AI app, not as downloads. No Muse weights appear on Hugging Face, and llama.com now redirects to Meta's developer hub. Meta continues to publish open models in other areas, such as Segment Anything and DINO for vision.
What hardware do I need to self-host Llama?
It scales with the model. Llama 3.2 1B and 3B run on a laptop or a phone-class chip in 4-bit. Llama 3.1 8B needs roughly 5-9GB of memory depending on quantisation, so a single consumer GPU is enough. Llama 3.3 70B at 4-bit needs around 40GB, which means a 48GB card or a pair of 24GB cards. Llama 4 is the awkward case: mixture-of-experts models only activate 17B parameters per token, but every expert has to be resident, so Scout's 109B total needs roughly 60GB even at 4-bit and Maverick's ~400B needs a multi-GPU server.
Does Llama train on my conversations?
If you run the weights yourself, nothing leaves your machine — that is the main reason regulated teams choose Llama at all. If you call Llama through a host, the answer belongs to that host, not to Meta: AWS Bedrock, Microsoft Foundry and Google Vertex AI each publish their own data-handling terms, and aggregators such as OpenRouter expose per-provider retention and training policies you can filter on.
Where do I actually download the weights?
Two routes. Meta's own download page at llama.com/llama-downloads, which now resolves to developer.meta.com, requires you to accept the licence and request access. The Hugging Face meta-llama organisation hosts both the original Meta-format and transformers-format repositories; access is gated behind accepting the licence and acceptable-use policy, with requests processed hourly. Community-quantised mirrors of the same weights also circulate on Hugging Face for people who want GGUF or FP8 builds.
AI Box Daily briefingFree · Daily · No fluff

Stay ahead of everyone in AI.

The tightly edited AI news email engineers, founders, and investors actually open. One email. Every weekday. Five minutes to finish.

Loved by 10,000+ AI professionals
Free forever. Unsubscribe with one click.

The briefing read inside teams at