Share feedback
Answers are generated based on the documentation.

docker model search

DescriptionSearch for models on Docker Hub and HuggingFace
Usagedocker model search [OPTIONS] [TERM]

Description

Search for models from Docker Hub (ai/ namespace) and HuggingFace.

When no search term is provided, lists all available models. When a search term is provided, filters models by name/description.

Examples: docker model search # List available models from Docker Hub docker model search llama # Search for models containing "llama" docker model search --source=all # Search both Docker Hub and HuggingFace docker model search --source=huggingface # Only search HuggingFace docker model search --limit=50 phi # Search with custom limit docker model search --json llama # Output as JSON

Options

OptionDefaultDescription
--jsonOutput results as JSON
-n, --limit32Maximum number of results to show
--sourceallSource to search: all, dockerhub, huggingface