llama
90B parameters
Commercial OK
Multimodal
Reviewed June 2026

Llama 3.2 90B Vision

Llama 3.2 multimodal at 90B. Datacenter-tier predecessor to Llama 4 Maverick. Strong visual reasoning.

License: Llama Community License·Released Sep 25, 2024·Context: 131,072 tokens
BLK · VERDICT

Our verdict

OP · Fredoline Eruo|VERIFIED JUN 12, 2026
unrated

Positioning

Llama 3.2 90B Vision is Meta's dense 90-billion-parameter multimodal model, released under the Llama Community License. With a 131,072-token context window, it is designed for datacenter-tier visual reasoning tasks. As a dense architecture, every forward pass activates all 90B parameters, making inference compute-bound and memory-intensive. It serves as the multimodal predecessor to Llama 4 Maverick, offering strong visual reasoning capabilities for enterprise deployments.

Strengths

  • Massive context window: 131,072 tokens enable processing of long documents, high-resolution images, or extended video sequences without truncation.
  • Dense architecture for predictable performance: Unlike MoE models, dense 90B activations provide consistent per-token compute, simplifying capacity planning.
  • Multimodal native: Built for visual reasoning tasks, making it suitable for image captioning, visual question answering, and document understanding.
  • Permissive commercial license: The Llama Community License allows most commercial uses, though large-scale deployments may require additional approvals.

Limitations

  • Datacenter-only deployment: At 180 GB in FP16, the model requires multiple high-memory GPUs (e.g., 4× A100-80GB or 8× H100) even at Q4_K_M (~50.6 GB). Consumer or workstation hardware is not feasible.
  • High memory overhead: KV cache for 131K context adds significant memory — expect 30–50% overhead beyond model weights, pushing total requirements well beyond 100 GB even at Q4.
  • No community benchmarks available: We do not have verified third-party measurements for this model. Published vendor metrics should be treated as best-case until independent validation emerges.
  • Dense compute cost: All 90B parameters are active per token, resulting in higher per-token FLOPs compared to MoE models of similar total parameter count.

What it takes to run this locally

Quantized model sizes (disk):

  • FP16: ~180 GB
  • Q8_0: ~96 GB
  • Q6_K: ~74.3 GB
  • Q5_K_M: ~64.1 GB
  • Q4_K_M: ~50.6 GB
  • Q3_K_M: ~43.9 GB
  • Q2_K: ~29.3 GB

Add 30–50% for KV cache and framework overhead at typical context lengths. Deployment class: datacenter — requires multiple high-memory GPUs (e.g., 4× A100-80GB or 8× H100) even at Q4_K_M. Single-GPU inference is not possible with current hardware.

Should you run this locally?

Yes if you have access to multi-GPU datacenter hardware and need a dense multimodal model with a 131K context window for visual reasoning tasks, and the Llama Community License fits your commercial use case.

No if you lack multi-GPU infrastructure, need lower latency for interactive applications, or require a model that can run on consumer or workstation hardware.

Catalog cross-links

Overview

Llama 3.2 multimodal at 90B. Datacenter-tier predecessor to Llama 4 Maverick. Strong visual reasoning.

How to run it

Llama 3.2 90B Vision is Meta's base multimodal model — 90B dense text backbone with vision encoder, no instruction tuning. Same architecture as the instruct variant but no chat template — generates completions, not responses. Run at Q4_K_M via llama.cpp with llava-server for vision, or text-only with -ngl 999 -fa -c 4096. Q4_K_M file size ~51 GB (text) + ~3-5 GB (vision projector). Minimum VRAM: 48 GB — RTX A6000 at Q3_K_M for vision, or text-only Q4_K_M. Recommended: A100 80GB for full Q4_K_M + vision. This is a base model — use for fine-tuning, few-shot completion, or as a vision backbone. Not suitable for direct chat without instruction tuning. For chat, use the instruct variant. For serving: vLLM multimodal pipeline (if supported for base vision models — verify). Few-shot prompting with image+text pairs is the primary base-model interaction pattern.

Hardware guidance

