AI SeedbankHelp preserve open and free AI for humanity's future

Llama models: every size, compared (1B to 405B and Llama 4)

Last updated: 2026-09-01

Meta's Llama family runs from a 1.24B model that fits a phone to a 405.85B model that wants a server rack, and the size most people should pick is the 8B class: a 16.07 GB download that runs on an 8 GB graphics card once quantized. Llama 4 Scout and Maverick are the mixture-of-experts outliers, with 17B parameters active per token.

One fact does most of the deciding, and most comparison pages never state it. Released Llama weights are BF16, 2 bytes per parameter, so the download size is also the memory the model needs unquantized: an 8B model is a 16.07 GB download and roughly a 16 GB footprint, and the same weights at Q4 run in about 5 GB. The table below puts every size side by side with the numbers that decide; what this site carries is in the models catalog.

The Llama family in 2026, one table

The ladder, per generation: Llama 2 in 7B, 13B, and 70B; Llama 3 in 8B and 70B; Llama 3.1 in 8B, 70B, and 405B; Llama 3.2 in 1B and 3B text plus 11B and 90B vision; Llama 3.3 in 70B; Llama 4 in Scout and Maverick. The meta-llama README is the source of record for the ladder, the license files, and the official download flow.

ModelParamsFilesDownload sizeVRAM classLicenseIn the archive
Llama 3.2 1B1.24B102.48 GBany GPU or CPUllama3.2not yet, request it
Llama 3.2 3B3.21B126.43 GB4 to 6 GB cardllama3.2not yet, request it
Llama 3.1 8B8.03B1416.07 GB8 GB card (12 GB)llama3.1not yet, request it
Llama 3.2 11B Vision10.67B1721.35 GB12 GB card (24 GB)llama3.2not yet, request it
Llama 3.3 70B70.55B40141.12 GB48 GB class (4x24 GB)llama3.3not yet, request it
Llama 3.1 70B70.55B40141.12 GB48 GB class (4x24 GB)llama3.1not yet, request it
Llama 3.2 90B Vision88.59B49177.20 GB64 GB classllama3.2not yet, request it
Llama 4 Scout (17B active)108.6B total64217.32 GB80 GB class (one H100 at int4)llama4not yet, request it
Llama 4 Maverick (17B active)401.6B total69803.20 GBmulti-GPU server (Q4 blob 245 GB)llama4not yet, request it
Llama 3.1 405B405.85B202811.72 GBmulti-GPU server (Q4 about 243 GB)llama3.1not yet, request it
Hermes 3 (Llama 3.1 8B fine-tune)8.03B1116.07 GB (16,069,735,126 bytes)8 GB card (12 GB)llama3in the archive
saiga_llama3_8b (Llama 3 8B fine-tune)8.03B1116.07 GB (16,069,730,325 bytes)8 GB card (12 GB)other (base is Llama 3)in the archive

Params is the exact count behind the rounded name: 8B is really 8.03B. Files counts the safetensors release set (manifest list for the archive rows). Download size is safetensors bytes. VRAM class applies the help page's quant rules and names the class that runs each model at Q4, with the Q8 class or the qualifying detail in parentheses. License is the label as recorded upstream (the Llama 4 cards record other while naming the Llama 4 Community License Agreement; the cell shows the agreement); what each label requires is the licenses guide's job. The archive column links model pages, or the request queue. Byte totals: Hugging Face listings and the signed manifest. The live catalog is the models list.

What each size is for, honestly

1B and 3B, Llama 3.2. Edge sizes. The 1B is a 2.48 GB download that runs on a phone-class chip or a plain CPU; the 3B at 6.43 GB still fits any laptop. Pick them when latency or battery matters more than peak quality.

8B, Llama 3.1. The workhorse, and the default answer for one gaming GPU: about 5 GB at Q4, so an 8 GB card runs it with room for context, and Q8 wants 12 GB. Meta called the 405B "the first frontier-level open source AI model" in the 3.1 announcement, which upgraded the 8B and 70B and set a 128K context window.

11B and 90B Vision, Llama 3.2. Image and text in, text out, same memory math as the text sizes plus a vision encoder: 21.35 GB and 177.20 GB downloads.

70B, Llama 3.1 and 3.3. The quality step. Q4 is about 43 GB, so the class that runs it is 48 GB: two 24 GB cards, one 48 GB workstation card, or a 48 GB unified-memory Mac. Llama 3.3 exists because Meta claims similar performance compared to the Llama 3.1 405B model at 70B cost; a vendor claim, but why 3.3 replaced 3.1-70B.

