Supported Models

April 18, 2026 ยท View on GitHub

All quantized models from mlx-community on HuggingFace are compatible.

Browse thousands of pre-optimized models at: https://huggingface.co/mlx-community/models

Language Models (via mlx-lm)

Model FamilySizesQuantization
Llama 3.x, 4.x1B, 3B, 8B, 70B4-bit
Mistral / Devstral7B, Mixtral 8x7B4-bit, 8-bit
Qwen2/Qwen30.5B to 72BVarious
DeepSeek V3, R17B, 33B, 67B4-bit
Gemma 2, 3, 42B, 9B, 27B4-bit
GLM-4.7Flash, Base4-bit, 8-bit
Kimi K2Various4-bit
Phi-33.8B, 14B4-bit
Granite 3.x, 4.xVarious4-bit
Nemotron3 Nano 30B6-bit
Use CaseModelMemory
Fast/Lightmlx-community/Qwen3-0.6B-8bit~0.7 GB
Balancedmlx-community/Llama-3.2-3B-Instruct-4bit~1.8 GB
Qualitymlx-community/Llama-3.1-8B-Instruct-4bit~4.5 GB
Largemlx-community/Qwen3-30B-A3B-4bit~16 GB

Multimodal Models (via mlx-vlm)

Model FamilyExample Models
Qwen-VLQwen3-VL-4B-Instruct-3bit, Qwen3-VL-8B-Instruct-4bit, Qwen2-VL-2B/7B-Instruct-4bit
LLaVAllava-1.5-7b-4bit, llava-v1.6-mistral-7b-4bit, llava-llama-3-8b-v1_1-4bit
IdeficsIdefics3-8B-Llama3-4bit, idefics2-8b-4bit
Gemma 4gemma-4-e2b-it-mxfp4 (vision + audio)
PaliGemmapaligemma2-3b-mix-224-4bit, paligemma-3b-mix-224-8bit
Pixtralpixtral-12b-4bit, pixtral-12b-8bit
MolmoMolmo-7B-D-0924-4bit, Molmo-7B-D-0924-8bit
Phi-3 VisionPhi-3-vision-128k-instruct-4bit
DeepSeek-VLdeepseek-vl-7b-chat-4bit, deepseek-vl2-small-4bit
Use CaseModelMemory
Fast/Lightmlx-community/Qwen3-VL-4B-Instruct-3bit~3 GB
Balancedmlx-community/Qwen3-VL-8B-Instruct-4bit~6 GB
Qualitymlx-community/Qwen3-VL-30B-A3B-Instruct-6bit~20 GB

Embedding Models (via mlx-embeddings)

Model FamilyExample Models
BERTmlx-community/bert-base-uncased-mlx
XLM-RoBERTamlx-community/multilingual-e5-small-mlx, mlx-community/multilingual-e5-large-mlx
ModernBERTmlx-community/ModernBERT-base-mlx

Audio Models (via mlx-audio)

TypeModel FamilyExample Models
STTWhispermlx-community/whisper-large-v3-turbo
STTParakeetmlx-community/parakeet-tdt-0.6b-v2
TTSKokoroprince-canuma/Kokoro-82M
TTSChatterboxchatterbox/chatterbox-tts-0.1

Model Detection

vllm-mlx auto-detects multimodal models by name patterns:

  • Contains "VL", "Vision", "vision"
  • Contains "llava", "idefics", "paligemma"
  • Contains "pixtral", "molmo", "deepseek-vl"
  • Contains "MedGemma", "Gemma-3", "Gemma-4" (multimodal variants)

Using Models

From HuggingFace

vllm-mlx serve mlx-community/Llama-3.2-3B-Instruct-4bit

Local Path

vllm-mlx serve /path/to/local/model

Finding Models

Filter mlx-community models by:

  • LLM: Llama, Qwen, Mistral, Phi, Gemma, DeepSeek, GLM, Kimi, Granite, Nemotron
  • VLM: -VL-, llava, paligemma, pixtral, molmo, idefics, deepseek-vl, MedGemma
  • Embedding: e5, bert, ModernBERT
  • Size: 1B, 3B, 7B, 8B, 70B
  • Quantization: 4bit, 8bit, bf16