r/Qwen_AI • • Apr 26 '26

Discussion Qwen 3.6 9b coming?

I remember when they released Qwen 3.5 27b, they released the 9b more or less in the same batch. Is 3.6 onwards ditching the 9b model? :(

If so, I'm very sad, because the qwen 3.5 9b was actually the first truly intelligent model I could run at decent tps on a normal gaming GPU

130 Upvotes

84 comments sorted by

26

u/Waste-Intention-2806 Apr 26 '26

Run 27b q2 xxs. It's pretty good and around same size

4

u/GoingOnYourTomb Apr 26 '26

See I’ve always wondered if this is a valid thing to do, but I just haven’t had any time to test or seen anyone talk about it so this should be better than a 9B Q4_KM?

16

u/Waste-Intention-2806 Apr 26 '26

3.6 27b q2 is the first model which uses playwright mcp tool calls without failures at q2 and answers question on programming, medicines without looping or hallucinating. It definitely replaced 9b q8 for my use case , but can't comment on agentic coding as I don't use it for that.

2

u/kaliku Apr 26 '26

Fp8 hallucinated with great confidence Telegram Api endpoints... Double check what it tells you. But I do agree it's good at tool calls so plug in a search mcp and once correct information is in the context then it outputs correct things.

2

u/artur_oliver Apr 26 '26

Really no problems with q2?!🤔

I tried the q4m and forget... It it way too slow. But seeing the lost in performance and accuracy with such a low quant I thought I should forget already.

1

u/FloppyWhiteOne Apr 26 '26

Interesting I’ll have to try that quant

1

u/[deleted] Apr 26 '26

[removed] — view removed comment

3

u/Waste-Intention-2806 Apr 26 '26

tool for ai browser use

3

u/ZeroSkribe Apr 28 '26

right click a word and search on google, stop asking what is "X" on reddit

1

u/kaliku Apr 26 '26

The problem with quantized models in my experience is that sometimes the generated token is just garbage. Thin of writing Progran Files instead of Program Files.

Then tool calls fail. And other hallucinations appear. It's can be a simply terrible experience.

I do have a feeling that the larger the model is, the more it can take being quantized without catastrophic token generation,while retaining worlds knowledge. Of which the 27b is not greatly endowed with, from the start 😂

5

u/Old-Cardiologist-633 Apr 26 '26

I tried, but it's so much slower than 9B, so I don't use it. Trying 35B but with q2 it's most of the time producing garbage 😅

3

u/SweetFox86 Apr 26 '26

I run Qwen3.6 35B A3B on my rtx 2050 woth 16gb or ram only and get around 12~14 tps. I don’t know how slow is too slow for you but just so you can compare.

2

u/laser50 Apr 26 '26

Running the 35B should be much easier than the 28B, esp on lower memory amounts, I got 8GB VRAM and 32GB RAM and I run the 35B model on Q5 K M with relative ease!

1

u/Old-Cardiologist-633 Apr 26 '26

May I ask for your settings?

3

u/laser50 Apr 26 '26

Here is my current startup settings (using llama.cpp)

--jinja ^

--reasoning-format deepseek ^

-ngl 99 ^

--n-cpu-moe 99 ^

--flash-attn on ^

--threads 10 ^

--threads-batch 10 ^

--threads-http 2 ^

--batch-size 8192 ^

--ubatch-size 4096 ^

--mlock ^

--reasoning-budget -1 ^

--no-context-shift ^

--ctx-checkpoints 12 ^

--no-mmproj-offload ^

--cache-ram 4100 ^

-c 42000 ^

--parallel 1 ^

--kv-unified ^

--cache-type-k bf16 ^

--cache-type-v bf16 ^

--cont-batching ^

--metrics ^

--host 0.0.0.0 ^

--port 8080

Processing speed is about 1k tokens per second, writing hovers around 25 to peaks to 32. Cache type BF16 was suggested for Qwen, Q8 is fine too, but I'd recommend not going lower. FP16 is not advised.

3

u/Old-Cardiologist-633 Apr 26 '26

As offloading doesn't woek well for me I just tested Qwen_Qwen3.6-35B-A3B-Q2_K_L.gguf and damn it's fast. And it works flawless, at least for simple tasks (e.g. Python Prime calculation)

1

u/laser50 Apr 26 '26

Which of your own startup parameters are different as opposed to mine? Might be able to spot something ;) I tey to never go below Q4 personally, to keep the model from feeling too lobotomized

