UnifyAPI
← Back to catalog

hf.models

mock data$0.001 / call

Search 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.

AI & MLprovider: Hf#hf#ai

Input schema

task

Filter by ML task: text-generation, image-classification, translation, text-to-image, automatic-speech-recognition, etc.

string
limit

Number of results (1-20, default 10)

integer
searchrequired

Search query — model name or keyword (e.g. "llama", "stable-diffusion", "whisper")

string
library

Filter by framework: transformers, diffusers, sentence-transformers, gguf, etc.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.