L4 vs L40S: which inference card for the servers you already have
- Both are passive Ada Lovelace data-centre cards with FP8 and vGPU support, without MIG or NVLink; the L4 is a 72 W single-slot low-profile card, the L40S a 350 W dual-slot full-size one
- The L40S has twice the memory (48 GB), 2.9 times the bandwidth (864 GB/s) and three times the dense FP8 rate (733 TFLOPS)
- In MLPerf Inference v5.1 object detection (RetinaNet, closed division, offline; entries
5.1-0018and5.1-0012), our division of the system results by their number of GPUs, not an MLPerf metric, gives about 229 images per second per L4 and 815 per L40S, 3.6 times as much; the runs measured no power - In the same 4U server, sixteen L4 and eight L40S both add up to 384 GB, at 1,152 W against 2,800 W of GPU power
- We found no NVIDIA end-of-life notice for either card: NVIDIA lists both as fully supported on its vGPU lifecycle page of August 2026, and positions the RTX PRO 4500 and RTX PRO 6000 Server Editions as their Blackwell successors
Two Ada cards for two different jobs
NVIDIA launched the L4 in March 2023 as a low-power inference and video card, the successor to the T4, and the L40S later that year as its “universal” data-centre GPU for inference, training, graphics and video. Both use the Ada Lovelace architecture with FP8 Tensor Cores, both are passively cooled and depend on the server’s fans, both support secure boot with a hardware root of trust, and both are on NVIDIA’s vGPU list. Neither supports MIG or NVLink. What separates them is scale: one draws 72 W from the slot in a low-profile single-slot format, the other up to 350 W, with a 16-pin auxiliary connector, in a full-size dual-slot card.
The specification table
| SPECIFICATION | NVIDIA L4 | NVIDIA L40S |
|---|---|---|
| CUDA cores | 7,424 | 18,176 |
| Memory | 24 GB GDDR6 with ECC | 48 GB GDDR6 with ECC |
| Bandwidth | 300 GB/s | 864 GB/s |
| FP32 | 30.3 TFLOPS | 91.6 TFLOPS |
| FP8, dense and sparse | 242.5 and 485 TFLOPS | 733 and 1,466 TFLOPS |
| FP16 or BF16, dense and sparse | 121 and 242 TFLOPS | 362 and 733 TFLOPS |
| Maximum power | 72 W, configurable down to 40 W | 350 W |
| Power connector | none, powered from the slot | one 16-pin |
| Form factor | low profile, single slot | full height, full length, dual slot |
| Video engines | 2 NVENC, 4 NVDEC, 4 JPEG decoders | 3 NVENC, 3 NVDEC |
| Display outputs | none | 4× DisplayPort 1.4a, off by default |
| Interface | PCIe 4.0 x16 | PCIe 4.0 x16 |
| MIG | no | no |
| vGPU | yes, from vGPU 15.2 | yes, from vGPU 16.1 |
NVIDIA L4 and L40S product pages, datasheets and product briefs, NVIDIA’s Ada architecture whitepaper and Lenovo’s L4 product guide; NVIDIA vGPU supported-GPU list. NVIDIA’s sparse figures assume structured sparsity; its dense figures are about half.
MLPerf® results, divided per card
MLPerf Inference v5.1, published in September 2025, includes a benchmark in which both cards and the H200 NVL were tested in the same round and division: RetinaNet object detection in the datacenter category of the closed division, offline scenario, with every system running TensorRT.
| SYSTEM | ENTRY | GPUS | IMAGES PER SECOND | PER CARD |
|---|---|---|---|---|
| Dell PowerEdge R470 | 5.1-0018 | 2 × L4 | 458.5 | 229.3 |
| Dell PowerEdge R570 | 5.1-0019 | 4 × L4 | 905.5 | 226.4 |
| Cisco UCS C845A M8 | 5.1-0012 | 8 × L40S | 6,518.4 | 814.8 |
| Eight-card H200 NVL system | 5.1-0005 | 8 × H200 NVL | 13,319.5 | 1,664.9 |
MLPerf Inference v5.1, datacenter category, closed division, RetinaNet, offline scenario; entries as listed, retrieved from mlcommons.org on 24 September 2026, each result verified by MLCommons Association. Per card is our division of the system result by its number of GPUs, not an MLPerf metric. The MLPerf name and logo are registered and unregistered trademarks of MLCommons Association in the United States and other countries. All rights reserved. Unauthorized use strictly prohibited. See www.mlcommons.org for more information.
Per card, by our division, the L40S in the eight-card system does about 3.6 times the work of an L4 in the two-card system, in the same round, division and scenario. These runs were not in the MLPerf power category and measured no power, so they do not show which card does more work per watt.
For language models the L40S has the published results. In MLPerf Inference v5.0, published in April 2025, a Dell PowerEdge XE7745 with eight L40S (entry 5.0-0018) processed 3,481.5 tokens per second on Llama 2 70B (99 per cent accuracy variant) in the offline scenario, about 435 per card; the same server model with eight H200 NVL (entry 5.0-0017) reached 31,149.9 in the same round, division and scenario, about 3,890 per card. Both are datacenter results in the closed division, retrieved from mlcommons.org on 24 September 2026, each result verified by MLCommons Association; per card is our division of the system result by its number of GPUs, not an MLPerf metric. We found no comparable published language-model result for the L4 in the datacenter results of recent rounds.
Memory decides the model
A 24 GB L4 takes an 8B model in FP8, gpt-oss-20b at 13.8 GB, or a 14B model in FP8 with a modest cache. A 48 GB L40S takes a 32B model in FP8 with room for users, or a 70B model in 4-bit with very little. Neither card holds gpt-oss-120b on its own, and neither has FP4 arithmetic: Ada runs 4-bit weights as INT4 through AWQ or GPTQ, which TensorRT-LLM supports on both cards, but not NVFP4. Bandwidth then sets the speed: for the same model, token generation on an L40S can run up to about 2.9 times faster than on an L4 for a single user, the ratio of their bandwidths; that is a ceiling from the specifications, not a measurement.
If the model needs more than 48 GB, neither card is the answer. The RTX PRO 6000 Server Edition with 96 GB and the H200 NVL with 141 GB are the next steps, and our VRAM guide has the arithmetic.
Video, graphics and virtual desktops
Video is where the L4 was designed to lead. It has two encoders, four decoders and four JPEG decoders against three and three on the L40S, and both encode AV1. NVIDIA quotes up to 1,040 concurrent AV1 streams at 720p30 for a server with eight L4 cards, about 130 per card, and 120 times the AI video performance of a dual-socket CPU server in an end-to-end pipeline; both figures come from eight-card servers, and only the second is a comparison with a CPU-only server. For video analytics, transcoding and camera streams, the L4’s engine count per watt is hard to beat.
Graphics goes the other way. The L40S has 142 RT cores and display outputs that can be switched on, and NVIDIA positions it for graphics and video as well as AI. For virtual desktops both work: the L40S supports up to 32 users per card with 1 GB profiles, the L4 up to 24 with 1 GB profiles, and both need NVIDIA vGPU licences.
Density and power per server
| SERVER | HEIGHT | L4 MAXIMUM | L40S MAXIMUM |
|---|---|---|---|
| HPE ProLiant DL380a Gen11 | 2U | 8 | 4 |
| Lenovo ThinkSystem SR650 V3 | 2U | 8 | 3 |
| Lenovo ThinkSystem SR675 V3 | 3U | 8 | 8 |
| HPE ProLiant Compute DL380a Gen12 | 4U | 16 | 10 |
| Dell PowerEdge XE7745 | 4U | 16 | 8 |
HPE, Dell and Lenovo product pages and product guides; maximum counts as the makers state them, September 2026.
The rack arithmetic follows. Eight L4 draw 576 W and sixteen draw 1,152 W; four L40S draw 1,400 W and eight draw 2,800 W, all before processors and fans. In the same Dell PowerEdge XE7745, sixteen L4 and eight L40S both add up to 384 GB of GPU memory; the L40S set has 6,912 GB/s of aggregate bandwidth against 4,800 GB/s and draws about 2.4 times the power. Sixteen small cards suit many small models or many streams; eight large ones suit fewer, larger models. Our article on rack power and cooling covers the room side.
When to order which
The L4 fits when the work is many small models or many streams: video analytics, transcoding, speech, embeddings, 7B to 14B models, and virtual desktops for light users. It is also the card for servers without GPU power cables, provided the server maker lists the L4 for that chassis and slot, since the card is passive and relies on the server’s airflow, and for racks where every watt is counted.
The L40S fits when a model needs 24 to 48 GB, when throughput per card matters more than per watt, and when the same servers also run graphics or rendering.
Neither fits a 70B model for a team, or anything larger: that is RTX PRO 6000 or H200 NVL territory.
Lifecycle and what comes next
We found no end-of-life notice from NVIDIA for either card, and NVIDIA’s vGPU lifecycle page of 3 August 2026 lists the L4 and the L40S among the GPUs that “remain fully supported”. That page covers vGPU software support, not how long the cards remain orderable. NVIDIA positions two Blackwell cards as their successors. Against the L40S it sets the RTX PRO 6000 Blackwell Server Edition, with “up to 5x higher large language model (LLM) inference throughput”. Against the L4 it sets the RTX PRO 4500 Blackwell Server Edition, a 165 W single-slot, full-height card with 32 GB and 800 GB/s that NVIDIA says delivers “over 5x the performance of the previous-generation L4 GPU”. Neither claim comes with published test conditions, and the RTX PRO 4500 is not a low-profile card, so it does not fit where an L4 does.
What we supply
Eurokommerz supplies the NVIDIA L4 and the L40S EU-wide with manufacturer warranty, as cards or in servers built to order, and the RTX PRO 6000 Server Edition when a model outgrows them. Send us the workload and the servers you run, and we will tell you which card fits and how many of them the rack can power.
FAQ
How much faster is the L40S than the L4?
5.1-0012) and a two-card L4 result (entry 5.1-0018) by their number of GPUs, not an MLPerf metric. For language models its 2.9 times higher bandwidth sets the ceiling for token generation.Which is more efficient, the L4 or the L40S?
Can the L4 run a 70B model?
Do the L4 and the L40S support MIG?
How many L4 cards fit in a 2U server?
Are the L4 and L40S end of life?
Tell us the models or streams you need to serve, the servers you have and the power available per rack. We will tell you which card fits and how many of them. We reply within one business day.
Talk to an expertWe reply within one business day