deepghs_list_models
Browse and filter DeepGHS AI models for tasks like image tagging, classification, detection, and similarity encoding from HuggingFace with customizable sorting and pagination.
Instructions
List all public models from the DeepGHS organization on HuggingFace.
DeepGHS models include: CCIP (character similarity encoder), WD Tagger Enhanced (anime image tagger with embeddings), aesthetic scorer, anime/real classifier, image type classifier, furry detector, face/head/person detection models, NSFW censor, and style era classifier.
Args: params (ListModelsInput): - search (Optional[str]): Keyword filter (e.g. 'ccip', 'tagger', 'aesthetic', 'face') - sort (SortBy): Sort by 'downloads', 'likes', 'createdAt', 'lastModified' - limit (int): Results per page, 1–100 (default: 20) - offset (int): Pagination offset (default: 0) - response_format (ResponseFormat): 'markdown' or 'json'
Returns: str: Paginated list of models with task type, download counts, likes, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |