Docs
Rapid-MLX is a high-performance, OpenAI-compatible inference server for Apple Silicon, built on MLX. These pages cover install + first request, the API surface, every supported model family (one page per family), the five hero deep dives, and what is coming next.
<h2>
sub-sections. Six models also get a hero deep dive because the
engineering work to make them serve cleanly on MLX is non-trivial.
See the model families directory to
browse.
Start here
rapid-mlx serve, and an OpenAI-compatible cURL against localhost:8000/v1.Hero models
These are the models where Rapid-MLX did the engineering work to make them serve cleanly on MLX before (or better than) the upstream MLX-LM stack handled them. We shipped first-mover MLX quants, alias configuration, parser support, and benched on M3 Ultra.
mlx-lm.ui_tars tool parser.reasoning_content on /v1/responses.Looking for everything else?
The full set of supported models — 128 aliases across 12 vendor families including Qwen (3.5 / 3.6 / Coder / VL / legacy / 2.5 / Qwopus), Gemma (4 / 4-mobile / 3 / EmbeddingGemma), Llama, DeepSeek, GLM, Mistral, Phi, GPT-OSS, MiniMax, Hermes, Granite and a curated small-models bucket — is browseable as a family directory with one page per vendor, or as a flat alias catalog for ctrl-F. For "what fits my Mac" use the live RAM picker at models.rapidmlx.com.
Notable small models
Editorial short-list of small-but-interesting models worth watching outside the headline families — including Holo3.1-35B-A3B, VibeThinker, Tmax-9B, Granite 4 H-Micro, and EmbeddingGemma. The full callout lives on the model families page.
What shipped in 0.9
The 0.9 release focused on multi-user and long-context serving: compressed KV cache default-on for 9 popular MoE aliases, radix-tree prefix cache default-on for concurrent shared-prompt reuse, 128k context on Qwen3.5-9B without any flag flips, speculative decoding (MTP + DFlash) wired up and verified lossless when enabled, and 8+ hour agent-session stability. See the 0.9.9 changelog for the full list and roadmap for what is planned next.