Text Generation
MLX
Safetensors
English
Chinese
qwen3_5
heretic
uncensored
unrestricted
decensored
abliterated
mxfp8
conversational
8-bit precision
Instructions to use TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8 with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8 with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8"
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8 with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8
Run Hermes
hermes
- MLX LM
How to use TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8 with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "TheCluster/Qwen3.5-27B-Heretic-Text-MLX-mxfp8", "messages": [ {"role": "user", "content": "Hello"} ] }'

Qwen3.5-27B Heretic (Text only)
Quality: quantized (mxfp8, naive, group size: 32)
This is text only abliterated (uncensored) version of Qwen/Qwen3.5-27B
This model supports thinking mode, but it is disabled by default, you can enable thinking via --chat-template-kwargs '{"enable_thinking":true}'
Abliteration metrics
| Metric | This model | Original model (Qwen/Qwen3.5-27B) |
|---|---|---|
| KL divergence | 0.0653 | 0 (by definition) |
| Refusals | 14/100 | 94/100 |
Source
This model was converted to MLX format from coder3101/Qwen3.5-27B-heretic using mlx-lm version 0.30.7.
- Downloads last month
- 20
Model size
27B params
Tensor type
U8
路
U32 路
BF16 路
Hardware compatibility
Log In to add your hardware
8-bit