Back to catalog
Cortexa research tool·earth climate·huggingface
HuggingFace Get Model
Get detailed metadata for a specific model on HuggingFace Hub by its author and model name. Returns comprehensive information including model architecture, tags, download/like counts, creation date, license, widget data for interactive testing, and card metadata. Model IDs on HuggingFace follow the 'author/model-name' format; provide the author and model_name as separate parameters. Use HuggingFace_search_models to find model IDs (the 'id' field returns 'author/model-name').
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"author": {
"description": "Model author or organization (e.g., 'facebook', 'openai-community', 'google-bert', 'meta-llama')",
"type": "string"
},
"model_name": {
"description": "Model name within the author's namespace (e.g., 'esm2_t33_650M_UR50D', 'gpt2', 'bert-base-uncased')",
"type": "string"
}
},
"required": [
"author",
"model_name"
],
"type": "object"
}Examples (1)
Default HuggingFace Get Model call
public-safeinput
{
"author": "",
"model_name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_HuggingFace_get_model
- Tool name
- HuggingFace_get_model
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse