← Back to catalog
hf.models
mock data$0.001 / callSearch ML Models
Search 1M+ ML models on HuggingFace Hub by name, task (text-generation, image-classification, translation), or library (transformers, diffusers). Returns model ID, downloads, likes, pipeline tag. Sorted by downloads.
Input schema
task
stringFilter by ML task: text-generation, image-classification, translation, text-to-image, automatic-speech-recognition, etc.
limit
integerNumber of results (1-20, default 10)
searchrequired
stringSearch query — model name or keyword (e.g. "llama", "stable-diffusion", "whisper")
library
stringFilter by framework: transformers, diffusers, sentence-transformers, gguf, etc.
Call via REST
curl -X POST https://unifyapi.pro/api/call/hf.models \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"task":"<task>","limit":0,"search":"<search>","library":"<library>"}'