search_models
Search Hugging Face Hub for models by query, filter by task, and sort by downloads, likes, or last modified to find matching models.
Instructions
Search Hugging Face Hub for models matching a query, optionally filtered by task (pipeline_tag), sorted by popularity or recency.
Args: query: free-text search, e.g. "llama instruct" or "sentiment analysis" task: optional HF pipeline tag filter, e.g. "text-generation", "text-classification", "image-classification", "translation" limit: max number of results (1-50) sort_by: "downloads" (default), "likes", or "last_modified"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| limit | No | ||
| query | Yes | ||
| sort_by | No | downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||