ResearchAudio

Local LLM hardware / RTX 4090

What LLM can a 24 GB RTX 4090 run?

A 24 GB card clears a generic 32B INT4 weight floor. The useful answer comes after adding the exact checkpoint, architecture, context window, runtime reserve, and the memory the driver leaves available.

Open the 24 GB model finder →

Fast capacity answer

Start with the weight floor. Do not stop there.

INT4
32B listed tier · 38.7B arithmetic ceiling

INT8
14B listed tier · 19.3B arithmetic ceiling

FP16 / BF16
8B listed tier · 9.7B arithmetic ceiling

Default reserve
24 × 0.90 ÷ 1.20 = 18 GiB for weights

Named-model checks

Models near the RTX 4090 boundary.

These are fully GPU-resident planning estimates, not speed claims. Open any card to change context, cache precision, headroom, or GPU count.

Read the boundary

Why “32B fits” can still be false.

The generic tier finder excludes KV cache and artifact-specific overhead. The named-model profiles include architecture-aware cache and an explicit runtime reserve.

QuestionFast answerDeployment answer
Largest INT4 tier32B weight floorInspect the exact checkpoint and context
Qwen3 30B-A3B20.64 GiB at 32KFits narrowly; benchmark the runtime
Qwen3 32B15.27 GiB raw INT4 weights27.93 GiB with 32K cache and headroom
gpt-oss-20b14.29 GiB at 4K22.56 GiB in the conservative 128K profile

Capacity is only gate one

Context consumes VRAM.
The KV cache grows with tokens, layers, KV heads, head dimension, precision, and concurrency.

MoE still loads experts.
Active parameters reduce compute per token; they do not erase resident checkpoint memory.

Fit is not throughput.
Bandwidth, kernels, offload, batching, and power limits decide delivered speed.

Primary references and next checks

Keep the hardware claim auditable.

NVIDIA specifies 24 GB of GDDR6X memory for the RTX 4090. The model scenarios use the same architecture and checkpoint inputs documented in the ResearchAudio Qwen3 and gpt-oss worksheets.

Official NVIDIA RTX 4090 specifications → Open the Qwen3 GPU worksheet → Open the gpt-oss hardware worksheet → Compare the 32 GB RTX 5090 boundary →

What LLM can an RTX 4090 run?

At the default reserve, the generic one-card floor reaches a 32B INT4, 14B INT8, or 8B FP16 tier. Named models still need exact checkpoint, cache, context, and runtime inputs.

Can an RTX 4090 run Qwen3 32B?

Not under this page's 32K fully GPU-resident profile: the 27.93 GiB planning target exceeds the 21.6 GiB usable-memory budget.

Can an RTX 4090 run gpt-oss-20b?

The 4K profile reaches 14.29 GiB and fits. The conservative 128K profile reaches 22.56 GiB and exceeds the default one-card allowance.

Can an RTX 4090 run a 70B model entirely in VRAM?

No at the ordinary four-bit floor used here. Raw INT4 weights alone require about 32.6 GiB before cache and runtime allocations.

Hardware claims, checked

Get the next local-AI deployment teardown.

ResearchAudio traces exact checkpoints, architecture, context, runtime constraints, and the gap between “fits” and “works.”