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 "deepsweet/Qwen3.5-35B-A3B-MLX-MXFP8"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "deepsweet/Qwen3.5-35B-A3B-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": "deepsweet/Qwen3.5-35B-A3B-MLX-MXFP8",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

This model was converted to MLX format from Qwen/Qwen3.5-35B-A3B using mlx-lm version 0.30.7:

mlx_lm.convert --hf-path Qwen/Qwen3.5-35B-A3B --mlx-path deepsweet/Qwen3.5-35B-A3B-MLX-MXFP8 --quantize --q-mode mxfp8 --q-group-size 32
Downloads last month
21
Safetensors
Model size
35B params
Tensor type
U8
·
U32
·
BF16
·
F32
·
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 deepsweet/Qwen3.5-35B-A3B-MLX-MXFP8

Quantized
(259)
this model

Collection including deepsweet/Qwen3.5-35B-A3B-MLX-MXFP8