Llama is a family of large language models published by Meta. The thing that makes it different from ChatGPT, Claude or Gemini is not the chat window. It is that Meta releases the model weights themselves, so anyone can download the model, run it on their own hardware, fine-tune it, or offer it as a service.
That single fact changes how pricing works. With a closed model there is one seller and one price list. With Llama there is no single price at all. You pay whoever is running the model for you, or you pay for the hardware and run it yourself.
Three ways to use Llama
- Meta AI — the consumer assistant inside WhatsApp, Instagram, Messenger and at meta.ai. It runs on Meta's models and is free to use. You do not pick a model or pay per token.
- Hosted API — a provider such as OpenRouter or a cloud platform runs the model and charges you per token. This is where the prices in our catalogue come from.
- Self-host — you download the weights and run them on your own machine or a rented GPU. There is no per-token bill, but you pay for hardware, electricity and your own time.
Who makes it and what it is good at
Meta trains and publishes the Llama family. The current generation, Llama 4, ships in two sizes in our catalogue: Llama 4 Scout and Llama 4 Maverick. Older but still widely used models include Llama 3.3 70B Instruct and the small Llama 3.1 8B Instruct. Meta also lists newer Muse Spark and Muse Glimmer models through hosted APIs, which we cover in the next lesson.
Llama's strengths are practical rather than glamorous. It is cheap per token on hosted APIs. It can be run privately, which matters for regulated data. It can be fine-tuned on your own examples. And because many hosts serve it, you are not locked into one vendor's price list or terms of service.
Honest limits
Open-weight models generally trail the best closed models on the hardest reasoning and coding tasks. If you need frontier performance on difficult work, a Llama model may need more prompting and more checking. Quality also varies between hosts: the same model can be served at different precision, with different context limits and different speeds.
There is no official first-party consumer subscription like ChatGPT Plus. Meta AI is free, but it is a general assistant, not a developer tool with model selection and settings. If you want to choose a specific Llama model, you will be using a hosted API or running it yourself.
Knowledge check
What is the key difference between Llama and a closed model such as GPT or Claude?