Hugging Face · Arazzo Workflow
Hugging Face Search and Inspect a Model
Version 1.0.0
Search the Hub for a model, fetch its full record, then inspect a specific revision.
Provider
Workflows
search-and-inspect-model
Find a model by search term and inspect it at a chosen revision.
Searches the Hub for models matching a query, takes the first result, loads the full model card, and resolves the model state at a specific revision.
1
searchModels
listModels
Run a full-text search against the Hub, returning the most relevant models with full card data so the top match can be resolved.
2
getModelInfo
getModel
Retrieve the detailed model record for the top search result using its repository id.
3
getModelAtRevision
getModelRevision
Read the model information pinned to the requested Git revision so the caller can compare the default branch against a tagged or committed state.