All LLM Models
Browse 1214 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
Qwen2.5 7B Instruct Uncensored
Orion-zhen · 7.6B · runs from 3.6 GB
Qwen2.5 7B Instruct Uncensored is a 7.6B-parameter open language model from Orion-zhen in the Qwen 2.5 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.
Qwen3.5 9B Base
Alibaba · 9.7B · runs from 4.7 GB
Qwen3.5-9B-Base is the largest dense checkpoint in Alibaba's Qwen3.5 base family, at 9.7 billion parameters, a native vision-language foundation model trained with early fusion of image and text tokens. It is pretrain-only, meant for fine-tuning or research rather than direct interaction, though its control tokens are compatible with the official chat template for LoRA-style adaptation. It shares the family's hybrid design, alternating Gated DeltaNet linear attention with periodic gated full-attention layers, at a larger hidden size than its smaller siblings. At just under 10B parameters, it needs a single mainstream-to-high-end consumer GPU once quantized. Context length is a native 262,144 tokens, extensible up to 1,010,000 tokens. It is released under the Apache 2.0 license, and was published in February 2026. Above it sits only the 35B mixture-of-experts Qwen3.5-Base model, which activates roughly 3 billion parameters per token.
SmolLM2 1.7B
Hugging Face · 1.7B · runs from 1.4 GB
SmolLM2 1.7B is the base pretrained model from Hugging Face's second-generation SmolLM family. Unlike the instruct variant, this model has not been fine-tuned for chat or instruction following, making it a strong foundation for custom fine-tuning, domain adaptation, or research into small-scale language model behavior. At 1.7 billion parameters, it provides meaningful language understanding and generation capabilities while remaining lightweight enough to train and experiment with on consumer hardware. Researchers and developers who want full control over downstream behavior will find this base model more flexible than the instruction-tuned version.
Qwen1.5 14B
Alibaba · 14.2B · runs from 8 GB
Qwen1.5-14B is Alibaba's base pretrained language model, not instruction-tuned, from the Qwen1.5 series that served as a beta preview of Qwen2. It is a dense Transformer with SwiGLU activations, QKV bias, and an improved multilingual tokenizer, released alongside a matching aligned chat model. The Qwen1.5 line spans eight sizes from 0.5B to 72B dense models plus a 14B-class Mixture-of-Experts model, all with stable 32K context support. At 14 billion parameters it fits comfortably on a single consumer GPU once quantized. Context length is 32,768 tokens. It is released under Alibaba's custom Tongyi Qianwen license, which permits commercial use below 100 million monthly active users. It was published in January 2024; Qwen1.5 has since been superseded by the Qwen2, Qwen2.5, and Qwen3 series.
Sarashina2.2 0.5B Instruct v0.1
sbintuitions · 793M · runs from 0.6 GB
Sarashina2.2 0.5B Instruct v0.1 is a 793M-parameter open language model from sbintuitions. 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.
GLM 4.1V 9B Thinking
Z.ai · 10.3B · runs from 4.8 GB
GLM 4.1V 9B Thinking is a 10.3-billion-parameter vision-language reasoning model jointly released by Z.ai (Zhipu AI) and Tsinghua University's KEG lab, built on the GLM-4-9B-0414 base. It is designed for multimodal chain-of-thought reasoning, working through long videos, image question answering, document interpretation, GUI-agent tasks, and code generation with an explicit "thinking" step before answering. At roughly 10B parameters, it runs on mainstream consumer GPUs once quantized, without needing workstation-class hardware. The model supports a 65K token context window and handles arbitrary aspect ratios up to 4K image resolution. It is released under the MIT license, one of the most permissive options available, allowing unrestricted commercial and research use. It was published in June 2025.
Internlm2 Chat 7B
InternLM · 7.7B · runs from 3.9 GB
Internlm2 Chat 7B is a 7.7B-parameter open language model from InternLM in the InternLM 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.
Gpt2 Xl
OpenAI · 1.6B · runs from 0.7 GB
GPT-2 XL is the largest variant of the GPT-2 family at 1.6 billion parameters, representing the full release of the model OpenAI originally withheld over safety concerns in 2019. It produces the most coherent and capable outputs of the GPT-2 lineup, though it remains far behind modern multi-billion-parameter instruction-tuned models. At its size, GPT-2 XL still runs easily on most consumer GPUs and even on CPUs with reasonable speed, making it useful for experimentation, fine-tuning projects, and as a baseline for comparing against newer architectures. It requires roughly 3 GB of VRAM at full precision.
Sqlcoder 7B 2
defog · 6.7B · runs from 4.2 GB
SQLCoder 7B 2 is a 6.7-billion-parameter model from Defog, purpose-built for converting natural-language questions into SQL queries. Fine-tuned specifically on text-to-SQL tasks, it consistently outperforms much larger general-purpose models when the job is generating accurate, executable SQL against real database schemas. For developers and data analysts who regularly query databases, running SQLCoder locally means fast, private SQL generation without sending proprietary schema details to an external API. It works best when provided with table definitions as context and is particularly strong on PostgreSQL, MySQL, and SQLite dialects.
Mistral Nemo Base 2407
Mistral AI · 12.2B · runs from 5.8 GB
Mistral-Nemo-Base-2407 is a 12-billion-parameter pretrained base language model jointly developed by Mistral AI and NVIDIA, intended as a drop-in replacement for the earlier Mistral 7B rather than a chat assistant; it has not been instruction-tuned or aligned, and the card notes it carries no built-in moderation mechanisms. It uses a standard transformer architecture with grouped-query attention and SwiGLU activations, and was trained on a large share of multilingual and code data across nine languages. At 12 billion parameters it fits comfortably on a single consumer GPU once quantized. Context length is 131,072 tokens (a 128k window). It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in July 2024, alongside an instruction-tuned Nemo variant.
InternVL2 1B
OpenGVLab · 938M · runs from 0.4 GB
InternVL2-1B is OpenGVLab's smallest instruction-tuned vision-language model in the InternVL 2.0 family, combining an InternViT-300M-448px vision encoder with a Qwen2-0.5B-Instruct language model via an MLP projector. It handles document and chart comprehension, OCR, scene-text reading, and general visual question answering, and can take multiple images or video frames as input. At under a billion parameters, it is light enough to run on a CPU or a low-end consumer GPU. InternVL 2.0 models were trained with an 8K context window and improved multi-image and video handling over the earlier InternVL 1.5 generation. Context length is 8,192 tokens. It is released under the MIT license, permitting unrestricted commercial and research use, and was published in July 2024. It was later superseded by the InternVL2.5 series.
Pythia 1.4B
EleutherAI · 1.5B · runs from 0.7 GB
Pythia 1.4B is a 1.5B-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.
JiRackDeltaNet 27B
CMSManhattan · 27.3B · runs from 12.4 GB
JiRackDeltaNet 27B is a 27.3B-parameter open language model from CMSManhattan. 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.
Qwen1.5 14B Chat
Alibaba · 14.2B · runs from 8 GB
Qwen1.5 14B Chat is a 14.2B-parameter open language model from Alibaba in the Qwen 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.
GritLM 7B
GritLM · 7.2B · runs from 3.6 GB
GritLM 7B is a 7.2B-parameter open language model from GritLM. 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.
Qwen 14B Chat
Alibaba · 14.2B · runs from 6.6 GB
Qwen-14B-Chat is Alibaba Cloud's 14-billion-parameter bilingual Chinese/English chat model, aligned from the pretrained Qwen-14B base using supervised alignment techniques on top of large-scale web text, books, and code pretraining data. It supports tool and API use through ReAct-style prompting, the same pattern used by LangChain agents, and can extend beyond its native context via optional NTK-aware interpolation and LogN attention scaling for long-document summarization. At 14 billion parameters it fits a single consumer GPU once quantized. Context length is 8,192 tokens natively. It is released under the Tongyi Qianwen License Agreement, Alibaba's custom license that allows research and commercial use, with a separate application required for larger-scale commercial deployment. It was published in September 2023, part of the original Qwen generation that Alibaba has since superseded with Qwen1.5, Qwen2, and Qwen3.
Jina Ocr V1
jinaai · 3.4B · runs from 1.9 GB
jina-ocr-v1 is Jina AI's end-to-end document-parsing OCR model, built on the DeepSeek-OCR architecture. It combines a DeepEncoder vision tower, which represents a 1024x1024 page as just 256 visual tokens plus dynamic local tiles, with a 3-billion-parameter Mixture-of-Experts decoder, and adds a FastMTP speculative-decoding head that drafts several tokens at once to speed up long structured outputs. It reads documents into clean Markdown, converts equations to LaTeX and tables to HTML, and scores ahead of DeepSeek-OCR on the OmniDocBench and olmOCR-Bench document-parsing benchmarks. Its small active-parameter footprint lets it run on a single modest consumer GPU. Context length is 32,768 tokens. It is released under the CC BY-NC 4.0 license, which restricts use to non-commercial purposes. It was published in September 2026.
Typhoon2.5 Qwen3 30B A3b
typhoon-ai · 30.5B · runs from 13.4 GB
Typhoon2.5 Qwen3 30B A3b is a 30.5B-parameter open language model from typhoon-ai in the Qwen 3 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.
Tiny Starcoder Py
BigCode · 164M · runs from 0.1 GB
Tiny Starcoder Py is a 164M-parameter open language model from BigCode in the StarCoder family. 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.
Qwen2.5 Coder 1.5B
Alibaba · 1.5B · runs from 1.0 GB
Qwen2.5 Coder 1.5B is a 1.5-billion parameter code-specialized model from Alibaba Cloud's Qwen 2.5 Coder series. It is the smallest Coder variant that balances meaningful code generation capability with extremely low resource requirements, running on GPUs with as little as 2-4GB of VRAM. The model is suitable for lightweight code completion, simple code generation tasks, and as a compact local coding assistant in resource-constrained environments. It supports a 128K token context window. Released under the Apache 2.0 license.
SmolLM2 135M
Hugging Face · 135M · runs from 0.4 GB
SmolLM2 135M is one of the smallest capable language models available, developed by Hugging Face as part of their SmolLM2 family. With just 135 million parameters, it requires virtually no VRAM and can run on almost any hardware, making it an excellent starting point for researchers experimenting with language model behavior, fine-tuning workflows, or edge deployment scenarios. Despite its tiny footprint, SmolLM2 135M benefits from improved training data and techniques compared to its first-generation predecessor. It is best suited for lightweight text generation tasks, prototyping, and educational purposes rather than production-grade applications.
Llama 68M
JackFram · 68M · runs from 0.0 GB
Llama 68M is a 68M-parameter open language model from JackFram in the Llama family. 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.
Phi 1 5
Microsoft · 1.4B · runs from 0.7 GB
Phi 1 5 is a 1.4B-parameter open language model from Microsoft in the Phi family. 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.
Manaca 1B Base
menezesbruno · 1.7B · runs from 1.1 GB
Manaca 1B Base is a 1.7B-parameter open language model from menezesbruno. 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.
Qwen 7B
Alibaba · 7.7B · runs from 3.6 GB
Qwen-7B is Alibaba's original 7.7-billion-parameter base language model from the first Qwen series, pretrained (not instruction-tuned) on over 2.4 trillion tokens of Chinese, English, multilingual, code, and math text, with a roughly 150,000-token vocabulary aimed at multilingual friendliness. Alibaba positions it as a foundation for further fine-tuning; the aligned chat assistant Qwen-7B-Chat is a separate release built on top of it. Its native training context is 8,192 tokens, and the card documents NTK-aware interpolation, LogN attention scaling, and windowed attention to extrapolate usable context out to 32,768 tokens. At under 8 billion parameters, it fits on a single consumer GPU. Context length is 8,192 tokens natively, extendable to 32,768 tokens with the NTK, LogN, and window-attention techniques above. It is released under the Tongyi Qianwen License Agreement, which allows academic use freely but requires applying for a commercial license for commercial deployment. It was published in August 2023, an early entry in a Qwen lineage now several generations ahead.
Salamandra 7B Instruct
BSC-LT · 7.8B · runs from 3.8 GB
Salamandra 7B Instruct is a 7.8-billion-parameter multilingual model developed by the Barcelona Supercomputing Center (BSC-LT) as part of a European initiative to build high-quality open language models. It has particular strength in Iberian languages including Spanish, Catalan, Portuguese, and Basque, while also supporting English and other major European languages. This model is an excellent choice for users who need strong performance in Spanish or other Iberian languages that are often underserved by mainstream LLMs. Running it locally ensures data privacy for sensitive multilingual workflows, and at 7B parameters it fits comfortably on a single consumer GPU with 8 GB or more of VRAM.
Qwen2.5 Math 7B
Alibaba · 7.6B · runs from 3.6 GB
Qwen2.5 Math 7B is a 7.6B-parameter open language model from Alibaba in the Qwen 2.5 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.
Molmo2 8B
Allen AI · 8.7B · runs from 4.3 GB
Molmo2 8B is an 8.7-billion-parameter vision-language model from the Allen Institute for AI (Ai2), built on a Qwen3-8B backbone paired with a SigLIP2 vision encoder. It is tuned for image, video, and multi-image understanding, with particular strength in pointing, counting, and tracking objects across frames rather than just describing them. Its size suits local deployment on a mainstream-to-high-end consumer GPU once quantized, a step down from the 72B Molmo model it succeeds. The model supports a 36,864 token context window, adequate for multi-image prompts and moderate video rather than long documents. It is released under the Apache 2.0 license, allowing unrestricted commercial and research use. Published in December 2025, Molmo2 8B is notable for pixel-level grounding and for tracking objects over time in video.
Sarvam 30B
sarvamai · 32.2B · runs from 14 GB
Sarvam 30B is a 32.2B-parameter open language model from sarvamai. 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.
Qwen1.5 7B
Alibaba · 7.7B · runs from 4.7 GB
Qwen1.5-7B is Alibaba's dense 7.7-billion-parameter base language model, part of the Qwen1.5 series that served as a beta step between the original Qwen and Qwen2. It is a decoder-only Transformer using SwiGLU activation, released as a pretrained checkpoint rather than a chat model; its card explicitly recommends applying further post-training such as SFT or RLHF rather than prompting it directly for text generation. It offers a stable 32K token context window and is distributed under Alibaba's Tongyi Qianwen license, a custom license rather than a fully open one. At 7.7 billion parameters, it runs comfortably on an 8-12 GB consumer GPU once quantized to 4-bit, making it an accessible option for local fine-tuning experiments.