model_download
Download trained model weight files to a local path by specifying model reference (owner/project/model, ul:// URI, or slug) and destination.
Instructions
Download a trained model's weight file to an explicit local path by owner/project/model, ul://owner/project/model, or slug with a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ref by owner/project/model, ul:// URI, or slug (requires project). | |
| project | No | Project ref required when model is given by slug. | |
| filename | No | Select which of the model's remote weight files to download by name; does not set the local output filename (use output_path for that). Omit to prefer best.pt, then the first available file. | |
| overwrite | No | Overwrite an existing file at output_path. | |
| output_path | Yes | Local destination path for downloaded model weights. |