MLX conversion of
apodex/Apodex-1.1-mini, a 35.95B-parameter Qwen3.5 MoE model for research, data, files, code, and tool-driven work.
The MoE router and shared-expert gate weights remain at 8-bit; other eligible weights use affine 4-bit quantization. Image input and native MTP are not included in this MLX release.
1pip install -U mlx-lm
2
3mlx_lm.generate \
4 --model abenzerps/Apodex-1.1-mini-MLX \
5 --prompt "Explain why reproducible builds matter." \
6 --max-tokens 512 --temp 0.7
The 19.5 GB weights require additional unified memory for the runtime and KV cache, particularly at long context lengths. To disable thinking, pass --chat-template-config '{"enable_thinking": false}'.