search_models
Search for Hugging Face models by keyword or task. Find models for text classification, summarization, image generation, and more.
Instructions
Find Hugging Face models matching a keyword and/or task.
Use this to discover candidate models. For "what is popular/new right now", prefer get_trending_models instead.
Args: query: Free-text keyword, e.g. "sentiment", "whisper", "code". task: Hugging Face pipeline tag. Must be an exact Hub tag such as: text-classification, token-classification, question-answering, summarization, translation, text-generation, fill-mask, sentence-similarity, feature-extraction, automatic-speech-recognition, text-to-speech, audio-classification, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, tabular-classification, tabular-regression, time-series-forecasting, reinforcement-learning. Leave empty to search all tasks. limit: Maximum number of results (default 10, capped at 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| limit | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |