Models · family

DeepSeek

3 MLX aliases · DeepSeek R1 reasoning-distilled + Coder MoE — V4-Flash gets its own hero page.

DeepSeek's open-weights line on rapid-mlx covers the R1 reasoning-distilled models and the Coder MoE — both with reasoning_content streaming where appropriate. The frontier 1T-class V4-Flash family lives on its own hero deep dive (see DeepSeek V4-Flash) because the CSA + HCA sparse-attention path needed a vendored kernel and deserves a dedicated writeup.

family
DeepSeek
aliases
3
lines
2
install
rapid-mlx serve <alias>
OpenAI base URL
http://localhost:8000/v1

Lines in this family

DeepSeek R1 · 2 aliases

Reasoning-distilled — chain-of-thought weights distilled into compact models that punch above their parameter count on reasoning benchmarks. The 8B variant uses the deepseek_v3 tool parser; the 32B variant uses the more recent deepseek parser. Both stream reasoning_content via the deepseek_r1 reasoning parser.

parser: deepseek

aliashf repotool parserreasoningflags
deepseek-r1-32b-4bitmlx-community/DeepSeek-R1-Distill-Qwen-32B-4bitdeepseekdeepseek_r1spec
deepseek-r1-8b-4bitmlx-community/DeepSeek-R1-0528-Qwen3-8B-4bitdeepseek_v3deepseek_r1spec

Notes & caveats

DeepSeek Coder · 1 alias

Code-specialised MoE line, kept as a single 16B-Lite alias for users who want a DeepSeek-flavoured coder alongside the Qwen3 Coder family.

parser: —

aliashf repotool parserreasoningflags
deepseek-coder-v2-lite-16b-4bitmlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit-mlxmoe · spec

Notes & caveats

Notes & caveats

Where next