Every figure, size, score and capability this video states, chased to a primary source. Sizes are the ones the distributor’s own page shows rather than calculated from a parameter count, because the download is what is being compared.
Two kinds of number appear in this video and they are not sourced the same way. A published figure is somebody’s own number and is cited here. A planning range is the script’s own estimate of working memory, and the script says so itself; those are not measurements and are not presented as any.
llama3.1:8b download 4.9GB, quantisation Q4_K_M, 8.03B parameters,
context 128K. https://ollama.com/library/llama3.1:8bgemma4:26b download 19GB, 25.2B total parameters, 3.8B active,
context 256K, multimodal text and image input with a ~550M vision encoder,
native function calling, configurable thinking modes.
https://ollama.com/library/gemma4:26bgoogle/gemma-4-26B-A4B-it:
26B params in its safetensors box, licence apache-2.0. Ollama’s tag for the same
model is gemma4:26b and carries no A4B at all.
https://huggingface.co/google/gemma-4-26B-A4B-itgemma4:31b is 30.7B parameters, 20GB.
https://ollama.com/library/gemma4gemma4:26b 19GB, gemma4:31b
20GB, both 256K context, both text and image. One gigabyte apart, which is why fewer
active parameters does not mean a smaller download. https://ollama.com/library/gemma4The script says “roughly 26 billion in total, but about four billion active”. The published figures are 25.2B and 3.8B.
deepseek-r1:7b download 4.7GB, Q4_K_M, and the page names the tag as
DeepSeek-R1-Distill-Qwen-7B. https://ollama.com/library/deepseek-r1:7bministral-3:8b download 6.0GB, 256K context, text and image.
https://ollama.com/library/ministral-3llama3.3:70b download 43GB, Q4_K_M, 70.6B parameters, and Meta’s own
README line as Ollama carries it: “Llama 3.3 70B offers similar performance compared to
the Llama 3.1 405B model.” https://ollama.com/library/llama3.3:70btrust_remote_code. The config declares
"architectures": ["Phi4ForCausalLMV"] and an auto_map naming
modeling_phi4_visionr.Phi4VisionR, modeling_phi4_visionr.Phi4ForCausalLMV and
processing_phi4_visionr.Phi4VisionRProcessor. An auto_map pointing at modelling and
processing modules held in the repository is custom model code loaded through
transformers.
https://huggingface.co/microsoft/Phi-4-reasoning-vision-15B/blob/main/config.jsonmax_position_embeddings 32768, which is the positional table
the backbone was built with rather than the supported window. 16,384 is the published
context length and is the figure this video uses.mistral:7b download 4.4GB, Q4_K_M, 7.25B parameters, Apache License
2.0, and v0.3 “supports function calling”. https://ollama.com/library/mistral:7bmax_position_embeddings 32768, licence apache-2.0, no image input.
https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3
and https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3/raw/main/config.jsondevstral-small-2:24b download 15GB, Q4_K_M.
https://ollama.com/library/devstral-small-2:24breasoning_effort”, levels xhigh (default), medium, low;
context 262,144 natively. Also SWE-bench Pro 61.7, LiveCodeBench v6 90.3.
https://huggingface.co/Qwen/Qwen3.8-27BQwen3.8-27B-Q4_K_M.gguf 19 GB, with the
separate vision projector mmproj-Qwen3.8-27B-BF16.gguf at 931 MB in BF16 and
629 MB at Q8_0. That 931 MB is the script’s “roughly another gigabyte in its higher
precision version”. https://huggingface.co/ggml-org/Qwen3.8-27B-GGUFllama.cpp is the local runner the script refers to: “LLM inference in C/C++”. Its own
quick start fetches a quantised model by name into a local binary
(llama-cli -hf ggml-org/...-GGUF, llama-serve -hf ...).
https://github.com/ggml-org/llama.cppThe broken checkout is the script’s own worked example and is nobody’s product. Its arithmetic holds both ways round: a $100 cart with a $10 coupon and 10% tax is $99 when the coupon is applied before tax (90 x 1.10) and $100 when it is applied after (110 less 10).