AI NAS Compared: Which Storage Box Can Actually Run AI?

QNAP and UGREEN network storage with NPUs or PCIe GPU slots, plus a computed matrix of which LLMs fit a NAS-installed GPU. Every spec comes from the vendor page linked in the table.

What is an AI NAS?

An AI NAS is a network-attached storage box that either ships a built-in NPU for image and video recognition, or provides a PCIe expansion slot that accepts a GPU card. The two kinds of "AI" are different: QNAP's TS-AI642 (6 TOPS NPU) and TVS-AIh1688ATX (36 TOPS NPU) accelerate photo tagging, face recognition, and surveillance analytics on the box itself, while UGREEN's DXP8800 Plus and DXP4800 Plus expose a PCIe x8 slot so you can install a low-power graphics card for real model inference.

Can a NAS run an LLM?

Only a NAS with a GPU installed in its PCIe slot can run LLMs — a NAS NPU cannot. The NPUs in current AI NAS boxes are INT8 vision accelerators rated in TOPS for image models, not FP16 tensor hardware for transformers; a 36 TOPS Intel AI Boost NPU will not run Llama or DeepSeek, it runs QNAP's QuMagie photo recognition and QVR face analytics. For language models you install a low-wattage GPU (≤200 W class) in the slot, give it enough VRAM for the weights, and run llama.cpp or vLLM yourself — the NAS then serves as both storage and inference host.

AI NAS comparison table

NASYearNPUCPUBaysM.2RAM maxPCIeNetworkPSU
QNAP TVS-AIh1688ATX 2025 36 TOPS@elsenone Intel Core Ultra 9 285 (24C/24T, up to 5.6 GHz) 12x 3.5" SATA + 4x 2.5" U.2 NVMe/SATA 0 (U.2 instead) 192 GB 3x PCIe Gen4 (NIC/NVMe/TB5/GPU-class cards) 2x 10GbE + 2x 2.5GbE + 2x USB4 550 W
QNAP TS-AI642 2023 6 TOPS@elsenone ARM Cortex-A76/A55 octa-core 6x 3.5"/2.5" SATA 1x PCIe (10GbE/QM2 expansion) 2.5GbE
UGREEN NASync DXP8800 Plus ($1,370) 2024 Intel Core i5-1235U (10C/12T, up to 4.4 GHz) 8x 3.5"/2.5" SATA 2x M.2 2280 NVMe 64 GB 1x PCIe x8 (GPU/NIC card) 2x 10GbE + 2x Thunderbolt 4
UGREEN NASync DXP4800 Plus ($620) 2024 Intel Pentium Gold 8505 (5C/6T, up to 4.4 GHz) 4x 3.5"/2.5" SATA 2x M.2 2280 NVMe 64 GB 1x PCIe x8 (GPU/NIC card) 1x 10GbE + 1x 2.5GbE

Specs from vendor pages (QNAP product pages, UGREEN store). The QNAP TVS-AIh1688ATX's three Gen4 slots and 550 W PSU give it the most expansion headroom; UGREEN lists its x8 slot for GPU and NIC cards. QNAP positions the TVS slots primarily for NIC/NVMe/Thunderbolt 5 cards — check the vendor's compatibility list before committing to a specific GPU.

Which LLMs fit a GPU installed in a NAS?

The matrix below computes whether a model fits one low-power GPU (the realistic NAS configuration) at Q4_K_M quantization with 4k context — required VRAM = weights + 10% loading overhead + KV cache, the same math as our model pages. Card list: current consumer GPUs from our database with VRAM ≥8 GB and TDP ≤200 W. Green = fits on that single card.

Model (Q4_K_M, 4k ctx)Required VRAMGeForce RTX 4060 Ti 16GB
16 GB · 160 W
Radeon RX 7600 XT
16 GB · 190 W
GeForce RTX 5060 Ti 16GB
16 GB · 180 W
Arc B580
12 GB · 190 W
GeForce RTX 4070
12 GB · 200 W
GeForce RTX 3060 12GB
12 GB · 170 W
Arc B570
10 GB · 150 W
GeForce RTX 5060
8 GB · 145 W
GeForce RTX 5050
8 GB · 130 W
GeForce RTX 4060
8 GB · 115 W
Radeon RX 7600
8 GB · 165 W
Arc A580
8 GB · 185 W
GeForce RTX 4060 Ti 8GB
8 GB · 160 W
DeepSeek V4 & V4-Flash 187.4 GB No No No No No No No No No No No No No
Llama 3.3 70B 47.9 GB No No No No No No No No No No No No No
Qwen 3 32B 22.7 GB No No No No No No No No No No No No No
Llama 3.1 8B 5.8 GB Fits Fits Fits Fits Fits Fits Fits Fits Fits Fits Fits Fits Fits

Weights-only math at Q4_K_M (4.8 bits/weight) + overhead + 4k KV cache. Real serving also needs activation memory and leaves headroom for context growth, so treat "Fits" as the minimum viable configuration.

What is the realistic LLM ceiling for a NAS GPU?

An 8B-parameter model like Llama 3.1 8B (about 5.8 GB at Q4_K_M) runs on any 8 GB+ card in the table, which is why single-GPU NAS builds standardize on it. A 32B model needs roughly 21 GB and exceeds every 8–16 GB card here — no current low-power card reaches it; the entry point is a used 24 GB card (RTX 3090, 350 W) whose power draw and triple-slot cooler exceed a typical NAS PSU and airflow budget. 70B and DeepSeek V4-scale models are multi-GPU workloads that belong in a workstation or server, not a NAS enclosure. For those, see our server accelerator matrix instead.

NPU NAS vs GPU NAS: which do you need?

Buy an NPU NAS (TS-AI642, TVS-AIh1688ATX) if the AI you want is what the vendor ships: faster photo library tagging, face recognition for surveillance, people counting — services that run inside QNAP's apps with zero setup. Buy a PCIe-slot NAS (DXP8800 Plus, DXP4800 Plus, or the TVS with its three Gen4 slots) if you want to run your own models, because the slot plus a 115–180 W GPU turns the box into a combined storage and inference server. The two UGREEN boxes have no NPU at all: their "AI" features run on the CPU and integrated graphics, so image recognition is slower there than on QNAP's NPU models, while GPU expansion is stronger than the ARM TS-AI642, whose PCIe slot tops out at network and QM2 cards.

Methodology: NAS specs are pulled live from our product database, where each unit was verified against its vendor page (QNAP or UGREEN). GPU-fit math uses Q4_K_M (4.8 bits/weight) + 10% overhead + 4k-context KV cache — the same formulas documented on our methodology page. This page contains no benchmark estimates; GPU TDP and VRAM values come from the same verified database rows as our GPU index.

Related