All LLM Models

Browse 1242 LLM models with VRAM requirements, quantization options, and hardware compatibility.

Understanding LLM VRAM Requirements

How much VRAM you need depends on the model size and quantization level. Quantization reduces the precision of model weights, trading small quality losses for significantly lower VRAM usage. For example, a 7B parameter model needs ~14 GB at FP16 but only ~4 GB at Q4_K_M quantization.

Model List

Olmo 3 7B Think

Allen AI · 7.3B · runs from 3.4 GB

51.1K 108

Olmo 3 7B Think is a 7.3B-parameter open language model from Allen AI in the OLMo family. It supports a context window of up to 65,536 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Mellum2 12B A2.5B Thinking

JetBrains · 12.1B · runs from 4.0 GB

2.2K 339

Mellum2-12B-A2.5B-Thinking is JetBrains' reasoning-augmented assistant model, a mixture-of-experts model with 64 experts and 8 active per token, roughly 2.4 billion active out of about 12.1 billion total parameters. It is produced from the Mellum2-12B-A2.5B-Base checkpoint through supervised fine-tuning followed by reinforcement learning with verifiable rewards on a harder data mix that includes long-form math, and it emits its reasoning inside dedicated think blocks before the final answer. A separate Instruct sibling in the same family skips the reasoning step for lower-latency, direct answers. At this size it fits on a single high-end consumer GPU once quantized. Context length is 131,072 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in May 2026.

Chat

OpenELM 1 1B Instruct

Apple · 1.1B · runs from 0.5 GB

1.3M 76

OpenELM-1.1B-Instruct is Apple's 1.08-billion-parameter instruction-tuned language model, using a layer-wise scaling strategy that varies parameter allocation across layers for better accuracy per parameter. It's a small, general-purpose chat model for on-device and research use. Apple released it alongside 270M, 450M, and 3B siblings and, unusually for the company, published the full pretraining and fine-tuning pipeline for reproducibility. Its size makes it easy to run on a single consumer GPU or a modern laptop CPU. Context length is limited to 2,048 tokens, reflecting its 2024-era pretraining. It is released under Apple's Machine Learning Research license, permitting use and modification for research rather than the broad commercial rights of Apache or MIT. Published in April 2024, it trained on roughly 1.8 trillion tokens from RefinedWeb, deduplicated PILE, RedPajama, and Dolma.

Chat

Yi 34B Chat

01.AI · 34.4B · runs from 15.0 GB

32.2K 358

Yi-34B-Chat is 01.AI's instruction-tuned chat model built on the 34-billion-parameter Yi-34B base, a bilingual English/Chinese model trained from scratch on roughly 3 trillion tokens. At launch in late 2023 it placed second only to GPT-4 Turbo on the AlpacaEval leaderboard among a field that included GPT-4, Mixtral, and Claude, an unusually strong result for an open bilingual model of its generation. Running the full-precision checkpoint needs a multi-GPU workstation or a single high-end data-center card, but the official 4-bit quantized release fits a single consumer GPU. A separate Yi-34B-200K sibling extends the same base model's context far beyond this chat version. Context length is 4,096 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in November 2023, making it one of the earlier open 34B-class chat models rather than a current-generation release.

Chat

Whittle Next 27B A3B

logic65 · 27.6B · runs from 12.1 GB

4.5K 20

Whittle Next 27B A3B is a 27.6B-parameter open language model from logic65. It supports a context window of up to 262,144 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

ChatReasoningCodeMath

Gemma 2B

Google · 2.5B · runs from 1.2 GB

129.7K 1.2K

Gemma 2B is a 2.5B-parameter open language model from Google in the Gemma 2 family. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Pythia 410M

EleutherAI · 506M · runs from 0.2 GB

239.1K 40

Pythia 410M is a 506M-parameter open language model from EleutherAI. It supports a context window of up to 2,048 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Qwen3 8B Base

