All LLM Models

Browse 130 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

Qwen3 VL 8B Thinking

Alibaba · 8.8B · runs from 3.0 GB

158.2K 224

Qwen3 VL 8B Thinking is an 8.8-billion-parameter vision-language model from Alibaba's Qwen team, the reasoning-focused counterpart to the Qwen3-VL-8B Instruct model. It processes images, video, and text together and is tuned to work through problems step by step before answering, which tends to help on multi-step visual reasoning, STEM problems, and chart or document analysis. At under 9 billion parameters, it runs well on a single mainstream consumer GPU once quantized, making local multimodal use practical without server-class hardware. It supports a 262K token context window for long documents, multi-image input, or extended video. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use. Published in October 2025 alongside the non-thinking Instruct variant, it trades some response speed for deeper visual-language reasoning.

Vision

Qwen2.5 Coder 32B

Alibaba · 32.8B · runs from 9.8 GB

1.7K 162

Qwen2.5-Coder-32B is Alibaba's 32.8-billion-parameter code-specialized base language model, the largest of six sizes in the Qwen2.5-Coder family (0.5B to 32B), continued-pretrained from Qwen2.5-32B on 5.5 trillion tokens of source code, text-code grounding data, and synthetic data. It is a raw pretrained model, not instruction-tuned, so it is meant as a foundation for building code assistants, agents, or chat models through further fine-tuning rather than for direct conversational use. Alibaba states its coding ability rivals GPT-4o, and at this size it needs a high-end consumer GPU or multi-GPU setup once quantized, more at full precision. Context length defaults to 32,768 tokens, extendable to 131,072 tokens with YaRN scaling. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in November 2024.

ChatCode

Qwen3 Omni 30B A3B Thinking

Alibaba · 31.7B · runs from 14.8 GB

326.5K 323

Qwen3-Omni-30B-A3B-Thinking is the reasoning-focused variant of Alibaba's Qwen3-Omni family, a mixture-of-experts model that accepts text, audio, image, and video input and reasons over it with explicit chain-of-thought before answering in text. Unlike the Instruct variant, it keeps only the "thinker" component and drops the speech-generating "talker" and audio codec, so it outputs text only, not speech. Its backbone still routes across 128 experts with 8 active per token, roughly 3 billion active out of about 31.7 billion total, and needs a high-end consumer GPU or multi-GPU setup once quantized. Context length is 65,536 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in September 2025, a few days ahead of the Instruct variant that adds real-time speech generation on top of the same reasoning core.

Chat

Qwen2 0.5B Instruct

Alibaba · 494M · runs from 0.5 GB

310.2K 204

Qwen2 0.5B Instruct is a 494M-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

Qwen2.5 7B Instruct 1M

Alibaba · 7.6B · runs from 3.0 GB

134.5K 381

Qwen2.5 7B Instruct 1M is a 7.6B-parameter open language model from Alibaba in the Qwen 2.5 family. It supports a context window of up to 1,010,000 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Qwen2.5 3B

Alibaba · 3.1B · runs from 1.6 GB

350.5K 205

Qwen2.5 3B is a 3.1B-parameter open language model from Alibaba 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.

Chat

Qwen3 VL 2B Thinking

Alibaba · 2.1B · runs from 1.1 GB

98.9K 117

Qwen3-VL-2B-Thinking is Alibaba's 2.1-billion-parameter vision-language model, the reasoning-enhanced "Thinking" edition of the smallest Qwen3-VL checkpoint, alongside a matching Instruct edition. Beyond image description and visual question answering, it acts as a visual agent capable of operating PC and mobile GUIs, generating code from screenshots or diagrams, and reasoning about 2D and 3D spatial relationships. Its OCR pipeline covers 32 languages and is tuned for low light, blur, and tilted text. At just over 2 billion parameters, it runs easily on a single modest consumer GPU, even unquantized. The model natively supports a 262,144 token context window, expandable to 1,010,000 tokens for long documents or hours of video. It is released under the Apache 2.0 license, and was published in October 2025. Compared with Qwen2.5-VL, Qwen3-VL adds DeepStack vision-feature fusion and timestamp-grounded video event localization.

Vision

Qwen2 VL 7B Instruct

Alibaba · 8.3B · runs from 3.2 GB

747.3K 1.3K

