Models · family

Gemma

22 MLX aliases · Google's open-weights family — Gemma 4 / 4-mobile (3n) / 3 / EmbeddingGemma.

The Gemma family on rapid-mlx covers Google's open-weights line end-to-end: the frontier Gemma 4 (12B / 26B / 31B, plus QAT variants for sharper low-bit quants), the mobile-tier Gemma 4 E-series and Gemma 3n, the older but still useful Gemma 3 predecessor, and EmbeddingGemma for local /v1/embeddings. All chat variants use the gemma4 tool-call parser (Gemma 3 uses hermes); EmbeddingGemma routes to the embeddings endpoint, not chat.

family
Gemma
aliases
22
lines
4
install
rapid-mlx serve <alias>
OpenAI base URL
http://localhost:8000/v1

Lines in this family

Gemma 4 · 10 aliases

Google's frontier open-weights family — text + vision. rapid-mlx ships 10 quants including Google's QAT (quantization-aware training) variants for sharper 4/8-bit quality. All variants use the gemma4 tool-call parser and the gemma4 reasoning parser.

parser: gemma4

aliashf repotool parserreasoningflags
gemma-4-12b-4bitmlx-community/gemma-4-12B-it-4bitgemma4gemma4spec
gemma-4-12b-8bitmlx-community/gemma-4-12B-it-8bitgemma4gemma4spec
gemma-4-12b-qat-4bitmlx-community/gemma-4-12B-it-qat-4bitgemma4gemma4spec
gemma-4-12b-qat-8bitmlx-community/gemma-4-12B-it-qat-8bitgemma4gemma4spec
gemma-4-26b-4bitmlx-community/gemma-4-26b-a4b-it-4bitgemma4gemma4spec
gemma-4-26b-qat-4bitmlx-community/gemma-4-26B-A4B-it-qat-4bitgemma4gemma4spec
gemma-4-31b-4bitmlx-community/gemma-4-31b-it-4bitgemma4gemma4spec
gemma-4-31b-8bitmlx-community/gemma-4-31b-it-8bitgemma4gemma4spec
gemma-4-31b-qat-4bitmlx-community/gemma-4-31B-it-qat-4bitgemma4gemma4spec
gemma-4-31b-qat-8bitmlx-community/gemma-4-31B-it-qat-8bitgemma4gemma4spec

Notes & caveats

Gemma 4 (mobile / 3n) · 4 aliases

The mobile-tier Gemma line — Gemma 4 E-series (effective 2B / 4B with weight-sharing) and the older Gemma 3n family. These are the smallest production-grade Gemmas, designed to fit phones and base-RAM Macs. Useful as draft models for speculative decoding.

parser: gemma4

aliashf repotool parserreasoningflags
gemma-3n-e2b-4bitmlx-community/gemma-3n-E2B-it-4bitspec
gemma-3n-e4b-4bitlmstudio-community/gemma-3n-E4B-it-MLX-4bitspec
gemma-4-e2b-4bitmlx-community/gemma-4-e2b-it-4bitgemma4gemma4spec
gemma-4-e4b-4bitmlx-community/gemma-4-e4b-it-4bitgemma4gemma4spec

Notes & caveats

Gemma 3 · 6 aliases

Kept in the registry for users who want the older, more battle-tested generation. All variants share the hermes tool envelope; reasoning is plain (no <think> stream).

parser: hermes

aliashf repotool parserreasoningflags
gemma3-12b-4bitmlx-community/gemma-3-12b-it-qat-4bithermesspec
gemma3-1b-4bitmlx-community/gemma-3-1b-it-4bithermesspec
gemma3-1b-qat-4bitmlx-community/gemma-3-1b-it-qat-4bithermesspec
gemma3-27b-4bitmlx-community/gemma-3-27b-it-4bithermesspec
gemma3-27b-qat-4bitmlx-community/gemma-3-27b-it-qat-4bithermesspec
gemma3-4b-qat-4bitmlx-community/gemma-3-4b-it-qat-4bithermesspec

Notes & caveats

EmbeddingGemma · 2 aliases

Google's 300M embedding model. We ship it as a first-class alias under rapid-mlx so you can run a local /v1/embeddings endpoint — RAG, semantic search, and offline vector-DB ingest without an API call.

parser: —

aliashf repotool parserreasoningflags
embeddinggemma-300m-6bitmlx-community/embeddinggemma-300m-6bit
embeddinggemma-300m-8bitmlx-community/embeddinggemma-300m-8bit

Notes & caveats

Notes & caveats

Where next