How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "ToPo-ToPo/Qwen3.6-27B-mlx-4bit"
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": "ToPo-ToPo/Qwen3.6-27B-mlx-4bit"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

ToPo-ToPo/Qwen3.6-27B-mlx-4bit

MLX 4bit conversion of Qwen/Qwen3.6-27B for Apple Silicon (mlx-vlm).

Provenance (self-converted from official weights)

  • Source: Qwen/Qwen3.6-27B (license: apache-2.0)
  • Tool: mlx-vlm 0.6.3mlx_vlm.convert --hf-path Qwen/Qwen3.6-27B --mlx-path . -q --q-bits 4 --q-group-size 64
  • Effective: 4.695 bits/weight
  • Validation: reproduced geometrically exact CAD output in an agentic CAD+FEM pipeline (volumes match the reference mlx-community conversion).

Usage

from mlx_vlm import load, generate
model, processor = load("ToPo-ToPo/Qwen3.6-27B-mlx-4bit")
Downloads last month
130
Safetensors
Model size
5B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for ToPo-ToPo/Qwen3.6-27B-mlx-4bit

Base model

Qwen/Qwen3.6-27B
Quantized
(640)
this model

Collection including ToPo-ToPo/Qwen3.6-27B-mlx-4bit