model_pull
Download AI models with progress updates. Choose native HuggingFace GGUF or remote sources, and optionally allow unsupported architectures.
Instructions
Download a model, streaming progress via MCP notifications.
Args:
model: Model ref to pull (e.g. "Qwen/Qwen3-0.6B-GGUF" or
"Qwen/Qwen3-0.6B-GGUF/Qwen3-0.6B-Q8_0.gguf").
source: "native" (HuggingFace GGUF) or "remote" (SDK-managed).
allow_unsupported: Set true to pull even when the model's architecture
isn't supported by this lilbee build. Default refuses with a
structured error and the list of supported architectures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| source | No | native | |
| allow_unsupported | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||