What it does
Core capabilities at a glance
- Anthropic
- Anthropic API
- Apple Silicon
- Claude Code
- Continuous Batching
- Inference Server
- Local LLM
- Macos
Deep dive
The full breakdown - performance, comparisons, and setup
vllm-mlx
vllm-mlx is a speech (TTS/STT) tool - High-performance OpenAI and Anthropic compatible LLM inference server for Apple Silicon. Native MLX, continuous batching, multimodal models, MCP tool calling, and Claude Code support.
Overview
Continuous batching + OpenAI + Anthropic APIs in one server. Native Apple Silicon inference.
A vLLM-style inference server for Apple Silicon Macs. Unlike 'Ollama' or 'mlx-lm' used directly, it ships continuous batching, paged KV cache, prefix caching, and SSD-tiered cache, and exposes both OpenAI '/v1/*' and Anthropic '/v1/messages' from a single process. Run LLMs, vision models, audio, and embeddings on Metal with unified memory, no conversion step.
- Continuous batching: high throughput for concurrent requests - Paged KV cache: memory-efficient with prefix sharing - SSD-tiered KV cache: spill prefix cache to disk for long-context agents ('--ssd-cache-dir') - Warm prompts: preload popular prefixes at startup ('--warm-prompts') for 1.3-2.25x TTFT - Prefix cache: trie-based, shared across requests
See docs/benchmarks/ for continuous-batching results, KV-cache quantization (4-bit / 8-bit / fp16), and MoE top-k sweeps.
The built-in MLX reranker forward path supports standard BERT/XLM-RoBERTa sequence-classification weights with 'gelu', 'gelu_new'/'gelu_fast', 'relu', or 'silu'/'swish' 'hidden_act' values. Other activations fail explicitly so custom reranker architectures can add a dedicated adapter instead of silently using the wrong activation.
Bug fixes, perf work, docs, and benchmarks on different Apple Silicon chips all welcome. See the Contributing Guide.
vllm-mlx is open-source, written primarily in Python, with 1,504 GitHub stars under the Apache 2.0 license. The latest release is v0.4.1 (2026-08-12).
Key capabilities
From the project's documentation:
- OpenAI-compatible: /v1/chat/completions, /v1/completions, /v1/embeddings, /v1/rerank, /v1/responses
- Anthropic-compatible: /v1/messages (streaming, tool use, system prompts)
- MCP Tool Calling: 12 parsers (OpenAI, Anthropic, Gemini, Qwen, DeepSeek, Gemma, and more)
- Structured output: JSON Schema via response_format (lm-format-enforcer)
- Continuous batching: high throughput for concurrent requests
- Paged KV cache: memory-efficient with prefix sharing
Install
A quick way to get started (always check the official docs for the latest):
pip install vllm-mlxHow it fits a local-AI stack
vllm-mlx runs on your own hardware, so pair it with a model and a GPU sized to your needs. Use the VRAM calculator to pick a model that fits your card, and see what you can run for hardware guidance. Related speech (TTS/STT) tools in the directory:
Sources
- Source code & docs: waybarrios/vllm-mlx
- Official website: https://pypi.org/project/vllm-mlx/
Stats from GitHub, 2026-08-13.
Frequently asked
Quick answers to common questions
What is vllm-mlx?
vllm-mlx is a tts-stt tool for local AI workloads. High-performance OpenAI and Anthropic compatible LLM inference server for Apple Silicon. Native MLX, continuous batching, multimodal models, MCP tool calling,…
Is vllm-mlx free and open source?
Yes, vllm-mlx has 1,504 GitHub stars and is licensed under Apache 2.0. You can self-host it for free on macos.
What platforms does vllm-mlx support?
vllm-mlx runs on macos.
What hardware do I need for vllm-mlx?
The hardware requirements depend on which models you run. Check our hardware directory for compatible GPUs and systems. vllm-mlx has 1,504 GitHub stars and an active community.
Does vllm-mlx support GPU acceleration?
vllm-mlx supports GPU acceleration via CUDA, Metal, or Vulkan depending on your platform. For the best performance, pair it with an NVIDIA RTX 4090 or 5090.
What are the best alternatives to vllm-mlx?
Popular alternatives include other tts-stt tools in our directory. Browse our full collection at /tool for comparisons, community reviews, and benchmark data to find the right fit for your workflow.
How much does vllm-mlx cost?
vllm-mlx is free-open-source. It is completely free and open source to self-host.
Pairs well with
Complementary tools, models, and hardware
Comments coming soon
Configure NEXT_PUBLIC_GISCUS_REPO_ID and NEXT_PUBLIC_GISCUS_CATEGORY_ID at giscus.app to enable.