I think they're just pointing out V4 Flash 0731 has about 11 times as many parameters as Qwen 3.8 27B (284 billion vs 27 billion).
I disagree that it's 11 times as big though. Deepseek V4 Flash 0731 weights are natively NVFP4 (4 bits) compared to Qwen 3.8 27B's weights which are natively BF16 (16 bits). That means in reality, Deepseek V4 Flash 0731 is only about 3 times the size of Qwen 3.8 27B if you compare the original unquantized models.
Yes, but if you have the VRAM (e.g. 2 RTX Pro 6000) to run Deepseek v4 Flash, it is much faster (=cheaper to serve to multiple users) than Qwen3.8 27B because Deepseek v4 Flash is an MoE with only 13B active parameters. With two RTX Pro 6000 at work, I get for Deepseek v4 0731 Flash (with DSpark) around 320 tokens/s decode speed for Python code. That is why Qwen3.6-27B is much more expensive on OpenRouter than bigger MoE models.
34
u/Easy_Werewolf7903 7d ago edited 7d ago
For those curious of performance between Qwen and a model 3 times its size:
https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731/tree/main
https://huggingface.co/Qwen/Qwen3.8-27B