MLX · 5 models available

Run a decision model on Apple Silicon

MLX uses unified memory on M-series chips. For a model in the few-hundred-megabyte range this is the fastest local option on a Mac, and it needs no GPU of its own.

How to run it

  1. Install mlx-lm

    Apple Silicon only. MLX shares memory between CPU and GPU, so there is no copy step and no separate VRAM budget.

    pip install mlx-lm
  2. Run the model

    Weights download from Hugging Face on first use.

    mlx_lm.generate --model <owner>/<repo>
  3. Expect this to be the fastest local option on a Mac

    For models in the few-hundred-megabyte range the whole thing sits in unified memory, which is exactly the size range most of this category lives in.

Find out what your data actually supports

We turn your historical decisions into a frozen test set, then tell you which model, which threshold, and how much of it you can safely automate.