I’m currently running Qwen3.5-35B-A3B FP8 on DGX Spark. It gives me a good quality/speed balance, but for my workloads — translation, French copywriting, and deep analysis of news articles — Qwen3.5-27B seems qualitatively stronger.
The issue is that 27B FP8 is too slow/heavy for my batch workload, so I’m looking for the best 4-bit/Q4 option.
I’ve seen several variants:
Intel/Qwen3.5-27B-int4-AutoRound
Qwen/Qwen3.5-27B-GPTQ-Int4
osoleve/Qwen3.5-27B-Text-NVFP4-MTP
AWQ / GGUF / other Q4 variants
My priority is not just max tokens/sec, but the best quality/speed trade-off: translation quality, semantic precision, long-context coherence, factual extraction, and nuanced article analysis.
Has anyone seriously compared these Q4/NVFP4 versions against FP8 on DGX Spark or similar Blackwell hardware?
I’m also open to other models if they offer a better quality/speed compromise — for example Gemma, Mistral, Llama, Nemotron, DeepSeek, etc. — ideally in the 20B–40B range.
Any real-world feedback, benchmark, or recommended vLLM recipe would be very helpful.
Did you try Qwen 3.5 122B Int4 Autoround? 50tok/s with 262k context window and Solid Quality for agentic tasks in my experience. Using it sucessfully in Opencode and Openwebui.
If we can trust the graphs on Qwen/Qwen3.6-35B-A3B-FP8 · Hugging Face, Qwen 3.6 35B is very close to (and in some cases much better than) the previous dense model, but with the performance of the MoE model. How that translates to your workloads, I don’t know - but it might be worth trying out.
Hi folks, thanks for your replies. The issue on my side is that I can’t use a 122B model, because 80GB for a single model is just too much for my use case. I’m running 4 models at once, so I’m basically constrained to smaller MoE models. That said, I switched to Qwen3.6, and I’m currently testing Qwen3.6-35B-A3B-PrismaQuant-4.75bit. So far, it’s performing quite well for batching, and the quality looks roughly on par with the FP8 model, except when it comes to longer agentic tooling tasks. somone tryed top use this model ?
Generally the int4-autoround quants perform very well for quality and speed. I got a 94/100 for Intel/Qwen3.5-122B-A10B-int4-AutoRound using tool-eval-bench. I tried rdtand/Qwen3.6-27B-PrismaQuant-5.5bit-vllm and it has a close score, but much slower of course. There’s still some performance to be had with them due to one BF16 layer. But the MoE models will be faster, and I’d like to try Intel/Qwen3.6-35B-A3B-int4-AutoRound when it’s fixed/released.
I went through a few rounds of optimizations to get this:
They use default parameters for quantising though, for example only 100 iterations, but they set a good standard. Though gains are still marginal, there are (very few) other uploaders that use better parameters, therefore (slightly) better ‘intellect’ for inference.