Alibaba · 8.2B · runs from 4.1 GB

473.9K 127

Qwen3 8B Base is an 8.2-billion parameter pretrained foundation model from Alibaba Cloud's Qwen 3 series. As a base model, it is not instruction-tuned and is intended for fine-tuning, research, and as a starting point for custom downstream applications. It was trained on a large multilingual corpus with improved data quality and training methodology compared to the Qwen 2.5 generation. The model runs efficiently on consumer GPUs with 8GB or more of VRAM and serves as the foundation for the Qwen3 8B instruction-tuned variant and community fine-tunes. It is a strong choice for practitioners building specialized models through further training. Released under the Apache 2.0 license.

Chat

Qwen2 1.5B Instruct

Alibaba · 1.5B · runs from 0.8 GB

619.7K 164

Qwen2 1.5B Instruct is a 1.5B-parameter open language model from Alibaba in the Qwen 2 family. It supports a context window of up to 32,768 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

NVIDIA Nemotron 3 Nano 4B BF16

NVIDIA · 4.0B · runs from 2.2 GB

3.8M 122

NVIDIA Nemotron 3 Nano 4B BF16 is a 4.0B-parameter open language model from NVIDIA in the Nemotron family. It supports a context window of up to 262,144 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Gemma 4 E2B

Google · 5.1B · runs from 2.5 GB

146.2K 479

Gemma 4 E2B is Google DeepMind's smallest model in the Gemma 4 family, a dense architecture with roughly 5.1 billion total parameters, of which Google describes about 2.3 billion as its effective footprint at inference. This is the pretrained base checkpoint, not an instruction-tuned chat model, meant as a starting point for fine-tuning. The Gemma 4 family is multimodal — text, image, and at this size natively audio — and E2B targets efficient on-device execution on phones and laptops. It is easy to run locally, even on modest hardware once quantized. It supports a 131,072 token context window. It carries Google's Gemma 4 license terms, published as Apache 2.0 on Hugging Face with additional Gemma-specific usage terms linked from the card. Published in March 2026, it is the smallest of five sizes in the Gemma 4 lineup, aimed at mobile and edge deployment.

Chat

NeuralDaredevil 8B Abliterated

mlabonne · 8.0B · runs from 4.0 GB

14.9K 291

NeuralDaredevil 8B Abliterated is a 8.0B-parameter open language model from mlabonne. It supports a context window of up to 8,192 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Qwen3 14B Base

Alibaba · 14.8B · runs from 4.7 GB

409.5K 58

Qwen3 14B Base is a 14.8B-parameter open language model from Alibaba in the Qwen 3 family. It supports a context window of up to 32,768 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Huihui MiniCPM5 1B Abliterated

huihui-ai · 1.1B · runs from 0.6 GB

124 6

Huihui MiniCPM5 1B Abliterated is a 1.1B-parameter open language model from huihui-ai in the MiniCPM family. It supports a context window of up to 131,072 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Qwen2 1.5B

Alibaba · 1.5B · runs from 1 GB

120.2K 103

Qwen2 1.5B is a 1.5-billion parameter base (pretrained) model from Alibaba Cloud's older Qwen 2 generation. It was trained on a multilingual corpus and supports a context window of up to 32K tokens. As a base model, it is designed for fine-tuning and research rather than direct conversational use. While superseded by the Qwen 2.5 series in terms of training data quality and benchmark performance, Qwen2 1.5B remains a lightweight option for experimentation and as a baseline for comparison. Released under the Apache 2.0 license.

Chat

MiniCPM5 1B

OpenBMB · 1.1B · runs from 0.6 GB

559.2K 1.1K

MiniCPM5 1B is a compact 1-billion-parameter chat model from OpenBMB, part of the MiniCPM family and built on a Llama-style architecture. Its small size makes it a practical choice for scenarios where footprint, latency, and power draw matter more than maximum capability, such as edge or on-device deployment. The model offers a 128K token context window, unusually long for a model this size, and is released under the Apache 2.0 license, permitting free local and commercial use without restriction. At around 1 billion parameters, it runs easily on modest consumer hardware, including machines without a dedicated high-end GPU.

