get_trending_models
Retrieve currently trending models on Hugging Face by live trending score. Filter by task (e.g., text-generation) and adjust result count up to 50.
Instructions
List models trending on Hugging Face right now, by live trending score.
Use this for "what's popular", "what's new", or "what are people using lately". For a specific keyword or an exhaustive search, use search_models.
Args: task: Optional exact Hub pipeline tag to filter by, e.g. "text-to-image" or "text-generation". Leave empty for all tasks. limit: Maximum number of results (default 10, capped at 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |