UnifyAPI
← Back to catalog

hf.model_details

mock data$0.001 / call

ML Model Details

Get full metadata for a HuggingFace model — downloads, likes, tags, library, author, pipeline task, model card data. Use model_id from hf.models search (e.g. "meta-llama/Llama-3.3-70B-Instruct").

AI & MLprovider: Hf#hf#ai

Input schema

model_idrequired
object

Call via REST

curl -X POST https://unifyapi.pro/api/call/hf.model_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"model_id":"<model_id>"}'

Try it

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