405B, Llama 3.1. Server class: 811.72 GB in safetensors, about 243 GB at Q4, reference deployment 8x A100 80 GB. The Llama 3 paper is the record for the model itself, a 405B dense model with a 128K context window.

Scout and Maverick, Llama 4. Mixture-of-experts: 109B total parameters for Scout, about 400B for Maverick, and only 17B active per token, so generation runs at small-model speed while memory stays large-model. Scout's model card says it fits a single H100 (80 GB) with int4 quantization and claims a 10M token context; Maverick claims 1M. The larger Behemoth was announced and never released.

Download size is not VRAM (but they are related)

The download column and the VRAM column measure the same weights in two states. Released Llama weights are BF16 at 2 bytes per parameter, so loaded unquantized, bytes on disk equal bytes in memory: 16.07 GB downloaded is about 16 GB held. Quantization splits the numbers; a Q4 copy needs roughly 0.6 GB per billion parameters at runtime, so the same 8B model runs in about 5 GB.

You still download the format you chose. A Q4 GGUF of the 8B is a 4.9 GB download, the 70B is 43 GB, and the 405B is 243 GB, per ollama's llama3.1 and llama4 library pages. Those are repack bytes: someone converted the safetensors release to GGUF and quantized it, and you download their conversion. This archive mirrors the upstream safetensors verbatim; if a GGUF is what you want, the verify guide shows how to check one.

Context costs memory on top of weights: plan 1.2x to 1.5x the model size for weights plus working context, a community rule of thumb. And the biggest repo hides a trap unrelated to quantization.

The 405B repository contains two copies of the weights. The safetensors release set is 811.72 GB, and the same repo carries an original folder totaling 1.63 TB. Pull the whole repository and you move about 2.44 TB, roughly three times the model you wanted. Check which folder your download command targets first.

Which size fits your hardware

Apply the help page's rules and the classes fall out: roughly 0.6 GB per billion parameters at Q4, 1 GB per billion at Q8, and when a card sits between sizes, start one smaller than you think fits.

HardwareComfortable at Q4Comfortable at Q8Worth knowing
Any GPU or CPU1B1B2.48 GB unquantized runs on a plain CPU
4 to 6 GB card3B1BThe 3B at Q4 is about 2 GB
8 GB card8B class3BThe default gaming-card pairing
12 GB card11B Vision8B classThe 8B at Q8 is about 8.5 GB
24 GB card8B and 11B class, long context11B Vision70B only at Q2 or Q3, near 21 GB, with real quality loss
48 GB class70B11B VisionTwo 24 GB cards, one 48 GB card, or a 48 GB unified-memory Mac
80 GB class70B with headroom70B, tightScout fits at int4, per its model card
Multi-GPU server405B, Maverick90B VisionThe 405B at Q4 is about 243 GB

Llama, llama.cpp, ollama: three different things

Search results mix three unrelated things: the llama.cpp home page outranks model pages for a sizes query on some engines, and "download llama.cpp" tops the autocomplete for "download llama". The split:

  • Llama is Meta's model family: the thing with sizes, licenses, and weight files.
  • llama.cpp is an open-source inference engine, a program that loads model files and runs them on your own hardware. Downloading it gets you software, not a model.
  • ollama is a client built on that stack which fetches quantized copies for you; its library pages are the source of blob sizes like the 4.9 GB 8B. Client behavior, including why a pull crawls, is the ollama guide's territory.

Third-party fine-tunes such as Hermes 3 and saiga are Llama-architecture models: another lab trained on Meta's released weights, so they are Llama by architecture, not Meta releases, and the base license stays attached.

Where to download each one

Four routes cover the family. They differ less in bytes than in gating.

RouteWhat you getThe catch
Meta's own formEvery current generation, straight from the source (developer.meta.com)Accept the license, then a signed download URL arrives by email and expires after 24 hours
The Hugging Face orgThe same weights, plus the file listings this page's numbers come fromGated: accept the license terms and acceptable use policy, and requests are processed hourly
Quantized client librariesOne-command installs of quantized copies; ollama's llama3.1 page lists the blob sizesYou get a repack, not the safetensors release
This archiveVerified torrents of the models it carries, no account and no gateNot every size is carried; the request queue takes the rest

The gate is the real difference. Every repository under Meta's own org requires access approval after you accept terms; the third-party fine-tunes do not. Hermes 3 and saiga_llama3_8b are open downloads on Hugging Face, and both are mirrored here. Meta's own weights are not carried today.

