Meta Open Models: Model List and Licenses
About Meta
Meta is the publisher of Llama, the open-weight language models. On Hugging Face it releases Llama, Llama Guard and Prompt Guard through the meta-llama organization and research models through the facebook organization. This page covers both.
Llama is one of the models that got local LLMs going, and it is still the base of many fine-tunes and quantized builds.
What It Releases
- The newest family on meta-llama is Llama 4, from April 2025. It has two models, Llama 4 Scout (109B total, 17B active, 16 experts) and Llama 4 Maverick (400B total, 17B active, 128 experts), both MoE models trained on images from the start. According to the model card, the context length is 10 million tokens for Scout and 1 million for Maverick.
- No newer Llama family has appeared on the meta-llama organization since then (as of 2026-09-26). That is why the meta-llama models in the table below stop at April 2025.
- Research models continue on the facebook organization, such as MobileMoE from June 2026 (MoE text models from 1.3B to 5.3B), but many use non-commercial licenses (
fair-noncommercial-research-license,cc-by-nc-4.0).
Licenses
- Llama 4 uses its own Llama 4 Community License. Commercial use is allowed, but if your products or services had more than 700 million monthly active users on the Llama 4 release date, you must request a separate license from Meta. When distributing products or models built with Llama, you must prominently display “Built with Llama" and follow the Acceptable Use Policy.
- Access is gated on Hugging Face. meta-llama models can only be downloaded after you accept the license and the Acceptable Use Policy and request access.
- This summary is not legal advice; read the license text before use.
Running Them Locally
- Llama 4 activates 17B, but all the weights must be loaded. Even Scout is 109B in total, so it needs heavy quantization to fit on a single consumer GPU. If you want a small model, earlier generations such as the Llama 3.2 1B and 3B are options.
- GGUF builds of Llama come from third parties. There are no GGUF files on the meta-llama organization; for llama.cpp, Ollama and LM Studio, use conversions by quantizers.
Sources: the meta-llama organization card; the model card of meta-llama/Llama-4-Scout-17B-16E-Instruct and the Llama 4 Community License; the model lists of the meta-llama and facebook organizations on Hugging Face (all as of 2026-09-26).
Our Coverage and Data
Local Model Watch has not published an article on Meta’s models yet. The model list below is collected by code from Hugging Face every day. Part of our publisher index; model families link to their family pages.
At a Glance
| Item | Value |
|---|---|
| Hugging Face organization | meta-llama, facebook |
| Models on Hugging Face | 2429 |
| Articles on its own models | 0 |
| Articles on derived models | 0 |
Recent Models on Hugging Face
The publisher lists 2429 models in total on Hugging Face. Below are up to 15 of the most recent generative models (text, image, video, audio and so on), the scope of this site, per organization. Classifiers, feature extractors, research components and repositories without a model card are omitted, and the publisher’s own quantized builds and helper variants are folded into the row of the original model. Parameter counts are left blank for repositories that pack weights into integer types, where Hugging Face’s count is not the real parameter count.
meta-llama (70 models)
→ Scroll horizontally to see all columns
| Released | Model | Task | Parameters | License | Official variants |
|---|---|---|---|---|---|
| 2025-04-23 | meta-llama/Llama-Guard-4-12B | vision-language | 12.0B | llama4 |
— |
| 2025-04-03 | meta-llama/Llama-4-Maverick-17B-128E | vision-language | 401.6B | llama4 |
Instruct, Instruct-FP8 |
| 2025-04-03 | meta-llama/Llama-4-Scout-17B-16E | vision-language | 108.6B | llama4 |
Instruct |
| 2024-11-27 | meta-llama/Llama-3.3-70B-Instruct | text generation | 70.6B | llama3.3 |
— |
| 2024-09-21 | meta-llama/Llama-Guard-3-1B | text generation | 1.5B | llama3.2 |
INT4 |
| 2024-09-21 | meta-llama/Llama-Guard-3-11B-Vision | vision-language | 10.7B | llama3.2 |
— |
| 2024-09-19 | meta-llama/Llama-3.2-90B-Vision | vision-language | 88.6B | llama3.2 |
Instruct |
| 2024-09-19 | meta-llama/Llama-3.2-11B-Vision | vision-language | 10.6B | llama3.2 |
Instruct |
| 2024-09-19 | meta-llama/Llama-3.2-3B | text generation | 3.2B | llama3.2 |
Instruct-SpinQuant_INT4_EO8, Instruct-QLORA_INT4_EO8, Instruct |
| 2024-09-19 | meta-llama/Llama-3.2-1B | text generation | 1.2B | llama3.2 |
Instruct-SpinQuant_INT4_EO8, Instruct-QLORA_INT4_EO8, Instruct |
| 2024-07-22 | meta-llama/Llama-Guard-3-8B | text generation | 8.0B | llama3.1 |
INT8 |
| 2024-07-16 | meta-llama/Llama-3.1-405B | text generation | 405.9B | llama3.1 |
FP8, Instruct-FP8, Instruct |
| 2024-07-15 | meta-llama/Llama-3.1-70B | text generation | 70.6B | llama3.1 |
Instruct |
| 2024-07-15 | meta-llama/Llama-3.1-8B | text generation | 8.0B | llama3.1 |
Instruct |
| 2024-04-17 | meta-llama/Meta-Llama-Guard-2-8B | text generation | 8.0B | llama3 |
— |
facebook (2359 models)
→ Scroll horizontally to see all columns
| Released | Model | Task | Parameters | License | Official variants |
|---|---|---|---|---|---|
| 2026-06-11 | facebook/MobileMoE-S-Base | text generation | 1.3B | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-M-Base | text generation | 2.8B | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-M-SFT | text generation | 2.8B | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-S-SFT | text generation | 1.3B | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-S-QAT | text generation | — | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-M-QAT | text generation | — | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-L-QAT | text generation | — | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-L-SFT | text generation | 5.3B | fair-noncommercial-research-license |
— |
| 2026-06-11 | facebook/MobileMoE-L-Base | text generation | 5.3B | fair-noncommercial-research-license |
— |
| 2026-05-19 | facebook/Large-Sparse-Reconstruction-Model | 3D generation | — | cc-by-nc-4.0 |
— |
| 2026-03-05 | facebook/hyden-mogev2-surface-normal | image generation | — | fair-noncommercial-research-license |
— |
| 2026-01-15 | facebook/ShapeR | 3D generation | — | cc-by-nc-4.0 |
— |
| 2026-01-14 | facebook/ActionMesh | 3D generation | — | other |
— |
| 2025-12-22 | facebook/cowtracker | video generation | — | cc-by-nc-4.0 |
— |
| 2025-12-18 | facebook/map-anything-apache-v1 | 3D generation | 563M | apache-2.0 |
— |
From the Hugging Face API. Last changed 2026-09-26 (JST). Collected by code.
Last updated 2026-09-26 (JST). The explanation at the top of this page was written with the help of AI from the primary sources it cites. The tables and lists under “Our Coverage and Data" are assembled by code from our article log and the Hugging Face API.