load_model
Load a specific model into GPU memory on the remote mlx-serve server, with an option to promote it as the default for chat traffic.
Instructions
Explicitly cold-load a model on the remote mlx-serve server into GPU memory.
Args: model: Model id as returned by list_models (or an absolute path to a model directory on the SERVER machine). make_default: Also promote it to the server-wide default model. Leave false for side-loaded media models so chat traffic keeps its current default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| make_default | No |