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-oQ4"
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-oQ4"
# 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-oQ4",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

This model was converted to MLX format from Qwen/Qwen3.5-35B-A3B using oMLX v0.2.24 with oQ Quantization.

Settings:

  • Level: oQ4
  • Sensitivity model: Qwen3.5-35B-A3B-MLX-MXFP4
  • Text Only: yes
Downloads last month
25
Safetensors
Model size
6B params
Tensor type
U8
·
U32
·
BF16
·
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 deepsweet/Qwen3.5-35B-A3B-MLX-oQ4

Quantized
(259)
this model

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