← All guides

Best Local LLM for RTX A6000 (2026): 48GB Workstation Picks

The NVIDIA RTX A6000 48GB is the single-GPU workstation pick for serious local LLMs. Two consumer 4090s give you 48 GB split across PCIe but with constant headache. The A6000 gives you 48 GB unified at 768 GB/s — enough for Llama 3.3 70B at Q4, GLM-5.1 32B at full Q5, or dual-model OpenClaw routing without compromise.

RTX A6000 workstation OpenClaw setup?

See our AI training options. We'll architect a dual-model setup that turns your A6000 into a serious AI workstation.

Bottom Line

  • Best for OpenClaw autonomy: GLM-5.1 32B at Q5_K_M
  • Best general-purpose: Llama 3.3 70B at Q4_K_M (~22 tok/sec)
  • Best fastest: Qwen 3.6 27B at Q8_0 (~28 tok/sec)
  • Best production dual: gpt-oss 20B Q8 + Qwen 3.6 27B Q5 (loaded together)

Top Picks for RTX A6000 (48 GB VRAM, 768 GB/s bandwidth)

1. GLM-5.1 32B (Q5_K_M) — best for OpenClaw autonomous runs

Zhipu AI’s GLM-5.1 32B dense at Q5 uses about 26 GB. Purpose-tuned for multi-hour autonomous agent loops with stable JSON tool calls.

ollama pull glm5.1:32b
openclaw config set agents.defaults.models.chat ollama/glm5.1:32b
openclaw run --agent --max-hours 8 "Implement the spec end-to-end"

Expected speed: 22-30 tokens/sec.

2. Llama 3.3 70B (Q4_K_M) — best general-purpose

About 42 GB at Q4_K_M with 16K context. Excellent general knowledge, strong reasoning, clean tool calling. Speed: 18-25 tok/sec on A6000.

ollama pull llama3.3:70b

3. Qwen 3.6 27B (Q8_0) — premium quality at smaller size

Full Q8 of the April 22, 2026 release uses about 30 GB. Near-FP16 quality. Faster than 70B (~28 tok/sec).

4. gpt-oss 20B (Q8_0) + Qwen 3.6 27B (Q5_K_M) — dual-model production setup

Keep both models loaded for instant routing:

# gpt-oss 20B Q8 for agent runs (cleanest tool calls) — 22 GB
# Qwen 3.6 27B Q5 for chat — 20 GB

openclaw config set agents.defaults.models.chat ollama/qwen3.6:27b-q5_K_M
openclaw config set agents.defaults.models.agent ollama/gpt-oss:20b-q8_0
openclaw config set agents.defaults.keep_alive 1h
openclaw models status

Total: ~42 GB with both models hot — leaves 6 GB for context.

5. Mistral Small 4 (119B-A6B MoE, IQ3_XS) — squeeze for premium reasoning

Mistral’s March 16, 2026 release. 119B total, 6B active per token. At IQ3_XS uses about 38 GB. MoE design gives faster inference than equivalent dense models.

What Fits in 48 GB VRAM (RTX A6000)

ModelQuantVRAMTok/sec
GLM-5.1 32BQ5_K_M~26 GB22-30
Llama 3.3 70BQ4_K_M~42 GB18-25
Qwen 3.6 27BQ8_0~30 GB25-32
Dual: gpt-oss 20B Q8 + Qwen 3.6 27B Q5mixed~42 GBvaries
Mistral Small 4 (119B-A6B)IQ3_XS~38 GB25-35 (MoE)
Qwen 3.6 35B-A3B (MoE)Q8_0~38 GB55-70

OpenClaw Setup on RTX A6000 (dual-model)

ollama pull gpt-oss:20b-q8_0
ollama pull qwen3.6:27b-q5_K_M

openclaw config set agents.defaults.models.chat ollama/qwen3.6:27b-q5_K_M
openclaw config set agents.defaults.models.agent ollama/gpt-oss:20b-q8_0
openclaw config set agents.defaults.keep_alive 2h
openclaw config set agents.defaults.context_limit 65536

openclaw models status

Common Mistakes on RTX A6000

  1. Running Llama 3.3 70B at Q6 because you can. Q6 needs ~58 GB — overflows the 48 GB A6000. Cap at Q5 (~50 GB tight) or Q4 (~42 GB comfortable).
  2. Loading 3 models without keep_alive. Ollama unloads idle models in 5 min by default. Set keep_alive 2h so model swaps don’t pause your workflow.
  3. Picking Qwen 3.5 122B-A10B for OpenClaw without fallback. Qwen 3.5 has the Ollama tool-calling bug (issue #14493). Pair with gpt-oss for the agent path.
🎮 STEP UP TO 96 GB ON ONE CARD

The A6000's 48 GB caps Llama 3.3 70B at Q4. The RTX PRO 6000 Blackwell doubles that to 96 GB — 70B at higher quants and long context, or several models resident at once for a multi-model OpenClaw host.

🛒 Mac alternative for 48GB workstation

Mac Studio Ultra delivers 64-192 GB unified memory at A6000-comparable bandwidth, often cheaper than a single A6000.

Amazon affiliate links — we earn a small commission at no cost to you.

See Also

Need OpenClaw fixed live?

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

See Rescue Session

Read next

Can I Run a Local LLM With 128GB RAM and 48GB VRAM?
Direct answer for 128GB system RAM plus a 48GB workstation GPU: what runs fast, what still needs offload, and which OpenClaw calculator preset to use.
Best LLM for 64GB VRAM (July 2026): Dual RTX 5090 Picks, Not Mac RAM
Best local LLM for 64GB VRAM, July 2026: Laguna S 2.1 UD-IQ4_XS (57.6GB), Laguna XS 2.1, gpt-oss 120B Q4. Dual RTX 5090 vs 2x A6000 vs 96GB Blackwell.
The Cheapest Way to Run a 70B Model Locally in 2026
Every route to local 70B inference, ranked by what it costs in August 2026: dual used RTX 3090s ($2,000-2,600), used A6000, 128GB Strix Halo boxes, Mac Studio, DGX Spark, RTX PRO 6000. The cheapest box that FITS a 70B is not the cheapest box that RUNS one — bandwidth decides.
Two Used RTX 3090s or One RTX 5090? 48GB Slow vs 32GB Fast (August 2026)
Dual used RTX 3090s cost $2,000-2,600 for 48GB of VRAM. One RTX 5090 costs $4,300-5,000 for 32GB. The 2026 price spike flipped this comparison: the dual build is now half the price AND holds a 70B. Here is the honest tradeoff, including the 700W problem.