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.8-27B-mlx-8bit"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/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.8-27B-mlx-8bit"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

ToPo-ToPo/Qwen3.8-27B-mlx-8bit

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

Provenance (self-converted from official weights)

  • Source: Qwen/Qwen3.8-27B (license: apache-2.0)
  • Tool: mlx-vlm 0.6.9mlx_vlm.convert --hf-path Qwen/Qwen3.8-27B --mlx-path . -q --q-bits 8 --q-group-size 64
  • Effective: 8.627 bits/weight
  • Architecture: Qwen3_5ForConditionalGeneration (model_type: qwen3_5), 64 layers with 3:1 linear/full attention, vision tower included (333 vision tensors).

Validation

  • Text and image input verified with mlx_vlm.generate.
  • OpenAI-compatible gateway (local-llm-server): text, image (data URI) and native tool calling (finish_reason: tool_calls) all verified.
  • End-to-end agent runs (MCP tools, write → read → report) completed without errors.

Throughput and memory use depend on your hardware, so measure them on your own machine.

Note on MTP

The official checkpoint declares mtp_num_hidden_layers: 1, but the mlx-vlm qwen3_5 conversion does not carry the model.mtp.* weights. A drafter split from the official bf16 checkpoint is published separately as ToPo-ToPo/Qwen3.8-27B-MTP-bf16 (a 4bit variant is also available).

Usage

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

8-bit

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

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

Base model

Qwen/Qwen3.8-27B
Quantized
(948)
this model