Fine-tuned from
Qwen3-VL-235B-A22B-Instruct (Apache-2.0) with Hanzo identity + agentic-data training + abliteration, then GGUF-quantized. A 235B-total / 22B-active Mixture-of-Experts vision-language model supporting images, video, documents, charts, GUIs, and spatial reasoning with 256K context.
1# Download a split (Q2_K example — replace with Q4_K_M filename as appropriate)
2# Then run:
3llama-cli \
4 --model zen-designer-235b-a22b-instruct-abliterated-Q2_K-00001-of-00015.gguf \
5 --mmproj mmproj-zen-designer-235b-a22b-instruct-abliterated-f16.gguf \
6 --image your_image.jpg \
7 --prompt "Describe this image in detail." \
8 -n 1024 \
9 --ctx-size 8192 \
10 --temp 0.7
This model has been abliterated — a technique that removes refusal behaviors encoded in the model weights without fine-tuning. The process works by identifying the refusal direction in the model's residual stream and projecting it out of the weight matrices.
Users are responsible for appropriate deployment and use of abliterated models. Apply system prompts and application-layer controls to define model behavior for your use case.
Built on
Qwen3-VL-235B-A22B-Instruct by the Qwen team, Alibaba Group, released under the Apache License 2.0. Hanzo's contribution is identity training, agentic-data fine-tuning, and abliteration on top of that base, distributed here in GGUF format. The base model is used under the terms of the Apache License, Version 2.0.
Part of the Zen model family (
zenlm.org) by
Hanzo AI (Techstars '17) and
Zoo Labs Foundation (zoo.ngo).