All LLM Models

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

NVIDIA Nemotron 3 Nano 30B A3B BF16

NVIDIA · 31.6B · runs from 13.8 GB

658.1K 823

NVIDIA Nemotron 3 Nano 30B A3B is a mixture-of-experts model with 31.6 billion total parameters but only around 3 billion active per token, giving it the intelligence of a much larger model with the speed of a small one. This BF16 version preserves full precision for maximum output quality. The MoE architecture makes this model especially interesting for local deployment. You get reasoning and instruction-following capabilities that punch well above what a traditional 3B model can deliver, while inference stays fast because only a fraction of the network fires for each token.

Chat

NVIDIA Nemotron 3.5 Lightning 30B A3B BF16

NVIDIA · 31.6B · runs from 9.1 GB

587.3K 221

NVIDIA Nemotron 3.5 Lightning 30B A3B BF16 is a mixture-of-experts chat model in NVIDIA's Nemotron line, with roughly 30 billion total parameters and about 3 billion active per token. That active-parameter count drives inference speed, while the larger total governs memory footprint, and the Lightning name points to a variant tuned for fast responses; weights are published in BF16 precision. The model offers a 256K token context window and is released under a custom license rather than a standard open-source one. With only about 3 billion parameters active per token, it is well suited to running on a single high-end consumer GPU, especially once quantized, despite its larger total parameter count.

Chat

NVIDIA Nemotron Nano 9B v2

NVIDIA · 8.9B · runs from 3.5 GB

384.9K 520

NVIDIA Nemotron Nano 9B v2 is a compact yet capable chat model from NVIDIA, packing 8.9 billion parameters into a size that runs comfortably on a wide range of consumer GPUs. Built on NVIDIA's Nemotron architecture, it delivers strong instruction-following and conversational performance while keeping VRAM requirements modest. This second-generation Nano model reflects NVIDIA's push to make high-quality language models accessible on local hardware. It's an excellent starting point for users who want a responsive, general-purpose assistant without needing top-tier GPU memory.

Chat

Nemotron Orchestrator 8B

NVIDIA · 8.2B · runs from 4.1 GB

2.7K 598

Nemotron Orchestrator 8B is a 8.2B-parameter open language model from NVIDIA in the Nemotron family. It supports a context window of up to 40,960 tokens. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

NVIDIA Nemotron Nano 12B v2

NVIDIA · 12.3B · runs from 5.8 GB

5.7K 164

NVIDIA Nemotron Nano 12B v2 is a 12.3B-parameter open language model from NVIDIA in the Nemotron family. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

Nemotron 3 Nano Omni 30B A3B Reasoning BF16

NVIDIA · 33.0B · runs from 10.0 GB

340.0K 343

Nemotron 3 Nano Omni 30B A3B Reasoning BF16 is a 33.0B-parameter open language model from NVIDIA in the Nemotron family. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Reasoning

NVIDIA Nemotron Nano 9B v2 Japanese

NVIDIA · 8.9B · runs from 4.4 GB

281.4K 124

NVIDIA Nemotron Nano 9B v2 Japanese is a specialized variant of the Nemotron Nano 9B v2, fine-tuned for Japanese language understanding and generation. At 8.9 billion parameters, it maintains the same hardware-friendly footprint as the English version while delivering natural Japanese conversational ability. For users looking to run a Japanese-language assistant locally, this model offers a rare combination of compact size and dedicated language optimization from a major hardware vendor. It handles Japanese text with the fluency you'd expect from a purpose-built model rather than a multilingual afterthought.

Chat

Llama 3.1 Nemotron 70B Instruct HF

NVIDIA · 70.6B · runs from 20.4 GB

15.6K 2.1K

Llama 3.1 Nemotron 70B Instruct is a 70-billion parameter chat model by NVIDIA, created by applying reinforcement learning from human feedback (RLHF) to Meta's Llama 3.1 70B base model. NVIDIA's Nemotron training pipeline focuses on improving helpfulness, accuracy, and response quality beyond the standard Llama instruction tuning. The model requires substantial VRAM for local inference, typically needing multi-GPU setups or high-end professional GPUs. In quantized formats it becomes accessible on workstation-class hardware. It is available in Hugging Face Transformers format and is supported by popular inference engines.

Chat

Nemotron Cascade 2 30B A3B

NVIDIA · 31.6B · runs from 9.1 GB

92.0K 515

Nemotron Cascade 2 30B A3B is a 31.6B-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.

ChatReasoning

Llama 3 3 Nemotron Super 49B V1

NVIDIA · 49.9B · runs from 15.1 GB

59.0K 329

