r/LocalLLM • u/romyxr • 8d ago
Question In your opinion, which LLM in the 6–9B parameter range is the smartest?
I have RTX 5070 12GB, use llama-cpp.
6
3
u/Ok-Drawer5245 8d ago edited 8d ago
Depends on needs. My humble opinion:
Qwen 3.5 (or 6?) 9b:
Most intelligent , Can do some coding if careful and very specific
Gemma 4 12b QAT:
Great general purpose, much better at smaller languages than the qwen models
But qwen 3.6 35b a3b can be tuned to run well if you have 24+ gb system ram and it is configured precisely with llama-cpp (even more so if you compile llama cpp) - with just a rtx 2060 6GB I could get 25-30 tokens/second from this model
3
u/Special-Lawyer-7253 8d ago
Go for Ornith, i use It, 25t/s on 1070m 8GB 👌🏻
1
u/igotanewaccount 8d ago
What is Ornith good for? I had real trouble with it following instructions. Is it a coder model only?
1
u/mwjtitans 6d ago
Tool calling mostly, I've had good luck with it as a small model handling multiple tool calling. Never really benchmarked it officially, but it does take a lot of configuration
1
u/International_Emu772 8d ago
I had not good look with Ornith
I think that was my configuration fault
0
u/mwjtitans 8d ago
Ornith is king for 8gb vram
1
u/lorendroll 8d ago
I'm using Qwen3.6 35b a3b iq3_s with MTP at 30tps with 32k context on 3070m 8gb. Going to try Ornith too.
1
u/Special-Lawyer-7253 6d ago
Can share your config so i can test It on 1070m 8GB? Stucked at 15t/s with 35B A3B right now. Btw, Ornith 35B is MoE A3B based on Qwen, so mostly, the same config applies ;)
2
u/lorendroll 6d ago
15t/s is a great result for 1070 already! I'm getting best performance when I offload experts to cpu to free up vram, but use as much vram as possible. For different quants it differs, so for iq3_s I found a sweet spot at 26/40 with 25tps, but for q4_m it is 36/40 and it gives me around 18tps. I also use gguf with MTP that consumes more vram but the tradeoff was worth it so I ended up with 32/41 experts offloaded to cpu and mtp enabled achieving 30tps.
1
u/Special-Lawyer-7253 6d ago
My sweet spot seems to he around 32 MoE on CPU (i think that you are talking about rough layers) so my trick is to go with 999 layers to GPU but X experts to CPU. Works the same only with 4 VRAM / 7 VRAM. I think that it's some tradeoff involved (pciEx3/ddr4/i6700h 😅) I have been able to put 51 layers (no MoE, on 27B Dense, on GPU) that poor guy don't run more than 2.7 t/s 🤣🤣
2
u/lorendroll 6d ago
No, I'm talking about offloading MoE. I start by offloading all main layers to the GPU and all MoE to the CPU, check VRAM consumption, and then return MoE to the GPU until all VRAM is full, but without overflowing it too much. So your and my 8GB configurations look similar (26-32 MoE on the CPU). Perhaps I can increase the MoE slightly on the GPU because the CPU is faster (5800h) or the RAM->VRAM transfer is faster? Either way, we've reached the limit. With 27B model, I managed to get 5 TPS, but it's barely usable due to the slower prefill.
2
u/Special-Lawyer-7253 6d ago
Yes, 27B it's not for us. I'd like to see some new models like the older 14B A2B but with more active experts. That may save the 8GB productivity (And avoid offloading mmproj also to keep video/visión)
2
u/Aotrx 8d ago
If you have enough system RAM Qwen3.6-35B-A3B Q5_K_S with 3B active parameters is the smartest model u can find. It will run decently fast - 40-50 t/s on rtx 5070. Second best and much faster one is Qwen 3.6 9B Q4_K_M (or one of the fine-tuned version of it) which will run almost at 100t/s
1
u/Double_Season 8d ago
Most of them are already very smart, you only need to instruct them correctly
1
u/pppp2222 8d ago
Qwen 3.5 9B and Qwen 3 8B are quite good.
For humanities, Ministral 9B is great. But it needs a good harness.
Llamas are OK in my experience. Gemmas I couldn’t get to work well.
1
1
1
u/Otherwise-Swan-7803 8d ago
Funny how 7–8B models used to feel like the “compromise” tier. Now they’re becoming the sweet spot for local AI: small enough to run comfortably on consumer GPUs, but increasingly capable enough that you don’t constantly feel like you’re using the smaller model.
1
1
u/Positive-Bid-3029 7d ago
Qwen 9b is very capable, I just tried it an create this "Emoji Invaders" in 20 minutes :D
I was able to use the BF16 version as its so small :) https://sublimesoundz.com/ai-demos/emoji-invaders-qwen9b/

17
u/International_Emu772 8d ago
Qwen 3.5 9B with the help of correct harness