Qwen3.8 VRAM Requirements: Both Models Now Measured
Qwen3.8-27B weights went public at 15:00 UTC on 14 August 2026, two days after the 2.4T, and on Alibaba’s own comparison table it trades blows with Opus 4.6 Max. Both halves of this page are now measurement rather than projection, and the 27B figures below come from unsloth’s published GGUF files rather than from arithmetic. At Q4_K_M it is 17.11 GB, or 18.04 GB with the vision component loaded, so it fits a 24 GB card at 64K context. The 2.4T needs 1,674.8 GB at 8K and remains datacenter hardware.
This page carried a projection for the 27B for eleven days, labeled as one. The projection said 64 layers, 16 full attention plus 48 linear, 262K context, and 16.4 GB of weights at 4-bit. The released config says 64 layers, 16 full attention plus 48 linear, 262,144 context, and the real file is 17.11 GB. The architecture was exactly right and the size was 4% light. Both numbers stay on the page, because a projection that survives contact with the real file is the only evidence that the next one is worth reading.
Qwen3.8-27B: What Alibaba Actually Shipped
| Parameters | 27,781,427,952 |
| Architecture | dense, 64 layers, native multimodal |
| Attention split | 16 full attention at every fourth layer, 48 linear attention |
| Vision | 27-layer tower, ships as a separate 0.93 GB mmproj file in GGUF builds |
| KV heads / head dim | 4 / 256 |
| Native precision | BF16, 55.56 GB |
| Context | 262,144 native, extendable to 1M with YaRN |
| License | Apache 2.0 |
Two things here are easy to miss and both change the VRAM answer. The first is that this is a multimodal model, so image and video input need a vision tower that llama.cpp ships as its own file. Quote a text-only quant size for a model you are describing as multimodal and you are about a gigabyte short. The second is that 262,144 is the native context, not an extended one: rope_scaling is null in the shipped config and rope_type is default. The 1M figure Alibaba quotes is YaRN applied by you, after the fact.
The 48 linear-attention layers are what make the rest possible. They hold a fixed recurrent state that does not grow as context grows, so only the 16 full-attention layers pay for a longer prompt. Treating all 64 layers as full attention, which is what a flat layers times heads times dimension formula does, returns 68.7 GB of KV cache at the full 262K context. The real figure is 17.34 GB. That gap is the difference between a 3090 owner trying this model and being told to give up.
Measured VRAM: Qwen3.8-27B by Quantization
Weights are unsloth’s published GGUF files, measured on 14 August 2026. Totals are at an 8K context with an F16 KV cache on llama.cpp, text only. Add 0.93 GB to any row if you want image or video input.
| Quantization | Weights | Total at 8K | 24 GB card |
|---|---|---|---|
| BF16 | 54.66 GB | 57.3 GB | no |
| Q8_0 | 29.05 GB | 31.1 GB | no |
| Q6_K | 22.88 GB | 24.8 GB | no, just over |
| Q5_K_M | 19.83 GB | 21.7 GB | yes, 90% |
| Q4_K_M | 17.11 GB | 18.9 GB | yes, 79% |
| Q3_K_M | 13.82 GB | 15.5 GB | yes, 64% |
| Q2_K_XL | 10.68 GB | 12.2 GB | yes, 51% |
A 4090, a 3090 and a 7900 XTX all hold this at 4-bit with working room. Q6_K misses a 24 GB card by under a gigabyte, which is the kind of margin that disappears when a desktop compositor is using the same card, so Q5_K_M is the realistic ceiling for 24 GB. Unsloth said on launch day it runs in 17 GB of RAM or VRAM, which lands within a gigabyte of the published 17.11 GB file.
Worth noting for anyone reaching for the smallest build: the low-bit tiers are heavier than a parameter count predicts. Q3_K_M computes to 11.6 GB by arithmetic and the real file is 13.82. This model has a 248,320-token vocabulary, and embedding tables that large do not compress at three bits and below. If you size a machine from a formula rather than a file listing at the bottom of the ladder, you will be short.
How Much Context Fits on a 24 GB Card
This is where the architecture pays. At Q4_K_M with an F16 cache:
| Context | KV cache | Text only | With vision | 24 GB card |
|---|---|---|---|---|
| 8K | 0.70 GB | 18.91 GB | 19.86 GB | yes |
| 32K | 2.31 GB | 20.55 GB | 21.50 GB | yes |
| 64K | 4.45 GB | 22.75 GB | 23.69 GB | yes |
| 128K | 8.75 GB | 27.13 GB | 28.07 GB | no |
| 256K, full | 17.34 GB | 35.7 GB | 36.6 GB | no |
64K is the honest limit on a 24 GB card at default settings, and it still fits with the vision file loaded, at 23.69 GB. Quantizing the KV cache with llama.cpp’s -ctk q8_0 -ctv q8_0 flags brings 128K back into range at 23.02 GB text only, at some cost to output quality, though with vision that becomes 23.97 GB and the margin is gone. The full 262,144 context does fit, with a q4_0 cache: our engine puts it at 23.29 GB and two testers have now run it, at 23.00 GB on a 4090 and about 22.2 GB on a 3090. See the measured section below.
A 27B Model at Frontier Level, on a Card You Own

Alibaba put Qwen3.8-27B next to Opus 4.6 Max. Across the nine benchmarks where both carry a score, the 27B leads five. On coding and agent work it is ahead or within a couple of points nearly everywhere. Opus keeps its clearest lead on HLE, broad multidisciplinary reasoning, by 9.2.
That is frontier-class output from something that needs 17.11 GB and runs on a used RTX 3090. Not long ago that level of work existed only behind an API, metered per token, in a datacenter belonging to someone else.
That reading is no longer only Alibaba’s. On 17 August 2026, Artificial Analysis scored Qwen3.8 27B at 52 on its Intelligence Index. GPT-5.6 Luna (max) scores 52 on the same index. The 27B also ranks first of 135 open-weight models in the 4B to 40B class.
The index is a composite of nine evaluations: GDPval-AA v2, tau3-Banking, Terminal-Bench v2.1, SciCode, Humanity’s Last Exam, GPQA Diamond, CritPt, AA-Omniscience and AA-LCR.
The distinction matters more than the number. Everything above this paragraph comes from Alibaba’s own comparison table, which is a vendor publishing its own results. This is an independent evaluator running its own suite and landing in the same place. A 27B file you can hold on one consumer card now sits level with a metered frontier API on a third party’s leaderboard.
One honest asterisk, from the same source. Artificial Analysis notes that Qwen3.8 27B produced 160 million output tokens across the evaluation against a 43 million median, and calls it very verbose. GPT-5.6 Luna (max) produced 130 million on the same runs, so against the model it ties with the gap is about 23%, not four times. Locally that verbosity is not a bill, it is decode time, and the speed page has the tok/s to convert it.
One split is worth knowing before you download it. Against Alibaba’s own larger Qwen3.7-Plus, the 27B wins ten of twelve rows and loses only GPQA Diamond and HLE. Procedural skill compresses into 27B. Broad recall does not. For coding, agents and long office tasks this is the top of what you can run at home. For obscure factual recall it is still a 27B, which is what retrieval is for.
What Running It Locally Actually Buys
No metering, no rate limit, no queue, no waiting for capacity, and nothing leaving your machine. Apache 2.0, so the weights are yours to keep, fine-tune or modify, and community builds that remove the built-in refusals already exist. Whatever you make of that, it is a kind of control that only exists while the model sits on your own disk.
The limit on local AI has always been hardware rather than ideas. Confidential work that could not leave a building. Agents that need to run all night without a token bill. Anything where cost per call mattered more than the last few points of quality. All of it was waiting for a model this capable to fit in this much memory, and at 17 GB it now does.
Every figure above is Alibaba’s own, published at launch. No independent evaluation exists yet.
What People Are Measuring on Real Cards
Numbers below were published by the people who ran them, within hours of release. We own no hardware and have measured none of this. Each figure is attributed to the person who posted it.
| Hardware | Setup | Result | Source |
|---|---|---|---|
| RTX 4090, 24 GB | UD-Q4_K_XL, q4_0 KV, 260K context | 23.00 GB, 40.7 tok/s decode | @analogalok |
| RTX 4090, 24 GB | same, with MTP | 65 tok/s decode | @analogalok |
| RTX 3090, 24 GB | Q4_K_M, q4_0 KV, full 262K | about 22.2 GB, 25.4 tok/s | @sudoingX |
| 2x RTX 3090 | FP8, NVLink, MTP | 75 to 85 tok/s | @Tech2Wild |
| RTX 5090 | NVFP4 plus DSpark, SGLang | 206.1 tok/s decode | SGLang, quoted by Qwen |
| DGX Spark | SGLang | 38.28 tok/s decode | SGLang |
The context ladder on a 24 GB card, measured. @analogalok published the whole thing on a 4090: 100K is the ceiling with an unquantized F16 cache at 23.59 GB, 170K fits with a q8_0 cache at 23.68 GB, and 260K fits with a q4_0 cache at 23.00 GB with no system RAM offload. That matches the shape of the table above and settles the question of what the flags buy you.
Our figures run about 1 to 2 GB higher than those measurements. Against five of @analogalok’s configs the mean gap is 1.7 GB, always in the direction of asking for more card than he needed. That is the safe direction for a sizing tool and we would rather be there than the other way, but it is worth knowing when you are deciding between two cards.
Two other things worth repeating from people who ran it. @sudoingX reports decode staying flat as context fills, 25 tok/s empty and 26 at 90K deep, which is the linear-attention design doing what it is supposed to. And llama.cpp currently ignores the model’s MTP tensors, so the speculative decoding trained into the weights is not wired up yet in that runtime, which is why the MTP numbers above come from other stacks.
Dense model, so it wants a GPU. @TheAhmadOsman makes the point that unified-memory machines, DGX Spark and Apple silicon, suit MoE models better. A 27B dense model will fit on those and run slowly. This one is aimed at 3090s, 4090s, 5090s and similar.
Qwen3.8-2.4T-A95B: The Other Half of the Launch
| Total parameters | 2.4 trillion |
| Active parameters | 95 billion |
| Architecture | MoE, 512 experts, 10 routed per token |
| Layers | 92: 23 full attention + 69 linear attention |
| Native precision | FP8 (also released BF16 reference) |
| Context | 256K config base |
Same family, same trick, different scale. At Q4_K_M the weights alone are 1,455 GB, the 69 linear layers add a fixed 0.60 GB, and only the 23 full-attention layers scale with context: 1,674.8 GB total at 8K, 1,703 GB at 256K, 1,788 GB at 1M.
What this means in hardware terms: the smallest pool in our catalog that holds it is 5x MI430X at 8K, and even that is tight. This is a datacenter-class model at full speed. There is no consumer card that runs it, and there will not be.
But the same sentence was true of Kimi K3, and a 1-bit community build shipped 48 hours after its weights landed. Offloading, streaming weights from disk, and aggressive quantization are how models this size get run on far less hardware than the naive number suggests. When the first such build exists, we will measure it and update this page the way we did for K3.
What the Launch Tells Us
Alibaba shipped the 2.4T first and the 27B two days later, and the 27B is the one almost everyone reading this will actually run. The pattern across Kimi K3, DeepSeek V4 Flash and now Qwen3.8 is that the interesting engineering has moved from parameter count to attention layout. Three quarters of this model’s layers do not cache tokens at all, and that single design choice is worth more to a 24 GB card than any quantization advance of the last year.
To size hardware you already own, the VRAM calculator carries both models with their measured numbers, and the GPU-first tool works from the card side. For the wider picture see our open-weight tier guide, and if a frontier model is out of reach, renting is the cheap way to try it.
FAQ
How much VRAM does Qwen3.8-2.4T-A95B need?
1,674.8 GB at Q4_K_M with an 8K context, measured from Alibaba’s released config.json. Weights are 1,455 GB, the KV cache 0.77 GB. At 256K it is 1,703 GB, at 1M it is 1,788 GB.
Can Qwen3.8-2.4T run at home?
Not at full speed. It needs a datacenter class pool, the smallest in our catalog being 5x MI430X. But community quantization and offloading made Kimi K3 runnable on far less within 48 hours of its release, and the same will happen here. Runnable at a cost is not the same as full speed.
Is Qwen3.8-2.4T open weights?
Yes. It is the first Qwen-Max-class model with open weights, released 12 August 2026 under Alibaba’s open license, in BF16 reference and FP8 native precision.
How much VRAM will Qwen3.8-27B need?
18.9 GB at Q4_K_M with an 8K context, using unsloth’s published 17.11 GB file, which fits a 24 GB card at roughly 79% utilization. Add 0.93 GB for the vision mmproj if you want image or video input. At 64K context the total is 22.75 GB, or 23.69 GB with vision, both inside 24 GB.
Will Qwen3.8-27B run on a 24GB card?
Yes at 4-bit and at 5-bit, comfortably at 3-bit, not at 8-bit which needs about 31 GB. Context matters as much as quantization. 64K fits at 22.75 GB on default settings. Quantize the KV cache and the full 262K context fits too: @analogalok measured 23.00 GB on a 4090 with q4_0 cache.
Is Qwen3.8-2.4T better than Claude Opus 4.8?
On Terminal-Bench 2.1 it scored 86.6 to Opus 4.8’s 84.6 in Alibaba’s own launch figures, which are vendor-published claims rather than independent runs. It leads Alibaba’s comparison on PaperBench, IFBench, WideSearch, HealthBench and PRBench-Finance.
Which open-weight model gives the most performance per gigabyte?
DeepSeek V4 Flash 0731, comfortably. It scores 82.7 on Terminal-Bench 2.1 at 284B, against 88.3 for Kimi K3 at 2.8T. Roughly a tenth the size for 94% of the score, and it runs on hardware an individual can buy.
When is Qwen3.8-27B released?
It is out. Weights went public at 15:00 UTC on 14 August 2026, two days after the 2.4T, as BF16 at 55.56 GB under Apache 2.0. GGUF builds appeared within half an hour and the calculator entry went live the same hour.