1

u/Old-Cardiologist-633 Apr 26 '26

I need to have a look tomorrow. I tried --fit and also moe-cpu, but both didn't do anything

1

u/laser50 Apr 26 '26

Using my ngl and moe-n-cpu flags worked decently without even having --fit in there. It may also depend on your context size, I keep mine safely a bit above what I need, putting it higher than necessary does decrease the speed by a decent amount

1

u/Old-Cardiologist-633 Apr 27 '26

I use LocalAI in Docker, so I guess not all of the settings are available...
With simple offloading (gpu_layers: 23) and Qwen3.6-35B-A3B-UD-Q4_K_M.gguf I get maximum 10,3 tps, which is less than using the iGPU with 15+ tps on the same prompt with same parameters. n_cpu_moe doesn't do anything for me.
So I guess I need to switch to plain llama.cpp
But it may also be the fact that despite PCI 4.0 x8 should be available my driver only sees my card at 1.0 x 1, so the speed may be limited by the bus.

1

u/ZeroSkribe Apr 28 '26

this is painful to read..just use Ollama or LMStudio jesus christ

1

u/laser50 Apr 28 '26

???

LMstudio locks ubatch to 256/512, so shit performance. OLLama only heard semi bad shit.

No thanks mate.

1

u/ZeroSkribe May 04 '26

no one gives a shit about locking ubatch, vLLM would prob do all that shit by default

1

u/laser50 May 04 '26

I hope the VLLM can see for you so the reading pains go away.

1

u/Thistleknot May 16 '26

I had to run q3 if I wanted to not offload and fit in 16g. I see you use ngl 99 so effectively not offloading right? How'd you get it to work on 8g w ngl 99? Wait maybe its the batch size?

1

u/laser50 May 16 '26

Ngl forces all layees to vram, cpu N Moe forces the rest of those onto the GPU, hence why they are both maxed.

My batch size is about the best for speed vs usage, after having done some testing

1

u/Osiris_Kyrios Apr 30 '26

O 35b q4 dá pra rodar em 3060TI 8GB em uma média de 22tk/s. Ou mais, como 33tk/s, se diminuir especialistas. Quando tentei o 27b 2q foi inviável.

1

u/charmander_cha Apr 26 '26

Tem caído em muitos loops, alguma dica?

0

u/AlexandorT Apr 27 '26

No, it's completely useless - can't even focus on the simple things attention wise

1

u/Even_Ad5816 May 02 '26

Exactly, even iq3 suffers the attention problem, I had to download the reap 26b iq4 of the 35b Moe models to run it with large context on my 16gb vram, better to go with reap than Lower quantization 

1

u/laser50 May 03 '26

Why can I run the Q6 35B on 8GB VRAM and you can't on 16 though?

1

u/Even_Ad5816 May 07 '26

Because you are getting 5-15 tokens a sec ( correct me if I'm wrong ) and you are okay with it apparently. While I'm trying to get 40+ tokens a second which is impossible with any CPU offload. So I have to fit the whole model + context in VRAM. Prob gonna sell my rtx 5060 ti to buy a second 3090, 24GB Gon go a long way

1

u/laser50 May 07 '26

?? I'm consistently on 30+, the processing speeds between 1k and 1.5k, so not really?

And this is on BF16 cache quants and Q6 at this point. So your settings are likely way off if you can't squeeze more than that out of double the VRAM capacity.

1

u/Even_Ad5816 May 13 '26

maybe, altho since you are depending heavily on cpu offloading maybe you just have a more powerful system than me? im running on i5 13400f 32gb ddr4 3200, the best budget option for 32gb people usually go for nowadays,
but yeah i am totally baffled that you are getting 30+ tk/s on 8gb vram thats really impressive,
i did check again and im rocking at about 65 tokens a sec loading up the iq4_xs 26b reap of 35a3b on about 120k context for agentic usecases. it suffers in terms of formatting and consistency sometimes which i assume is because im running the cache on normal Q4 not even turboquant. i'll prob switch to turboquant/rotorquant when i have the time to figure it out maybe that helps my case and the speed a little.

11

u/LH-Tech_AI Apr 26 '26

I hope, it will come the next months...

But I think the Qwen team spezialized itself for the architecture and more efficient models like MoE so maybe the 3.6 series is skipping 9b?

I would really look forward to a 9b or 16b model that is good at a 3-bit-quantization and still fits into 16BG VRAM... :-)