Chat

LLaDA 8B Instruct

GSAI-ML · 8.0B · runs from 2.4 GB

478.5K 364

LLaDA 8B Instruct is a 8.0B-parameter open language model from GSAI-ML. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Nanonets OCR2 3B

nanonets · 3.8B · runs from 1.4 GB

90.9K 516

Nanonets-OCR2-3B is Nanonets' image-to-markdown OCR model, a 3.8-billion-parameter vision-language model fine-tuned from Qwen2.5-VL-3B-Instruct to turn documents into structured markdown with semantic tagging rather than plain extracted text. It converts equations into LaTeX, isolates signatures and watermarks into dedicated tags, converts form checkboxes into standard Unicode symbols, extracts complex tables as markdown or HTML, renders flow and organizational charts as Mermaid diagrams, and handles handwritten and multilingual documents across a dozen or more languages; it can also answer direct questions about a document's contents. It is an OCR and document-understanding tool rather than a general chat assistant. Its small size lets it run on a single consumer GPU. Context length is 128,000 tokens, inherited from its Qwen2.5-VL base. Nanonets has not published a specific open-source license for the model on Hugging Face. It was published in October 2025, alongside a smaller Nanonets-OCR2-1.5B-exp variant and a hosted Nanonets-OCR2-Plus service.

Vision

LFM2 1.2B RAG

Liquid AI · 1.2B · runs from 0.9 GB

711 140

LFM2 1.2B RAG is a 1.2B-parameter open language model from Liquid AI in the LFM2 family. It supports a context window of up to 128,000 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Yi 6B

01.AI · 6.1B · runs from 2.9 GB

14.3K 376

Yi-6B is 01.AI's 6.1-billion-parameter base language model — pretrained, not instruction-tuned — from the first Yi series, one of the company's earliest large bilingual (English/Chinese) open models trained from scratch. It was trained on roughly 3 trillion multilingual tokens and is positioned as a general-purpose foundation for fine-tuning rather than direct chat use; a separate Yi-6B-Chat release and a long-context Yi-6B-200K variant followed later. As a 6-billion-parameter dense model, it fits easily on a single consumer GPU. Context length is 4,096 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in November 2023, making it one of the older entries in the now much-expanded Yi model family.

Chat

Huihui Gemma 4 E2B IT Abliterated

huihui-ai · 5.1B · runs from 2.5 GB

2.2K 66

Huihui Gemma 4 E2B IT Abliterated is a 5.1B-parameter open language model from huihui-ai in the Gemma 4 family. It supports a context window of up to 131,072 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Llama 3.1 Tulu 3 70B

Allen AI · 70.6B · runs from 20.4 GB

618 61

Llama-3.1-Tulu-3-70B is Allen Institute for AI's 70.6-billion-parameter instruction-following chat model, built by post-training Meta's Llama-3.1-70B base through a fully open pipeline of supervised fine-tuning, direct preference optimization, and a final reinforcement-learning-with-verifiable-rewards stage, with every dataset, script, and recipe published alongside the weights. It targets strong performance on chat as well as math (MATH, GSM8K) and instruction-following (IFEval) benchmarks, and is one entry in a full Tulu 3 family spanning 8B, 70B, and 405B sizes with released SFT, DPO, RLVR, and reward-model checkpoints at each size. At 70.6 billion parameters, it needs a multi-GPU workstation to run in full precision. Context length is 131,072 tokens, inherited from its Llama 3.1 base. It is released under the Llama 3.1 Community License, which requires organizations above 700 million monthly active users to obtain a separate license from Meta. It was published in November 2024.

Chat

Cosmos Reason2 2B

NVIDIA · 2.4B · runs from 1.1 GB