Qwen2 VL 7B Instruct is Alibaba's 8.3-billion-parameter vision-language model from the original Qwen 2 generation, built to process images and video alongside text in a single conversation. It can describe images, answer visual questions, and reason over multi-image or video input, suiting it to multimodal chat and visual document tasks. At this parameter count, local inference is practical on a single mainstream or high-end consumer GPU once the weights are quantized, rather than requiring multi-GPU hardware. The model supports a 32K token context window, enough for moderate-length documents or multi-turn visual conversations. It is released under the Apache 2.0 license, allowing unrestricted commercial and research use. Published in August 2024, it was later superseded by Qwen2.5-VL-7B-Instruct, which its own model card lists as its successor.

Vision

Qwen3.8 2.4T A95B

Alibaba · 2446.2B · runs from 673.4 GB

54.4K 1.3K

Qwen3.8-2.4T-A95B is Alibaba's Qwen-Max-class Mixture-of-Experts model with 2.4 trillion total parameters and about 95 billion active per token, built on the Qwen3.5 architectural foundation with a hybrid layout mixing gated linear-attention and gated full-attention layers. It is a post-trained, agent-focused model for coding, professional work, research, and long-horizon multi-step tasks, with adjustable reasoning depth via a reasoning-effort setting. It natively supports a 262K token context window, extensible to roughly 1 million tokens, and is released under a custom Qwen license rather than a fully open one. At 2.4 trillion parameters, this is server and multi-GPU territory even at 4-bit; nearly everyone will use a hosted endpoint instead.

Chat

Qwen2.5 Coder 14B

Alibaba · 14.8B · runs from 5.1 GB

50.2K 94

Qwen2.5 Coder 14B is a 14.8B-parameter open language model from Alibaba 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.

ChatCode

Qwen3 Coder 480B A35B Instruct

Alibaba · 480.2B · runs from 144.6 GB

34.6K 1.4K

Qwen3 Coder 480B A35B Instruct is Alibaba's largest code-specialized model, a massive 480.2-billion-parameter mixture-of-experts system with roughly 35 billion parameters active per token. This is the most powerful open-weight coding model in the Qwen3 family, designed for professional-grade code generation, analysis, and software engineering tasks. Running this model locally is a serious undertaking that requires multi-GPU server-class hardware with several hundred gigabytes of combined VRAM. For users with access to such infrastructure, it offers exceptional code quality and understanding that rivals leading proprietary coding assistants, all while keeping data and computation entirely under local control.

ChatCode

Qwen2.5 Coder 3B

Alibaba · 3.1B · runs from 1.4 GB

30.5K 65

Qwen2.5-Coder-3B is Alibaba's 3.1-billion-parameter base (pretrained, not instruction-tuned) code language model, one of six sizes in the Qwen2.5-Coder family built on Qwen2.5-3B. It was pretrained on 5.5 trillion tokens of source code, text-code grounding data, and synthetic data, and is intended as a foundation for further fine-tuning, reinforcement learning, or fill-in-the-middle code-completion tasks rather than direct chat use; Alibaba explicitly advises against using it for conversations as-is. The family's larger 32B model is described as matching GPT-4o-level coding ability, though this 3B checkpoint targets lightweight, resource-constrained deployment. At just over 3 billion parameters, it runs easily on a single modest consumer GPU or even a CPU. Context length is 32,768 tokens. It is released under the Qwen Research License, a non-commercial license restricted to research and evaluation use; commercial use requires a separate license from Alibaba Cloud. It was published in November 2024.

ChatCode

QwQ 32B Preview

Alibaba · 32.8B · runs from 10.7 GB

15.4K 1.7K

QwQ 32B Preview is a 32.8B-parameter open language model from Alibaba in the QwQ 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.

ChatReasoning

Qwen2.5 72B

Alibaba · 72.7B · runs from 31.0 GB

50.3K 104

