pull_model
Download and verify an Ollama model onto a specific fleet host, with a configurable timeout for large models.
Instructions
Pull (download/verify) a model onto a specific fleet host.
Args:
host: fleet host name.
model: model name to pull (e.g. "qwen3:32b").
timeout_sec: max seconds to wait — large models can take a while (default 900).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| model | Yes | ||
| timeout_sec | No |