Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)
garo-pro
314 points
145 comments
August 25, 2026
Related Discussions
Found 5 related stories in 66.6ms across 4,390 title embeddings via pgvector HNSW
- Qwen3.8 Weights Released apitman · 31 pts · August 12, 2026 · 65% similar
- Qwen 3.8 27B erdaltoprak · 1016 pts · August 14, 2026 · 64% similar
- Qwen3.8-27B is now available on Hugging Face oger · 21 pts · August 14, 2026 · 63% similar
- Qwen3.8 27B kristjansson · 12 pts · August 14, 2026 · 63% similar
- Qwen3.8-2.4T mmastrac · 83 pts · August 12, 2026 · 61% similar
Discussion Highlights (19 comments)
tarruda
Can you share the source for the parameter count (125B A6B)? I didn't see it anywhere in the page.
fcanesin
HF link: https://huggingface.co/Qwen/Qwen3.8-Flash-Next
honestlyranked
Alibaba is giving sleepless nights to the tech giants
mrdoe
lol blocked with dns4eu what a joke this resolver has become
cogman10
Wow. I wasn't expecting this. I thought they were going to do a 35B model instead.
big-chungus4
I hope there is going to be a free endpoint... Unlike 35B-A3B, I am nowhere close to running it locally
big-chungus4
> We are releasing these architectural improvements ahead of time so that the community can prepare for the upcoming full family of Qwen4 models. That gives me hope that "full family" means it will include smaller models like 4B.
pwython
I was already rolling around the idea of a 128GB M5 Max MBP. Now this! A 4-bit MLX quant with 128k window should fit perfectly, in the 50-70 tok/s range.
tw1984
Qwen4 sounds exciting
ddtaylor
I enjoy the Qwen models a lot, but building things on top of them with OpenRouter has been painful. OpenRouter does a lot of great work and I really enjoy being able to use different models so easily. I like when a provider is phasing out an older model that still works for my needs and the price is much lower. It seems like such a good win-win. However, the problem is that many Qwen models have almost no capacity or is so flaky you literally have to just litter your code with a blacklist/whitelist of providers. OpenRouter has some attempts to solve this, but they don't work. In fact, OpenRouter has a lot of really cool stuff that is documented, but if you read the code it's not yet implemented or isn't actually there yet, which is a shame. I tried to get in contact with them at OpenRouter about this and I was interested in working with them in the past, but it's difficult to get in touch with the right people and they are growing very fast. I expect being acquired by Stripe will accelerate those problems in some ways. I have no doubt they will resolve all of these issues eventually and scaling that much that quickly is really hard, so kudos to them, but the road has been pretty lame and taken some wind out of my sails.
BrucecarlL
Waiting for the performance report! Ai hope it can beat DS
bellowsgulch
Really happy for those with 128GB+ RAM. Sitting here with my Apple M1 Max with 64GB though. Was looking forward to a Qwen3.8-35B-A3B like many others.
hedora
Time to dust off my 128GB strix halo (literally—it’s been dusty, and it’s running a bit warm these days). Any idea where this model sits according toquality benchmarks? Pre-bubble MSRP on this hardware was $1400, and it draws 200-ish watts, putting it down into consumer territory. I’m wondering if it can replace claude for llm-friendly coding tasks.
notnullorvoid
It will be interesting to see the intersection of this with inference engines like FreeToken which improve distribution of work for MoE models across CPU/RAM and GPU/VRAM. If all it takes for a competitive model to run locally at good speeds is a used 3090 and some DDR4, then we might be in for the year of local AI. https://github.com/FlashML-org/FreeToken
isatty
Can I run a fp8 quant with 96gb VRAM?
SwellJoe
Finally, a reason to own a 128GB Strix Halo or GB10 device. Or a reason to consider the new Mac Studio. I have a Strix Halo and dual 32GB GPUs in my desktop, and the latter is pretty much always better for running local models because it's quite a bit faster due to higher memory bandwidth. There simply haven't been any models that are better than Qwen 27B or Gemma 31B, which run comfortably in 64GB with big context. And, MoE should make it run at a close to usable speed.
onesandofgrain
where are the humans geez
syntaxing
Really looking forward to this, 27B is a struggle with a strix halo and Laguna 2.1 can do stupid things for tooling calls.
dmead
This is great. I have a weird system layout (192gb system ram, 8gb vram). the mixture of experts models have been nice when i can run the dense reasoning layers on the gpu (which somehow fit?!) and then the expert on the cpu. its worked out to to 40 tokens/seconds on their 80b-a3b model. we'll see how much of a hit this is.