FLUX
Black Forest Labs' Image and Video Model Family
The model family that made running AI on your own hardware normal. Free to download, but not open source — and Meta's newest models now carry a different name.

Llama is Meta's family of large language models, published as downloadable weights rather than sold as a service. You can run it on your own hardware, fine-tune it on your own data, and deploy it without telling anyone. More than any other single thing, Llama is why running serious AI locally went from a research curiosity to something a person can do on a laptop.
It is also the model most other things are built on. A very large share of the fine-tuned, quantised, specialised models circulating in the open ecosystem started life here, and much of the tooling for local inference exists because Llama gave it something worth running.
There is one thing about it that consistently surprises people, and it is not technical. Llama is free, but it is not open source. That distinction has real consequences, and it is worth understanding before you build a company on top of it.
Worth knowing before you go looking: llama.com now redirects to Meta's developer site, and Meta's newest models carry a different name entirely. The current line-up is branded Muse — a coding-focused agentic model, a companion multi-agent terminal tool, and a compact open model built to run local agents on a single consumer GPU. There is a self-serve Meta Model API alongside them, compatible with OpenAI-style clients.
Llama itself has not gone anywhere. Llama 3 and Llama 4 remain documented and downloadable, and the enormous installed base of deployments and derivatives is unaffected. But if you are choosing a Meta model today rather than maintaining one, the newest work is happening under the Muse name, and the open-weights tradition continues there rather than under the old one.
The current Llama generation is natively multimodal — text and vision trained together rather than bolted onto each other — and comes in two shapes.
Scout is the efficiency play: multimodal, designed to run on a single high-end datacentre GPU, and carrying a context window measured in millions of tokens. For long-document work, that combination is the reason to look here rather than at a hosted API.
Maverick is the capability play: multimodal image and text understanding aimed at high throughput and low cost, with Meta's own estimate placing inference at around nineteen cents per million tokens under distributed serving. That figure assumes you are running it properly at scale, which is a meaningful assumption.
Both are strong on document understanding and image reasoning and competitive rather than dominant on coding. As always, benchmark tables from a vendor tell you what the vendor wants measured — test on your own material before committing.
Llama ships under Meta's own Community Licence, not under Apache, MIT or any other standard open-source licence. It is permissive enough for almost everybody and it carries specific conditions that almost nobody reads.
None of this stops a normal business from using Llama commercially. But the attribution and naming clauses are contractual obligations rather than courtesies, and a company that quietly ships a fine-tuned Llama under its own brand with no attribution is in breach. If that describes your plan, either read the licence properly or choose a model under a genuine open-source licence.
The weights are free. Everything else is not.
Running a large model yourself means GPUs, either bought or rented, plus the engineering time to serve it reliably — batching, quantisation, monitoring, updates. For a small team the honest comparison is not «free versus twenty dollars a month» but «a salary and a server versus an API bill», and the API usually wins until volume is substantial.
The middle path is what most people actually use: Llama hosted by somebody else. Every major cloud and most inference providers serve it, usually at prices well below the closed frontier models, because they are competing on the same freely available weights. You get the cost advantage without the operations burden, at the price of the data-locality benefit that made you interested in the first place.
Genuinely free is the small end: a compact Llama on a modern laptop, running offline, costing nothing but disk space. For summarising, drafting, classification and private work, that is a real answer rather than a demo.
Healthcare, legal, defence, finance, and any organisation with a policy rather than a preference. Downloadable weights turn «we are not allowed to use AI» into an infrastructure question, and that is the single most valuable thing Llama does.
A model shaped by your documents, your tone and your domain, running where you choose, owned by you. Prompting a closed API cannot reach the same place, and the derivative is yours to keep.
Applications that work on a plane, on a factory floor, or in a country with unreliable connectivity. Compact models running on-device make an entire category of product possible that a cloud API simply cannot serve.
You can inspect it, break it, quantise it, and watch what happens. For anyone who wants to understand these systems rather than only use them, having the weights is not a convenience — it is the whole possibility.
The weights are free to download and use commercially under Meta's Community Licence. Running them is not free — you pay in hardware or in hosting — and the licence attaches conditions, so free does not mean unconditional.
No. It ships under a proprietary community licence with attribution requirements, a naming rule for derivatives and a restriction on products above 700 million monthly active users. Widely available, but not open source in the accepted sense of the term.
Yes, provided you stay under the user threshold, display «Built with Llama», prefix any derivative model's name with «Llama», include the licence and copyright notice with anything you distribute, and follow the acceptable use policy.
It redirects to Meta's developer site. Llama 3 and Llama 4 are still documented and downloadable there, but Meta's newest models are branded Muse — including a compact open model built for local agents.
It depends entirely on size. A compact quantised model runs on a decent laptop. The larger multimodal models are designed around high-end datacentre GPUs — one for the efficiency-focused variant, more for serving at scale.
You cannot run those at all — that is the comparison. On capability, the closed frontier models generally lead. On control, privacy, cost at volume and freedom from a vendor's decisions, Llama wins by default because the alternatives do not compete in that category.
Llama changed what is possible for anyone who could not or would not send their data to somebody else's server. It remains the default starting point for local and self-hosted AI, and the ecosystem built on top of it is larger than the model itself.
Two things to carry with you. The licence is not open source and its attribution clauses are real obligations, so read it before you ship. And Meta's newest work now appears under the Muse name, so check which family you are actually choosing rather than reaching for the one you remember.