How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Quick Links

Huihui-Qwen3.5-27B-abliterated-fp16-MLX

This is a full-precision (fp16) MLX version of huihui-ai/Qwen3.5-27B-abliterated, a vision-language model based on Qwen3.5-27B with abliteration applied to remove refusal behavior.

Usage

mlx-vlm generate --model AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX --prompt "Describe this image." --image <path_to_image>
Downloads last month
61
Safetensors
Model size
27B params
Tensor type
F16
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AITRADER/Huihui-Qwen3.5-27B-abliterated-fp16-MLX

Base model

Qwen/Qwen3.5-27B
Finetuned
(303)
this model