Abliterated means the model was modified to reduce refusal behavior. It removes the directions in the model's activation space that produce refusals, without retraining. The result is a model that declines less often on prompts it would otherwise refuse, while keeping general capability intact. This quant inherits that behavior from upstream — no additional abliteration was applied here.
The model will engage with technical questions that mainstream chat models often over-refuse (security research, defensive tooling, dual-use). However, this model still declines to provide methods on self-harm queries and similar.
Performance
--parallel 1, q8_0 KV cache, flash attention on.
8× RTX PRO 6000 Blackwell 96GB
ctx=202752
Test
Prefill t/s
Decode t/s
256-token gen, short prompt
215
36.80
8k prompt + 128 gen
659
34.05
32k prompt + 128 gen
502
28.57
128k prompt + 128 gen
240
17.91
short prompt + 2k gen
295
36.14
~$8-10/hr on vast.ai. huihui-ai/Huihui-Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated or similar model also fits in VRAM simultaneously - you can use it for subagent tasks!
8× A100-SXM4 80GB
ctx=202752
Test
Prefill t/s
Decode t/s
short prompt, 256 gen
55
23.27
short prompt, 512 gen
59
23.00
short prompt, 1024 gen
57
22.83
4.5k prompt + 128 gen
209
22.43
~$8-10/hr on vast.ai.
2× RTX PRO 6000 Blackwell 96GB
ctx=8192, mostly offloaded to RAM
Run
Output tokens
Prefill t/s
Decode t/s
prompt 60 tokens, 256 gen
256
18.56
5.43
prompt 67 tokens, 512 gen
512
19.65
5.33
prompt 2222 tokens, 128 gen
66
81.48
5.37
prompt 45 tokens, no max_tokens
1976
14.98
5.47
~$3-5/hr on vast.ai.
Full-config numbers above are the recommended hardware target. Two-GPU operation works but the model does not fully fit in VRAM at this configuration.
Quality — AIME 2026
Just to quickly check nothing went wrong, I ran partial evaluation of AIME 2026.
Direct Q5_K_M from BF16 via llama-quantize. No imatrix calibration, no per-tensor overrides. Reproducible end-to-end from helixdouble/GLM-5.1-Abliterated FP8 source with a single command.
Provided AS IS for research and educational purposes. This model has reduced refusal behavior inherited from upstream - outputs may be inaccurate, biased, unsafe, or that you find may offensive. You are responsible for compliance with applicable laws in your jurisdiction and for any guardrails you add when deploying.
No warranty is given, no liability accepted for downstream use.
License
This GGUF follows the source model licensing. The source model is listed as AGPL-3.0 and also refers users to the upstream GLM-5.1-FP8 license. For redistribution, modification, or hosted use, check the upstream model cards and license files.