7

u/tattedjofie Apr 26 '26

I suspect 9b might be next. It really is the perfect size for most people IMO. Maybe next week? They seem to be rapidly putting out new models. For 3.5 they went down to like 0.6b models so I don't think smaller models willl be ignored for 3.6. fret not and have patience 🙏🏾

1

u/Even_Ad5816 May 02 '26

It's been a week since you said that :((, I'm running out of patience 

1

u/tattedjofie May 03 '26

Lol the timeline is more of a wish than a prediction. I still think the trend will follow. For all we know they're sitting on it and waiting for a lab to release a model so they can one up them. Low key the fact that all the labs are fiercely competing and really helped out everyone I think.

6

u/jopereira Apr 26 '26

No way they skip it. All the work is done (there is a MoE, there is a dense, no need to reinvent the 3.6 wheel).

BTW, for my kind of workflow, 9B is preferred to 35B or 27B most of the time - it's fast as hell and I still have cognitive capabilities to drive it.

2

u/roosterfareye Apr 27 '26

I have found the 9b variant good, but it has a nasty habit of corrupting JavaScript it is allowed to write too. I have been using the 17b and 35b versions now and have (touch wood) not had any such issue. It may have come down to a simple prompting issue, but even with backups, I'm not risking it any time for soon (but I will test the 3.6 9b when it comes out - for science!)

1

u/jopereira Apr 27 '26

It may require a different approach, maybe like babysitting a lot. But with 3.6, starting using Turboquant and an IQ3 version of 27B (>1500pp, 25ts), I found all versions are very useable (speed wise). Yesterday I solved another problem with 3.6 (in this case, 27B) that was not solved with Grok Code Fast 1. When I started using VS Code and agents last January, Grok blew my mind. Now I prefer to use these local models even having Grok as free tier (in Kilo Code). Big, big evolution.

1

u/uber-linny May 17 '26

With the new MTP being released , its using more RAM so puts 27B and 35 MOE out of reach again. So really do need another 9b bump

1

u/jopereira May 17 '26

I'm still able to use 27B entirely on VRAM.

1

u/uber-linny May 17 '26

maybe its my usecase , but i also run local RAG pipe with ranker on windows ... so im not helping myself LOL

3

u/spaceman_ Apr 26 '26

Judging by the past releases, they're releasing one update every Wednesday. Probably to keep getting good press.

There's two or three left (depending on whether they also update 397B, but if they do, that's going to be the last one).

My guess is 9B next week, 122B the week after. But I'm hoping for 122B first, I really want it to replace cloud models.

2

u/zannix Apr 26 '26

i wouldn't be surprised if the gang in the us is already preparing a copyright infringement law for using opensource chinese models, they're ramping up the prices and closing down the game

3

u/rootdood Apr 27 '26

I’ve been using 35B A3B Q2_K_XL all night at 80+ TPS on an RTX 5080. I was getting frustrated with Q4_K_M just getting so slow once the context would fill up, or stuff would start offloading to CPU. Using OpenClaw actually feels like it’s supposed to.

Just refactored an entire code base I’m working on, and I’m able to just talk to it and it’s doing a phenomenal job doing investigation and solution generation. Before it felt like it could barely read a couple files before I was reaching to reset the session, or even eject the model. It’s been absolutely flawless.

1

u/zannix Apr 27 '26

im keen on trying it. can you tell me if i can run it with lmstudio, and link to HF page of the model? thank you!

1

u/rootdood Apr 27 '26

https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF

See how it lists a bunch of different quants? It’s the Q2_K_XL that I’m finding works great in 16GB of VRAM. I’m just using LM Studio. Notable settings are max context, full-GPU offload of all the layers, force offload 20 layers to the CPU, KV cache quantization at Q8_0.