Minimum: RTX A6000 48GB at Q4_K_M text-only, or Q3_K_M with vision. Recommended: A100 80GB at AWQ-INT4 for vision serving. Budget: dual RTX 3090 48 GB at Q4_K_M text-only, or Q3_K_M + vision. VRAM math: identical to instruct variant — 90B text at Q4 ≈ 51 GB, vision projector ~3-5 GB, KV cache at 8K ~15 GB. Total with vision at 8K: ~69-71 GB. A100 80GB: comfortable. Dual RTX 3090 48GB: must reduce context or quant. Mac Studio M4 Ultra 128GB: Q4_K_M + vision, 3-6 tok/s. RTX 5090 32GB: text-only Q4_K_M with KV offload. Cloud: single A100 at $5-10/hr. Base variant may not be on Ollama — verify hf repo for GGUF availability.

What breaks first

  1. Base model, not chat. Generates completions in whatever style the prompt sets. Feeding a conversational prompt produces unpredictable continuations unless formatted as few-shot with completion markers. 2. Vision projector mismatch. Base vision GGUFs require a matching mmproj file. Mixing instruct mmproj with base text GGUF produces garbled vision outputs. 3. Few-shot context contamination. Base models are sensitive to prompt formatting. Extra whitespace or inconsistent few-shot formatting can degrade output quality dramatically. 4. Fine-tuning data format. Fine-tuning this model requires multimodal dataset formatting (text + image interleaving). Standard text-only fine-tuning scripts may not handle image tokens correctly.

Runtime recommendation

llama.cpp with llava-server for local base model vision use. vLLM for production. For fine-tuning: Axolotl with multimodal support, or Meta's reference training code. Avoid Ollama for base vision models — Ollama is designed for instruct/chat models.

Common beginner mistakes

Mistake: Chatting with the base model and wondering why responses are nonsensical. Fix: Base models complete text, they don't follow instructions. Use few-shot completion format or switch to the instruct variant. Mistake: Using the instruct mmproj with base text GGUF. Fix: Vision projector must match the model variant. Download the matching mmproj from the same hf repo. Mistake: Assuming base and instruct have identical image understanding quality. Fix: Instruction tuning affects vision understanding. The base model's raw vision representations may differ from instruct. Test your task on both. Mistake: Fine-tuning without multimodal data format. Fix: The vision encoder expects image tokens in a specific format. Use a multimodal fine-tuning framework, not standard text-only scripts.

Family & lineage

How this model relates to others in its lineage. Family members share architecture and training-data roots; parent / children edges record direct distillation or fine-tune relationships.

Family siblings (llama-3.2-vision)
Llama 3.2 11B Vision11B
Consumer
Llama 3.2 90B Vision90B
You are here

Strengths

  • Frontier-tier multimodal
  • Strong visual reasoning

Weaknesses

  • 64GB+ VRAM tier

Quantization variants

Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.

QuantizationFile sizeVRAM required
AWQ-INT452.0 GB64 GB

Get the model

HuggingFace

Original weights

huggingface.co/meta-llama/Llama-3.2-90B-Vision-Instruct

Source repository — direct quantization required.

Hardware that runs this

Cards with enough VRAM for at least one quantization of Llama 3.2 90B Vision.

Compare alternatives

Models worth comparing

Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.

Frequently asked

What's the minimum VRAM to run Llama 3.2 90B Vision?

64GB of VRAM is enough to run Llama 3.2 90B Vision at the AWQ-INT4 quantization (file size 52.0 GB). Higher-quality quantizations need more.

Can I use Llama 3.2 90B Vision commercially?

Yes — Llama 3.2 90B Vision ships under the Llama Community License, which permits commercial use. Always read the license text before deployment.

What's the context length of Llama 3.2 90B Vision?

Llama 3.2 90B Vision supports a context window of 131,072 tokens (about 131K).

Does Llama 3.2 90B Vision support images?

Yes — Llama 3.2 90B Vision is multimodal and accepts text + vision inputs. Vision support requires a runner that handles its image-conditioning architecture.

Source: huggingface.co/meta-llama/Llama-3.2-90B-Vision-Instruct

Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.

Related — keep moving

Before you buy

Verify Llama 3.2 90B Vision runs on your specific hardware before committing money.