dexiio

Best local LLM for vision / image input on a NVIDIA GeForce RTX 3090 (2026)

All figures assume an f16 KV cache, a 0.6 GB display reserve on the GPU, and 64 GB of DDR5 system RAM for the offload tiers. Tune these in the calculator.

The verdict

Gemma 3 27B Q5_K_M

Fits on GPU at 16K · Vision / image input score 8/10 · ≈ 32 tok/s

Sliding-window attention keeps long context cheap, and the vision stack still beats most of 2026's newcomers.

llama-server -m gemma-3-27b-it-Q5_K_M.gguf -c 16384 --flash-attn -ngl 99

Worthy alternates

Gemma 4 26B A4B Q5_K_M

Fits on GPU · ≈ 129 tok/s · Vision / image input 8/10

Google's fast MoE with native audio in. Nearly all of its weight sits in routed experts, so expert offload runs it comfortably on 12 GB cards.

Gemma 4 12B Q8_0

Fits on GPU · ≈ 48 tok/s · Vision / image input 7/10

June 2026's 16GB-class headline: dense 12B with native vision and audio in one backbone. The new laptop ceiling.

Tune this for your exact RAM and settings in the calculator → · All models on the NVIDIA GeForce RTX 3090

Frequently asked questions

What is the best local LLM for vision / image input on a NVIDIA GeForce RTX 3090?

Gemma 3 27B at Q5_K_M — it scores 8/10 for vision / image input and runs as "Fits on GPU" at 16K context on the NVIDIA GeForce RTX 3090.

How much context do I need for vision / image input?

We recommend 16K tokens for vision / image input (minimum 8K). These picks are computed at 16K.

How fast will it run on a NVIDIA GeForce RTX 3090?

Roughly 32 tokens/sec for Gemma 3 27B — comfortable for interactive use.

Do I need more than 24 GB of VRAM for vision / image input?

No — the pick above needs 21.6 GB of VRAM at 16K.

What settings should I use?

Start with our command: llama-server -m gemma-3-27b-it-Q5_K_M.gguf -c 16384 --flash-attn -ngl 99 — then tune context and KV quant in the fit calculator.