Up to 262,144 tokens (limited by KV cache on 128GB)
Thinking mode
Supported (enable_thinking: true/false)
Tool calling
Supported (qwen3_xml parser)
MTP
Built-in MTP weights included
About the Base Model
This is a quantization of huihui-ai's Claude-4.7-Opus distilled variant of Qwen3.6-35B-A3B, with abliteration applied on top:
Distillation source: Claude 4.7 Opus (Anthropic)
Distillation target: reasoning quality and chain-of-thought patterns
Abliteration: orthogonalization of safety-refusal directions in residual stream
The result is an MoE model that retains Claude-4.7-Opus's reasoning style while removing default safety filters. Quantization preserves these traits — INT4 AutoRound (W4A16) recovers ~99.5% of the BF16 baseline.
The DFlash drafter is the same one used for the base Qwen3.6-35B-A3B. Acceptance rate on this distilled+abliterated variant may be slightly lower than on the original model — verify with spec_decode_num_accepted_tokens_total metric and reduce num_speculative_tokens if it falls below 50%.
Speculative Decoding
This model supports two speculative decoding methods:
Use --quantization moe_wna16 for Marlin INT4 kernel (SM121 compatible via SM120 binary compat)
FP8 KV cache is not compatible with GDN non-causal attention layers; use --kv-cache-dtype auto
NVFP4 falls back to Marlin W4A16 on SM121 (missing cvt.e2m1x2 PTX instruction)
Runtime FP8 (--quantization fp8) is not compatible with DFlash (drafter inherits FP8 config and crashes)
--language-model-only skips vision encoder profiling for text-only inference
--performance-mode throughput enables CUDA graphs and kernels for throughput optimization
Clear page cache before starting on UMA: sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
Safety Warning
This model has safety filtering removed (abliterated) and is distilled from a frontier model (Claude 4.7 Opus). It may generate sensitive, controversial, or inappropriate content with high fluency and reasoning depth. Users are solely responsible for all consequences arising from its use. Please ensure usage complies with local laws and ethical standards. Not suitable for public-facing or production applications.