The default shipping tier for 24 GB+ Macs. 27B dense, text-only, MLX 4-bit. Ships with a Holtzman calibration bias applied at inference time (pure post-processing, no weight modification).
The simplest way to use this model is through the Outlier app — open the tier picker, select Outlier Core, click download, and chat. No setup, no Python, no MLX install, no token quotas.
1pip install mlx-lm
2python -m mlx_lm.generate \
3 --model Outlier-Ai/Outlier-Core-27B-MLX-4bit \
4 --prompt "Write a quicksort in Python." \
5 --max-tokens 512
1from mlx_lm import load, generate
2model, tokenizer = load("Outlier-Ai/Outlier-Core-27B-MLX-4bit")
3print(generate(model, tokenizer, prompt="Hello", max_tokens=256))
For σ-qualified MMLU, HumanEval, and Mac inference-speed numbers — with full provenance (source file, command, n, stderr, date) — see
outlier.host/benchmarks.
Apache 2.0 (inherits from upstream base model). Conversion artifact only — the underlying weights are governed by the base model's license.