
Docker List
CertifiedList models available in Docker Model Runner
Docker List
List models available in Docker Model Runner
Fetches the list of locally available models from the Docker Model Runner (DMR) REST API.
type: io.kestra.plugin.docker.model.ListExamples
List available Docker Model Runner models
id: docker_model_list
namespace: company.team
tasks:
- id: list_models
type: io.kestra.plugin.docker.model.List
Properties
host string
http://localhost:12434Docker Model Runner host
Base URL of the Docker Model Runner REST API. Override when DMR is exposed on a non-default address.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
models array
Models available in Docker Model Runner
Information about a single model
Model configuration
Model configuration details
Model architecture
e.g. nomic-bert.
File format
e.g. gguf.
Parameter count
e.g. 136.73M.
Quantization method
e.g. MOSTLY_F16.
On-disk size
e.g. 260.86MiB.
Creation timestamp
Unix epoch seconds at which the model was created.
Content digest
Content-addressable identifier of the model, e.g. sha256: .... This is not a human-readable name, see tags.
Tags
Human-readable references pointing at this model, e.g. docker.io/ai/nomic-embed-text-v1.5: latest.