download_local_model
Downloads a catalog model or Hugging Face repo into the allowlisted models directory. Requires an explicit model_id; uses HF_TOKEN for gated repos. dry_run checks the destination path.
Instructions
Download a catalog model (or Hugging Face org/name repo) into the allowlisted models directory (default .orchestrator/models). Large; requires an explicit model_id. Honors HF_TOKEN / HUGGING_FACE_HUB_TOKEN for gated repos. dry_run only checks the destination path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | Optional destination directory; must be inside the write allowlist | |
| dry_run | No | Validate allowlisted path only; do not download | |
| model_id | Yes | Catalog id from list_local_models, or a Hugging Face repo id |