Skip to content

Choose which AI model runs

Who this is for
Anyone whose answers are too slow, or not good enough
You need
The Waired app, or a terminal
Time
5 minutes, plus any download

Waired picks a model for you when you sign in — the best one this computer can actually run. You only need this page if you want to change it.

If you want… Do this
Better answers, and you have memory to spare Switch up a model
Faster answers, or your computer feels slow Switch down a model
To know what you’re running right now See Which model am I running? below
Nothing in particular Leave it — the automatic pick is a good default

Click the Waired icon — in the menu bar on macOS, next to the clock on Windows and Linux → Inference. The active model is listed there.

From a terminal
Terminal window
waired models ls # what is downloaded, and what is active
waired models ls --detail # every model in the catalog, with what fits this computer
  1. Click the Waired icon (menu bar on macOS, next to the clock on Windows and Linux).
  2. Open Models.
  3. Pick a model from the list.

The change applies live — the AI reloads in a few seconds and keeps serving. If the model has not been downloaded yet, the download starts and the icon shows progress; the old model keeps answering until the new one is ready.

Terminal window
waired status --observability

The Engine line names the model that is loaded now:

Engine: ready (model=qwen3-coder-30b-a3b-instruct, 0/4 slots used, inflight=0)

If it says not ready, the model is probably still downloading — waired models ls shows how far along it is. If it stays not ready after the download finishes, the model does not fit this computer: switch back down.

Models are several gigabytes each. To delete one you are not using:

Terminal window
waired models rm <model-id>

You will be asked to confirm first.