Qwen2.5-72B is the base, pretrained 72.7-billion-parameter language model from Alibaba's Qwen2.5 series — it is not instruction-tuned and is not intended for direct conversational use; Alibaba recommends applying SFT, RLHF, or further pretraining on top of it. It uses a Transformer architecture with RoPE, SwiGLU, RMSNorm, QKV attention bias, 80 layers, and grouped-query attention (64 query heads, 8 key/value heads), with stronger coding, math, and structured-output ability than the earlier Qwen2 line, plus multilingual coverage across 29-plus languages. At 72.7 billion parameters, it needs a multi-GPU workstation to run at full precision, though quantized versions fit fewer cards. Context length is 131,072 tokens. It is released under Alibaba's custom Qwen license, which permits research and commercial use but requires a separate license from Alibaba once a product or service passes 100 million monthly active users. It was published in September 2024.

Chat

Qwen2.5 7B

Alibaba · 7.6B · runs from 3.6 GB

710.5K 319

Qwen2.5-7B is Alibaba's 7.6-billion-parameter base pretrained model in the Qwen2.5 series, one step up from the 1.5B checkpoint. Like its smaller sibling it is a raw causal language model rather than an instruction-tuned chat model: the card recommends applying supervised fine-tuning, RLHF, or further pretraining before using it conversationally. It uses a dense transformer with grouped-query attention, and at 7.6B parameters it fits comfortably on a single consumer GPU once quantized, or unquantized on a higher-memory card. Context length is 131,072 tokens, one of the longer windows in the 0.5B-to-72B Qwen2.5 lineup. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in September 2024. Qwen2.5 as a whole brought major gains in coding, math, and structured-data understanding over Qwen2.

Chat

Qwen2 0.5B

Alibaba · 494M · runs from 0.5 GB

687.4K 172

Qwen2-0.5B is Alibaba's roughly 494-million-parameter dense base language model, the smallest member of the Qwen2 family that scales up to 72B and includes one Mixture-of-Experts variant. This is a pretrained base model, not an instruction-tuned chat model; Alibaba explicitly recommends applying supervised fine-tuning, RLHF, or further pretraining before using it for open-ended generation. Given its size, it runs easily on nearly any GPU and even on CPUs. Its configuration specifies a context window of up to 131,072 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in May 2024. It was superseded within the same year by Qwen2.5-0.5B, part of Alibaba's fast release cadence for its small-model line.

Chat

Qwen3 0.6B Base

Alibaba · 596M · runs from 0.7 GB

719.6K 195

Qwen3 0.6B Base is the smallest pretrained foundation model in Alibaba Cloud's Qwen 3 family, with approximately 600 million parameters. As a base model, it is not tuned for chat or instructions and is intended for fine-tuning, research, and experimentation. Its minimal size makes it suitable for rapid prototyping and resource-constrained training experiments. The model runs on virtually any hardware, including CPU-only setups. It is useful for educational purposes, architecture exploration, and as a compact foundation for task-specific fine-tuning where model size is a primary constraint. Released under the Apache 2.0 license.

Chat

Qwen3 VL 235B A22B Instruct

Alibaba · 235.7B · runs from 91.8 GB

330.7K 419

Qwen3 VL 235B A22B Instruct is Alibaba's large vision-language model from the Qwen3 series, with 235.7 billion total parameters arranged as a Mixture-of-Experts network that activates about 22.8 billion per token, keeping generation relatively fast even though the full weight set must still fit in memory. It combines text generation with image and video understanding, including document parsing, OCR, and agentic tasks such as operating on-screen GUI elements. At this scale, local inference needs multiple high-VRAM GPUs or a large unified-memory machine, so most people use a hosted endpoint instead. It supports a 262K token context window for long documents, multi-image input, and video. It is released under the Apache 2.0 license, and was published in September 2025, pairing Qwen3's vision-language stack with agentic GUI control and video grounding.

Vision

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

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

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

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

Qwen2.5 1.5B

Alibaba · 1.5B · runs from 1 GB

843.5K 224

Qwen2.5-1.5B is Alibaba's 1.5-billion-parameter entry in the Qwen2.5 family, released as a base pretrained language model rather than an instruction-tuned chat model. Qwen2.5 improved knowledge, coding, and math capabilities over its predecessor through an expanded pretraining corpus, but this checkpoint is the raw base: the model card explicitly discourages using it directly for conversation and recommends fine-tuning (SFT, RLHF, or continued pretraining) first. At this size, it runs comfortably on almost any modern GPU, or even a CPU, without quantization. The model supports a 131,072 token context window and is released under the Apache 2.0 license, allowing unrestricted commercial and research use. It was published in September 2024 alongside the rest of the Qwen2.5 line, which spans from 0.5B to 72B parameters and adds multilingual support for over 29 languages.

