How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "deepsweet/Qwen3.6-35B-A3B-MLX-oQ8-FP16"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "deepsweet/Qwen3.6-35B-A3B-MLX-oQ8-FP16" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

This model was converted to MLX format and quantized from Qwen3.6-35B-A3B using oMLX.

What is "oQ"?

See "oQ: oMLX Universal Dynamic Quantization" for details.

Quantizations

See "Evaluation of various MLX quantizations" for details:

Qwen3.6-35B-A3B KLD/RAM chart

What is "VL"?

"VL" is Vision-Language, meaning quantization preserves the original model's multimodality.

No "VL" means quantization is Text-Only.

What is "FP16"?

"FP16" is an M1/M2 Apple Silicon tweak that delivers a very noticeable prompt processing boost, because older M-series lack native BF16 hardware support. See "Metal FP32 Vs BF16 Vs FP16 benchmark" for details.

No "FP16" means quantization is better suited for M3+ Apple Silicon.

Downloads last month
82
Safetensors
Model size
35B params
Tensor type
U32
·
F16
·
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.6-35B-A3B-MLX-oQ8-FP16

Quantized
(833)
this model

Collection including deepsweet/Qwen3.6-35B-A3B-MLX-oQ8-FP16