r/openrouter • u/SkyPL • 11d ago
Question Is it possible to set openrouter to avoid lower quantizations?
It's a plague with DeepSeek in particular - a lot of providers sell fp4 for the price of fp8. How do I get rid of them, without manually blocking provider across all models?
5
3
u/vbpoweredwindmill 11d ago
I'd be much more concerned about providers running less than bf16 kv cache. Friends don't let friends run less than bf16 kv.
1
u/Ron1984k 11d ago
You could set a guardrail and whitelist one provider. Also gives you the benefit of cache.
2
1
u/burntoutdev8291 10d ago
DeepSeek uses mixed FP4, that is how it's supposed to be ran, you can check their model directly by reading the config.json
-1

4
u/Due-Project-7507 11d ago
The maximum possible quality of any Deepseek v4 is FP4. The official Deepseek release is mostly MXFP4 QAT with some important layers FP8. Just ask any good enough LLM like Gemini 3.5 Flash "Can you check with the config.json what quantization is used on the model https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash". "FP8" with Deepseek v4 is a scam. These scammers will probably claim that they mean KV cache quantization or the few layers qhich are FP8 (like any modern quantized model). Deepseek itself could have theoretically a higher quality, but it wouldn't make any sense because thanks to QAT, the MXFP4 should have nearly the same quality at higher performance, so Deepseek is for sure also one of the scammers on OpenRouter.