How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "ben0112/Qwen-Qwen3.8-27B-MTPLX"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "ben0112/Qwen-Qwen3.8-27B-MTPLX"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "ben0112/Qwen-Qwen3.8-27B-MTPLX",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Qwen-Qwen3.8-27B-MTPLX

MTPLX-branded multi-token-prediction model for Apple Silicon (MLX). Forged with MTPLX Forge from Qwen/Qwen3.8-27B.

Verification

  • Best depth: D3
  • Multiplier vs autoregressive baseline: 2.58×
  • Verified on: Apple M5 Max
  • Sampler: temperature 0.6 · top_p 0.95 · top_k 20

See mtplx_runtime.json for the full verification record.

Usage

# MTPLX picks this model up automatically when downloaded:
mtplx pull ben0112/Qwen-Qwen3.8-27B-MTPLX
mtplx start chat
Downloads last month
1,054
Safetensors
Model size
4B 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 ben0112/Qwen-Qwen3.8-27B-MTPLX

Base model

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