What the archive carries today, and how to check it

The Llama-family models in the archive today:

  • NousResearch_Hermes-3-Llama-3.1-8B, a Llama 3.1 8B fine-tune from Nous Research. 11 files, 16,069,735,126 bytes, license label llama3, revision 896ea440e5a9e6070e3d8a2774daf2b481ab425b pinned in the signed manifest. Upstream: the Hermes 3 model page.
  • IlyaGusev_saiga_llama3_8b, a Russian-language fine-tune of Llama 3 8B Instruct. 11 files, 16,069,730,325 bytes, revision 5bb9917bdb85340549662ebb62c8e522037ff3f3. Upstream records the license as other, and this site records it the same way; the base model carries the Llama 3 Community License, and the licenses guide covers what that obligates. Upstream: the saiga model page.

Both payloads have the shape of Meta's own 8B release: four safetensors shards, three near 4.9 GB and one near 1.1 GB, plus tokenizer and configs. Both were verified against upstream metadata at fetch time on 2026-08-23.

Every payload in this archive was verified against upstream at fetch time, with the upstream revision pinned in the signed manifest, and the per-file digests ride along: sha256 for LFS files, sha1+size for git blobs, each labeled with its method. The verify page has the command card, the verify-model-download guide walks every file of a real model, and the magnet links and infohashes guide explains the vocabulary. The AI model torrents guide tells the distribution story once.

Pick by hardware: the largest size your card holds at Q4, then Q8 if you have room. Download the format you intend to keep, verify it, and leave the client running so the next person pulls from a swarm instead of one server; the contribute page covers the rest.

Frequently asked questions

What are the Llama model sizes?

Llama 2 came in 7B, 13B, and 70B. Llama 3 came in 8B and 70B. Llama 3.1 added a 405B and upgraded the 8B and 70B. Llama 3.2 shipped 1B and 3B text models plus 11B and 90B vision models. Llama 3.3 is 70B only. Llama 4 is Scout (109B total, 17B active) and Maverick (about 400B total, 17B active). The table above lists the download size for each.

How big is a Llama download in GB?

It depends on the format. The safetensors release of an 8B model is about 16 GB, a 70B is about 141 GB, and the 405B is about 812 GB. A Q4 GGUF repack is much smaller on disk, about 4.9 GB for the 8B and 43 GB for the 70B, because it is quantized: a third-party conversion of the same weights.

Which Llama fits on my GPU?

At Q4, an 8 GB card runs the 8B models, and a 12 GB card runs the 8B at Q8 and the 11B vision model at Q4. A 24 GB card tops out at the 8B and 11B class. The 70B wants the 48 GB class: two 24 GB cards, a 48 GB workstation card, or a 48 GB unified-memory Mac. The rules live on the help page: roughly 0.6 GB per billion parameters at Q4 and 1 GB per billion at Q8.

Can I run Llama 70B on a 24 GB graphics card?

Only at aggressive quants. Q2 or Q3 gets the 70B near 21 GB with real quality loss. The Q4 version, about 43 GB, needs the 48 GB class. That trade is why many people run an 8B model at Q8 on the same card instead.

Is Llama free to download?

The weights are free to download, but every Meta Llama generation ships a community license. Commercial use is allowed with conditions, including naming and attribution rules and a threshold for very large platforms. Downloading does not remove your obligation to meet the license. The open-weight licenses guide on this site covers the terms in detail.

Where can I download Llama models?

Four routes. Meta's own form: accept the license, then a download link arrives by email and expires after 24 hours. The gated Hugging Face org: accept the license, approval is processed hourly. Quantized copies through client libraries such as ollama. And this archive, which carries selected Llama-family models as verified torrents with no account and no gate. The table above shows which ones.

What is the difference between Llama, llama.cpp, and ollama?

Llama is Meta's model family. llama.cpp is a separate open-source program that runs model files on your own hardware. ollama is a client that downloads and runs quantized model copies for you. None of them are each other, and a Llama fine-tune from another lab, like Hermes 3 or saiga, is a model built on Meta's released weights with the base license still attached.

Is Llama 4 out, and can I run it locally?

Scout and Maverick have been out since April 5, 2025. Both are mixture-of-experts models with 17B active parameters, so they generate at small-model speed while needing large-model memory. Scout's safetensors release is about 217 GB, and Meta states it fits a single H100 (80 GB) with int4 quantization. Maverick is about 803 GB. The larger Behemoth model was announced but never released.