Chat

Qwen3.5 35B A3B Base

Alibaba · 36.0B · runs from 10.3 GB

135.9K 147

Qwen3.5-35B-A3B-Base is the mixture-of-experts member of Alibaba's Qwen3.5 base family, pairing a 256-expert MoE layer (8 routed plus 1 shared expert per token) with the same Gated DeltaNet and gated-attention hybrid backbone used across the line. It totals roughly 36 billion parameters but activates only about 3 billion per token (the "A3B" in its name), so decoding stays fast even though the full expert set must stay resident in memory. Like its dense siblings it is pretrain-only, for fine-tuning and research, not direct chat; unlike them, its card lists only a pretraining stage, with no post-training pass. It needs a high-end consumer GPU once quantized. Context length is 262,144 tokens natively, extensible to 1,010,000 tokens. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in February 2026, alongside four smaller dense Qwen3.5-Base models from 0.8B to 9B parameters.

Vision

Qwen2 7B

Alibaba · 7.6B · runs from 3.6 GB

162.2K 175

Qwen2 7B is a 7.6B-parameter open language model from Alibaba in the Qwen 2 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 72B Instruct

Alibaba · 72.7B · runs from 21.0 GB

22.6K 719

Qwen2-72B-Instruct is the instruction-tuned, chat-ready 72.7-billion-parameter model from Alibaba's Qwen2 series, built on a Transformer architecture with SwiGLU activation, QKV attention bias, and grouped-query attention, and trained with supervised fine-tuning plus direct preference optimization. It generally surpassed the prior Qwen1.5 line and competed with proprietary models on language understanding, generation, multilingual tasks, coding, and math benchmarks at release, though it has since been superseded by Qwen2.5-72B-Instruct. At 72.7 billion parameters, it needs a multi-GPU workstation to run in full precision. Context length is natively 32,768 tokens, extendable to 131,072 tokens using YaRN scaling, as documented on the model card. It is released under Alibaba's Tongyi Qianwen custom license, which permits commercial use but requires a separate license once a deployment passes 100 million monthly active users. It was published in May 2024.

Chat

Qwen3 4B Base

Alibaba · 4.0B · runs from 1.6 GB

1.5M 98

Qwen3-4B-Base is Alibaba's 4-billion-parameter base pretrained model from the Qwen3 generation, the successor to Qwen2.5. Like other -Base checkpoints, it is a raw causal language model meant for fine-tuning or research, not direct conversation. Qwen3 was trained on 36 trillion tokens across 119 languages, tripling Qwen2.5's language coverage, using a three-stage pipeline that builds general knowledge, then reasoning skills in code and STEM, then extends context length. At 4B dense parameters, it runs easily on a single consumer GPU, even without heavy quantization. The model supports a 32,768 token context window. It is released under the Apache 2.0 license, permitting unrestricted commercial and research use, and was published in April 2025. Qwen3 introduced a mix of dense and mixture-of-experts models alongside refinements like QK layernorm for training stability.

Chat

Qwen2.5 0.5B

Alibaba · 494M · runs from 0.5 GB

1.6M 457

Qwen2.5 0.5B is the smallest base (pretrained) model in Alibaba Cloud's Qwen 2.5 family, with 494 million parameters. As a base model, it is not instruction-tuned and is intended for fine-tuning, research, and as a foundation for custom applications. It supports a 128K token context window. Its minimal size makes it suitable for experimentation, rapid prototyping, and resource-constrained fine-tuning tasks. The model can run on virtually any hardware. Released under the Apache 2.0 license.

Chat

Qwen3 1.7B Base

Alibaba · 1.7B · runs from 1.0 GB

1.5M 79

Qwen3 1.7B Base is a 1.7-billion parameter pretrained foundation model from Alibaba Cloud's Qwen 3 family. It is a compact base model designed for fine-tuning, research, and custom applications rather than direct conversational use. Its small size makes it accessible for resource-constrained fine-tuning and rapid experimentation. The model can run on virtually any modern GPU and benefits from the improved pretraining data of the Qwen 3 generation. It is suitable as a lightweight foundation for domain-specific fine-tunes and student models in distillation pipelines. Released under the Apache 2.0 license.

Chat