How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "Outlier-Ai/gemma-3-4b-it-MLX-4bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "Outlier-Ai/gemma-3-4b-it-MLX-4bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "Outlier-Ai/gemma-3-4b-it-MLX-4bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Run this on your Mac with Outlier — a free macOS app for local MLX inference.

gemma-3-4b-it (MLX 4-bit)

MLX 4-bit conversion of google/gemma-3-4b-it. License and base-model fields inherit from the original — see YAML frontmatter above.

Load with mlx-lm

pip install mlx-lm
python -m mlx_lm.generate --model Outlier-Ai/gemma-3-4b-it-MLX-4bit --prompt "Hello" --max-tokens 256

What is Outlier?

A free macOS app that runs MLX models locally — no cloud, no API keys, no usage caps.

outlier.host

Other Outlier conversions

License

Inherits from upstream (gemma). See base model card.

Downloads last month
33
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Outlier-Ai/gemma-3-4b-it-MLX-4bit

Quantized
(486)
this model

Collection including Outlier-Ai/gemma-3-4b-it-MLX-4bit