Docker List

Docker List

Certified

List models available in Docker Model Runner

Fetches the list of locally available models from the Docker Model Runner (DMR) REST API.

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

List available Docker Model Runner models

yaml
id: docker_model_list
namespace: company.team

tasks:
  - id: list_models
    type: io.kestra.plugin.docker.model.List
Properties
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.

Models available in Docker Model Runner

Definitions
config

Model configuration

architecturestring

Model architecture

e.g. nomic-bert.

formatstring

File format

e.g. gguf.

parametersstring

Parameter count

e.g. 136.73M.

quantizationstring

Quantization method

e.g. MOSTLY_F16.

sizestring

On-disk size

e.g. 260.86MiB.

createdinteger

Creation timestamp

Unix epoch seconds at which the model was created.

idstring

Content digest

Content-addressable identifier of the model, e.g. sha256: .... This is not a human-readable name, see tags.

tagsarray
SubTypestring

Tags

Human-readable references pointing at this model, e.g. docker.io/ai/nomic-embed-text-v1.5: latest.