Rapid-MLX provides AI inference on Apple Silicon with a drop-in OpenAI-compatible API. It claims 2-4x speedups over Ollama. Current version is 0.6.80, under active development with a weekly release cadence.
pip install rapid-mlxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a model and run a chat completion.
Check platform.machine() before installing.
Use model.chat() with OpenAI-style messages.
Update calls to use explicit parameter names.