Docker Pull

Docker Pull

Certified

Pull a model via Docker Model Runner

Pulls a model from a registry using the Docker Model Runner (DMR) REST API. The model is streamed line by line; each status line is logged at debug level, and a summary is logged at info level once the pull completes. Throws if any line contains an error field or if the server returns a non-2xx response.

yaml
type: io.kestra.plugin.docker.model.Pull

Pull a model with Docker Model Runner

yaml
id: docker_model_pull
namespace: company.team

tasks:
  - id: pull
    type: io.kestra.plugin.docker.model.Pull
    model: ai/smollm2
Properties

Model identifier

The model to pull, e.g. ai/smollm2 or hf.co/org/repo.

Defaulthttp://localhost:12434

Docker Model Runner host

Base URL of the Docker Model Runner REST API. Override when DMR is exposed on a non-default address.

Reference (ref) of the pluginDefaults to apply to this task.