Llama 3 3 Nemotron Super 49B V1 is a 49.9B-parameter open language model from NVIDIA in the Llama 3 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

Nemotron Mini 4B Instruct

NVIDIA · 4B · runs from 1.8 GB

89.1K 187

Nemotron Mini 4B Instruct is a 4B-parameter open language model from NVIDIA in the Nemotron 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

Nemotron Labs Audex 30B A3B

NVIDIA · 30B · runs from 14.0 GB

2.2K 163

Nemotron Labs Audex 30B A3B is a 30B-parameter open language model from NVIDIA in the Nemotron family. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

ChatReasoning

LocateAnything 3B

NVIDIA · 3.8B · runs from 2 GB

87.4K 3.0K

LocateAnything-3B is NVIDIA's 3.8-billion-parameter vision-language model for visual grounding rather than open-ended chat: referring-expression grounding, dense multi-object detection, GUI element grounding, point-based localization, and document or OCR layout grounding. Its core contribution is Parallel Box Decoding, which predicts a complete bounding box in one parallel step instead of token-by-token autoregressive decoding, giving up to 2.5x higher throughput while preserving geometric consistency. It combines a Qwen2.5-3B-Instruct language backbone with a MoonViT-SO-400M vision encoder and was trained on 12 million images with over 138 million grounding queries; NVIDIA has folded it into the Nemotron 3 Nano Omni model for agentic and computer-use grounding. At under 4 billion parameters, it runs on a single consumer GPU. Context length is 32,768 tokens. It is released under NVIDIA's non-commercial research license, permitting academic and non-profit use only; commercial use requires a separate license from NVIDIA. It was published in May 2026.

Vision

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

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

Cosmos Reason2 8B

NVIDIA · 8.8B · runs from 4.1 GB

167.7K 227

Cosmos Reason2-8B is NVIDIA's 8.8-billion-parameter open reasoning vision-language model for physical AI, built on a Qwen3-VL-8B-Instruct backbone and tuned to reason step by step about video and images the way a human would when planning actions in the real world. Rather than just labeling objects, it applies physics, spatio-temporal understanding, and common sense to tasks like robot planning, autonomous-vehicle video captioning, and video-analytics annotation, producing structured outputs such as 2D/3D point localization, bounding boxes, trajectory coordinates, and on-screen OCR text. It ships alongside a smaller 2B variant for edge deployment, while the 8B model needs a capable single GPU or more, less once quantized. Context length is roughly 256,000 tokens, up sharply from 16,000 tokens in the original Cosmos Reason 1. It is released under the NVIDIA Open Model License, a custom license that permits commercial use and derivative models but requires attribution ("Built on NVIDIA Cosmos") and prohibits removing its safety guardrails. It was published in December 2025.

VisionChatReasoning

Llama 3 3 Nemotron Super 49B V1 5

NVIDIA · 49.9B · runs from 15.1 GB

56.5K 227

Llama 3.3 Nemotron Super 49B is a 49.9-billion parameter chat model by NVIDIA, built on a modified Llama 3.3 architecture. It occupies a unique size point between the common 70B and 8B tiers, offering strong reasoning and conversational ability while requiring less VRAM than full 70B models. NVIDIA's Nemotron Super training pipeline applies extensive alignment tuning to optimize helpfulness and factual accuracy. The model typically needs 32GB or more of VRAM for local inference at reduced precision, placing it within reach of high-end consumer GPUs like the RTX 4090 or professional workstation cards.

Chat

NVIDIA Nemotron 3.5 Lightning 30B A3B Base BF16

NVIDIA · 31.6B · runs from 13.8 GB

188.3K 21

NVIDIA Nemotron 3.5 Lightning 30B A3B Base BF16 is a 31.6B-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

NVIDIA Nemotron 3 Super 120B A12B BF16

NVIDIA · 123.6B · runs from 53.0 GB

1.2M 428

NVIDIA's Nemotron 3 Super 120B A12B is a mixture-of-experts model with roughly 120 billion total parameters, of which about 12 billion are active for any given token, the figure that primarily drives inference speed. Because the full expert set still needs to be resident in memory, running it locally needs multi-GPU or server-class hardware rather than a single consumer card, even though the active-parameter count keeps generation relatively fast for a model this large. It is tuned for general chat and instruction-following. The model is distributed in bfloat16 precision and supports a 256K token context window. It is released under NVIDIA's own license terms rather than a standard open-source license, and was published on March 10, 2026, as part of the Nemotron 3 series.

Chat

NVIDIA Nemotron 3 Ultra 550B A55B BF16

NVIDIA · 560.5B · runs from 262.1 GB

155.5K 350

NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 is NVIDIA's large hybrid reasoning model, combining Mamba-2, Mixture-of-Experts, and attention layers with multi-token prediction in a single architecture. It has around 560 billion total parameters with about 55 billion active per token, reasoning can be toggled on or off through its chat template, and NVIDIA positions it for frontier reasoning, complex agentic workflows, long-context analysis, and high-stakes retrieval-augmented generation across ten languages. It supports a 262,144-token context window and is released under a custom OpenMDW license. NVIDIA's own stated minimum is 8 GB200/B200-class GPUs or equivalent, so this is squarely server hardware; most people will need a hosted or cloud deployment rather than a local one.

Chat

Nemotron Labs Diffusion 3B

NVIDIA · 3.8B · runs from 2.1 GB

67.8K 42

Nemotron Labs Diffusion 3B is a 3.8B-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

Llama 3.1 Nemotron Nano 8B V1

NVIDIA · 8B · runs from 2.8 GB

308.6K 219

Llama 3.1 Nemotron Nano 8B is an 8-billion parameter chat model by NVIDIA, a compact entry in the Nemotron family derived from Meta's Llama 3.1 architecture. It applies NVIDIA's alignment and fine-tuning techniques to deliver improved response quality over the base Llama 3.1 8B Instruct model at the same parameter count. The model runs on consumer GPUs with 8GB or more of VRAM and supports a 128K token context window. Its small footprint and NVIDIA-tuned quality make it a practical option for local inference on mainstream hardware.

Chat

NVIDIA Nemotron 3 Ultra 550B A55B Base BF16

NVIDIA · 560.5B · runs from 262.1 GB

2.0K 25

NVIDIA Nemotron 3 Ultra 550B A55B Base BF16 is a 560.5B-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

NVIDIA Nemotron Parse 2.0

NVIDIA · 903M · runs from 2.0 GB

102.4K 116

NVIDIA Nemotron Parse 2.0 is a sub-1-billion-parameter vision-encoder-decoder model purpose-built for document parsing rather than open-ended chat: given a page image, it outputs structured text with layout classes, bounding boxes, and reading order for elements like titles, paragraphs, tables, charts, and footnotes. It pairs a ViT-H vision encoder based on NVIDIA's C-RADIO with a 10-block mBART decoder, and over its predecessor v1.2 it adds roughly 20,000 new vocabulary tokens for more efficient multilingual (especially CJK and Indic-script) OCR, a dedicated chart class for chart-to-table parsing, and stronger table detection and text extraction. At under a billion parameters it runs on a single modest GPU. License is the OpenMDW License Agreement version 1.1, permitting both commercial and non-commercial use; the bundled tokenizer is separately licensed under CC-BY-4.0. It was published in August 2026.

Vision

Nemotron Labs Diffusion 8B Base

NVIDIA · 8.5B · runs from 17.6 GB

86.5K 8

Nemotron Labs Diffusion 8B Base is a 8.5B-parameter open language model from NVIDIA in the Nemotron 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

Nemotron Labs Diffusion 8B

NVIDIA · 8.5B · runs from 17.6 GB

70.3K 49

Nemotron Labs Diffusion 8B is a 8.5B-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

Nemotron H 8B Base 8K

NVIDIA · 8.1B · runs from 17.8 GB

60.9K 60

Nemotron H 8B Base 8K is a 8.1B-parameter open language model from NVIDIA in the Nemotron family. See its VRAM requirements by quantization and which GPUs and Macs can run it locally below.

Chat

NVIDIA Nemotron 3 Nano 30B A3B Base BF16

NVIDIA · 31.6B · runs from 14.8 GB

55.9K 132

NVIDIA Nemotron 3 Nano 30B A3B Base BF16 is the foundation model version of the Nemotron 3 Nano 30B, offered in full BF16 precision. Unlike the chat-tuned variants, this base model hasn't been instruction-tuned, making it suitable for fine-tuning, research, or custom alignment workflows. At 31.6 billion total parameters with a mixture-of-experts architecture, the base model gives developers and researchers a strong starting point for building specialized applications. It retains all the architectural benefits of the MoE design while leaving the behavioral layer open for customization.

Chat

GPT OSS 120B Eagle3 v3

NVIDIA · 120B · runs from 51.3 GB

53.3K 13

GPT OSS 120B Eagle3 v3 is a 120B-parameter open language model from NVIDIA in the GPT-OSS 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

Mistral NeMo Minitron 8B Instruct

NVIDIA · 8.4B · runs from 4.2 GB

45.9K 85

Mistral NeMo Minitron 8B Instruct is a 8.4B-parameter open language model from NVIDIA in the Mistral 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.

Chat