← All guides

Best Local LLM for RTX 4080 & 4080 Super (2026): 16GB VRAM Picks

The RTX 4080 and 4080 Super both ship 16 GB of VRAM, which puts them squarely in the 'gpt-oss 20B at Q4' tier for local LLMs and OpenClaw agents.

Picking hardware for an OpenClaw host?

Use the local model calculator first, then see our AI training options if you want help matching your workload to the right rig.

Short answer: on a 16 GB RTX 4080 or 4080 Super, run gpt-oss 20B at Q4_K_M for OpenClaw agent work (clean tool calls, ~30 tok/sec) or Qwen 3.5 9B at Q8 when you want maximum quality on a smaller model. 16 GB is a real 16 GB card — it does not fit Qwen 3.6 27B at a good quant, and 70B is out of reach on a single card.

The VRAM Math

The 4080 Super edges the original 4080 on memory bandwidth (~736 vs ~717 GB/s), a few percent faster in practice; both are the same 16 GB fit class.

What Actually Fits (Model Picks)

ModelQuantVRAM usedSpeedNotes
Qwen 3.5 9BQ8_0~10 GB~40 tok/sHighest-quality small model
gpt-oss 20BQ4_K_M~12-13 GB~30 tok/sBest OpenClaw agent pick
Qwen 3.6 27BQ3_K_S~14 GB tight~25 tok/sFits but quality drops at Q3
Llama 3.1 8BQ8_0~9 GB~45 tok/sFast general assistant

What You Can’t Run

  • Qwen 3.6 27B at Q4_K_M or higher — needs ~17-18 GB, over the 16 GB ceiling.
  • Any 70B model at a usable quant — a single 16 GB card is far short; you need 24 GB+ or two cards.
  • Long 128K context on a 20B model — the KV cache pushes you over 16 GB; cap context at 16-32K.
🎮 16 GB TODAY, OR STEP UP TO 24-32 GB

4080/4080 Super listings come and go; for a linkable 16 GB card the 4070 Ti Super is the same fit class. Want to run 27B at a good quant? Step up to a 24 GB 4090 or the 32 GB 5090.

OpenClaw Setup

Point OpenClaw at your local model through Ollama:

# pull and run your pick, then set it as the OpenClaw default
ollama pull gpt-oss:20b
openclaw config set agents.defaults.models.chat "ollama/gpt-oss:20b"

For agent reliability, prefer a model with clean tool-call output (gpt-oss 20B where it fits) and cap context to what your memory holds. See the tool-calling reliability guide.

See Also

Need OpenClaw fixed live?

Remote rescue sessions for gateway, auth, tunnel, VPS, and model access problems.

See Rescue Session

Read next

Best Local LLM for RTX 5080 (2026): 16GB Blackwell VRAM Picks
The best local LLM for the RTX 5080 (16GB GDDR7). What fits in 16GB, quants, tokens/sec, gpt-oss 20B setup, and where 24GB pulls ahead.
Best Local LLM for RTX 4070 (2026): 12GB VRAM Picks
The best local LLM for the RTX 4070 (12GB, non-Ti). What fits in 12GB, quants, tokens/sec, why 20B is too tight, and OpenClaw setup.
Best Local LLM for RTX 5090 (July 2026): 32GB VRAM Picks + OpenClaw Setup
Best local LLM for the RTX 5090 32GB. July 2026 picks: Qwen 3.6 35B-A3B (Q6 MoE), Laguna XS 2.1 (Q4, agentic coding), Qwen 3.6 27B (Q8), gpt-oss 20B (Q8). 1792 GB/s bandwidth = blistering inference.
Best Local LLM for RTX 3090 (August 2026): 24GB VRAM Picks + OpenClaw Setup
The best local LLM for the RTX 3090 24GB. August 2026 picks: Gemma 4 26B-A4B (Q4_K_M, MoE), Qwen 3.6 27B (Q4_K_M), Laguna XS 2.1 (Q4, agentic coding), gpt-oss 20B (Q5), with quants, tokens/sec, and OpenClaw setup. The 3090 is still the LLM value GPU.