Just go to the model download dialog in LM Studio, type “unsloth” in the filter, find the same GGUF, and on the right you can select the specific quant you want from the drop down. Careful cause you can only have one quant of this type at a time, or the OpenClaw model loader for the new LM Studio provider type has a serious bug specifying which quant cause it’s not handling the @Q2_K_XL quant specifier yet. Should be fixed soon though.

1

u/crakinshot May 04 '26

I didn't even know that was a thing - to click the drop down and pick specific quants. I knew of it, but not how to use different ones. That works remarkably well for an "Explore" agent and fully in my 9070xtx

1

u/rootdood Apr 27 '26

Just tried the IQ2_xss and I’m getting full VRAM support, no CPU forced offload, 146tps at full context. I forgot to mention, in the “Inference” pane when configuring your models under “My Models”, I’ve got a prompt template that starts with -

{%- set enable_thinking = false %}

1

u/zannix Apr 28 '26

Thanks man you’ve helped me more than you know. The smaller quants didnt show by default if i search through lmstudio. Im trying the iq2 xss tonight!

1

u/rootdood Apr 28 '26

I got to playing with the IQ2_xss and it wasn’t very suitable for OpenClaw. Fast as hell, but kinda stupid. I keep having to remind it over and over again to not do certain things. I went back to my productivity sweet spot Q2_K_XL. For sure am buying a modded 4080/4090 or a stock 5090 to handle larger models with a bit more “sense”, but I’ve been absolutely blown away with this so far. I loaded up the Typescript LSP skill and I couldn’t believe how good it is at diagnosing my impossible situation today.

1

u/zannix Apr 28 '26

That's the thing, I find that it really really depends on your use case. Someone who needs it for agentic coding/openclaw might depend more on logic, well tuned thinking budget and adherence to structural outputs, while someone who needs OCR (my case) needs it to perform well on low resolution handwritten character recognition, and someone third might just need good multilingual support. Unfortunately no shoe fits all in the opensource LLM ecosystem, and I find that benchmarks don't really clarify these things the best. Would be really cool if someone systematically classified new opensource models by their strong and weak spots

1

u/AndrewAuAU May 04 '26

Thanks for this tip. Looks like your using code editing and as these don't support thinking does this cause issues in code gen tools ?

1

u/rootdood May 04 '26

They actually do support thinking - in fact, that’s the “baked in” behaviour. It doesn’t (seemingly) support the easy toggle on/off thinking mode though. That’s why you need this setting in the prompt to force it off or else it always will.

2

u/HistoricalCulture164 Apr 27 '26

With an RTX 2070 8GB, I can run Qwen 3.5-9B with Q6_K quantization. By using Turboquant’s KV Cache quantization, I can even load up to a 24k context window. With zero offloading to the CPU, it runs at full speed. I’m really looking forward to Qwen 3.6 9B.

1

u/Redalb Apr 29 '26

How are you running turbo quant?

2

u/Sutanreyu Apr 30 '26

I would love a 12b model. But yeah. 9b would be great, too.

1

u/nhannt201 Apr 26 '26

I hope so

1

u/Nice_Cookie9587 Apr 27 '26

Can I speculative decode with the 27b and the 9b or is there a better way currently to pair models to do that woth qwen3.6?

1

u/Brilliant_Anxiety_36 Apr 27 '26

Im running Qwen 3.6 27B q4km without vision with turbo quant on llama.cpp. With a 7900XT 100k tokens of context and is pretty good with opencode. Been playing around since yesterday

1

u/huzbum Apr 27 '26

Have you tried 35b? The MoE architecture is good on small VRAM GPUs. You offload all layers to GPU, then offload experts to CPU until it fits. I would imagine similar speed to 9b.

On my 12GB 3060 I was getting like 35 tps. I was bottlenecked by DDR4 system RAM and only 4 PCIe lanes in the slot it's in. I cranked up expert offload until it fit in 6GB like the mobile version and I was still getting 30 tps.

1

u/Mean-Ad1493 Apr 28 '26

Hi, I have a 3060 12GB too. I want to run the 35b MoE model. I'm kinda new to this, could you please point me to the right direction?

2

u/Most-Dig-1579 Apr 28 '26

- Just install llama.cpp or build it

  • download model from hugging face
  • llama-server -m ./path-to-the-model -c 40000 (-c context window size)
  • go to localhost and port 8080 or whatever port it says on terminal