766.1K 241

Cosmos Reason2 2B is NVIDIA's 2.4-billion-parameter open reasoning vision-language model for physical AI, built on the Qwen3-VL-2B-Instruct backbone and designed to let robots and embodied agents perceive a scene and reason step by step about space, time, and physical common sense before acting. It generates long chains of thought and can output structured spatial data such as 2D/3D point localization, bounding boxes, and trajectories, plus OCR reading of scene text, going beyond a general chat assistant into physical-world planning. At just 2.4 billion parameters it is small enough to run on a single consumer GPU. Context length is 256,000 tokens, up sharply from the 16,000 tokens of the original Cosmos Reason1. It is released under the NVIDIA Open Model License, a custom license permitting commercial use and redistribution provided derivatives carry a "Built on NVIDIA Cosmos" attribution notice. It was published in December 2025, alongside a larger 8B sibling.

VisionChatReasoning

Qwen3.5 0.8B Base

Alibaba · 873M · runs from 0.6 GB

310.2K 109

Qwen3.5-0.8B-Base is Alibaba's smallest base checkpoint in the Qwen3.5 family, at 0.87 billion parameters, a native vision-language foundation model that fuses image and text tokens during pretraining rather than bolting a vision encoder onto a text-only model. Like the rest of the -Base line, it ships as pretrained-only weights for fine-tuning and research, not direct interaction, though its control tokens support efficient LoRA-style adaptation with the official chat template. Its hybrid architecture pairs Gated DeltaNet linear attention with periodic full attention layers. It runs easily on a single modest consumer GPU, even unquantized. Context length is 262,144 tokens natively, extensible up to 1,010,000 tokens. It is released under the Apache 2.0 license, and was published in February 2026 as the smallest of five Qwen3.5-Base sizes, from 0.8B dense up to a 35B mixture-of-experts model.

Vision

OLMo 2 0425 1B Instruct

Allen AI · 1.5B · runs from 1.0 GB

73.2K 58

OLMo 2 0425 1B Instruct is a 1.5B-parameter open language model from Allen AI in the OLMo family. It supports a context window of up to 4,096 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Gpt2 Large

OpenAI · 812M · runs from 0.4 GB

1.3M 360

Gpt2 Large is a 812M-parameter open language model from OpenAI. It supports a context window of up to 1,024 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

MiniCPM5 2B DSpark

OpenBMB · 324M · runs from 0.5 GB

395.3K 41

MiniCPM5 2B DSpark is a 324M-parameter open language model from OpenBMB in the MiniCPM family. It supports a context window of up to 131,072 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

ERNIE 4.5 21B A3B PT

Baidu · 21B · runs from 6.2 GB

25.6K 165

ERNIE 4.5 21B A3B PT is a 21B-parameter open language model from Baidu in the ERNIE family. It supports a context window of up to 131,072 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Granite Vision 4.1 4B

IBM · 4.0B · runs from 2.2 GB

173.9K 110

Granite Vision 4.1 4B is IBM's 4-billion-parameter vision-language model in the Granite 4.1 family, purpose-built for enterprise document understanding rather than general chat. It is tailored for reading tables, charts, and key-value data out of scanned documents and images, and is delivered as an adapter built on top of the smaller Granite-4.1-3B text model. Its small size means it runs comfortably on modest consumer hardware once quantized, without needing a high-end GPU, making it practical for local or on-premises document-processing pipelines. The model supports a 131K token context window, enough for multi-page documents. It is released under the Apache 2.0 license, allowing unrestricted commercial and research use, and was published in April 2026 as part of IBM's broader Granite 4.1 release, which also added speech, embedding, and guardrail models.

Vision

L3 8B Stheno V3.2

Sao10K · 8.0B · runs from 4.0 GB

10.6K 449

L3 8B Stheno V3.2 is a 8.0B-parameter open language model from Sao10K. It supports a context window of up to 8,192 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat