ResearchAudio

Local LLM hardware / RTX 5090

What LLM can a 32 GB RTX 5090 run?

A 32 GB card clears a generic 32B INT4 weight floor with more room than the RTX 4090. Qwen3 32B can also clear the 32K planning profile—but closely enough that runtime allocation still decides the result.

Open the 32 GB model finder →

Fast capacity answer

More VRAM changes the context boundary first.

INT4
32B listed tier · 51.5B arithmetic ceiling

INT8
20B listed tier · 25.8B arithmetic ceiling

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

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

Named-model checks

Models near the RTX 5090 boundary.

The result is a capacity plan, not a tokens-per-second promise. Open any card to replace the default cache, context, reserve, or concurrency assumptions.

24 GB versus 32 GB

The extra eight GB turns two near misses into fits.

Both columns reserve ten percent of the card and use the same model, cache, and headroom assumptions. Performance differences are outside this capacity comparison.

ProfileRTX 4090 · 21.6 GiB usableRTX 5090 · 28.8 GiB usable
Qwen3 30B-A3B INT4 · 32KFits · 20.64 GiBFits · 20.64 GiB
Qwen3 32B INT4 · 32KDoes not fit · 27.93 GiBFits narrowly · 27.93 GiB
gpt-oss-20b · 128KDoes not fit · 22.56 GiBFits · 22.56 GiB
70B raw INT4 weightsDoes not fit · 32.60 GiBDoes not fit · 32.60 GiB

Do not spend the margin twice

0.87 GiB is narrow.
A different artifact, graph capture, or runtime workspace can erase the Qwen3 32B margin.

Context repeats.
Concurrent sequences multiply the fully allocated KV-cache budget.

VRAM is not speed.
Capacity alone cannot prove useful latency, throughput, or software support.

Primary references and next checks

Verify the card, checkpoint, and runtime.

NVIDIA specifies 32 GB of GDDR7 memory for the RTX 5090. The model profiles reuse the primary-source architecture and checkpoint inputs documented in the Qwen3 and gpt-oss worksheets.

Official NVIDIA RTX 5090 specifications → Open the Qwen3 GPU worksheet → Open the gpt-oss hardware worksheet → Build a different model profile →

What LLM can an RTX 5090 run?

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

Can an RTX 5090 run Qwen3 32B?

The 32K INT4 planning profile reaches 27.93 GiB, about 0.87 GiB below the 28.8 GiB usable-memory budget used here. Treat that as a narrow fit requiring runtime validation.

Can an RTX 5090 run gpt-oss-20b at 128K context?

The conservative full-cache profile reaches 22.56 GiB and clears the one-card budget. Concurrency, graph capture, and the selected engine can still change the result.

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

Not at the ordinary four-bit floor used here. Raw INT4 weights alone require about 32.6 GiB before cache, workspace, and metadata.

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.”