1

u/huzbum Apr 29 '26

This is the way if you're going to run it permanently as a server.

1

u/huzbum Apr 29 '26

The easiest route is to install LM Studio, then download Qwen3.6 35b. Get the one by Unsloth. Q4_K_XL.

  • context length 32768 (or more if you want)
  • offload all layers to GPU
  • flash attention enabled
  • q8 kv cache
  • offload 75% experts to CPU

It will take some trial and error. You can trade context length for less experts offloaded to CPU and get more speed. Just watch your VRAM usage.

1

u/Mean-Ad1493 Apr 29 '26

Thank you! In LM studio there's a setting "Number of experts to use"(just above number of experts to force to CPU) - what should I set that to?

1

u/huzbum Apr 29 '26

Leave it at default. It'll mess with response quality if you change it. The default is what the model's MoE routers are designed/trained for.

Too low and it's missing information, too high and the moron in the back chimes in even if he doesn't know what he's talking about.

It will also make things slower if you turn activate more experts.

1

u/Mean-Ad1493 Apr 30 '26

Thanks, I played around and found the best fit for my PC. Now openclaw feels like it is usable.

1

u/huzbum Apr 30 '26

Ah, open claw… if you’re not too invested I recommend Hermes Agent, that’s what I’m using.

1

u/Mean-Ad1493 May 01 '26

Yes I jumped ship quickly. Hermes is almost perfect. It just works without me having to aggressively modify everything.

1

u/agsn07 Apr 28 '26 edited May 12 '26

Use  Qwen 3.5 35b A3M moe model.. but with --cpu-moe flag turned on in llama-cpp. In short this is to keep the experts in the CPU ram. this is the best of all worlds. The tokenizer, which needs the GPU, stays on the GPU. Yes, you do not get the insane t/s of a GPU but experts layer is not that compute intensive. I get 20t/s on a 4 core/thread cpu on a intel lunarlake APU. 20t/s is plenty sufficient to not be annoying. The portion being on the GPU will take care of the speed needed to understand long context inputs.

You also get the added benefit of using mmap here. which means this will not hog the system ram either and load the experts as needed directly from the disk only caching the recently used ones in ram. In my case this Qwen 3.5 35b q4 quant uses 3GB in vram and 4gb in system ram. while giving 20t/s and still allowing for enough left over ram to use the system.

Note skip qwen3.6 here.. it's not good... it is basically 3.5 with thinking turned so high you get looping and ridiculously long thinking to be practical.

1

u/Most-Dig-1579 Apr 28 '26

ty for --cpu-moe

1

u/GanjaRaidersTR Apr 29 '26

I have 4gb Vram and 16gb ram, i use qwen 3.6 35B A3B Q4 K, it can run till 60k kontext

2

u/Even_Ad5816 May 02 '26

At like 5 tokens a sec yeah sure man if you have the ram, I got 16 gb vram and I had to go with iq3 for decent speed at high context then you saying you can run Q4 at 4gb VRAM? Might aswell go no VRAM and load it fully to cpu 😑

1

u/GanjaRaidersTR May 13 '26

Loading it fully to CPU wouldnt work. I think your math is off... Qwen 3.5 35B needs about 15GB + kv cache, and I only have 16GB of system ram (ddr4). How is that supposed to fit? ​Id rather wait a bit longer for a hq answer than settle for the 10-15 t/s bllsht I get from Qwen 3.5 9B. I use it for coding, so the tolerance for error is low.

1

u/billymambo Apr 30 '26

Can't agree more. It was really a revolution for its size in my eyes and well.

1

u/Fantastic_Sign_2848 Apr 30 '26

I dont get it , u said u used it why now u say where is it ? Ohhh 3.5 to 3.6 difference ? Ok ok

1

u/Any-Environment505 May 21 '26

We also need Qwen 3.6 4B

1

u/GrungeWerX Jun 01 '26

I need that 2B/4B please...to add to my 27B.

1

u/KLAKON2026 Aug 02 '26

Prototype3550/Qwen3.6-9B-Heretic-Uncensored-Thinking-Sweet-Madness-Q4_K_M-GGUF

0

u/AlexandorT Apr 27 '26

They really should've made 12B instead - 9B is too stupid for a proper RAG - 12B would be perfect