Skip to main content

HuggingFaceSearchResult

idId (string)required
authorAuthor (string)
Default value:
downloadsDownloads (integer)
Default value: 0
likesLikes (integer)
Default value: 0
last_modifiedLast Modified (string)
Default value:
tagsstring[]
matched_file object

Exact repo-relative GGUF path matched by a filename search, or null for ordinary repository search results.

anyOf
string
pipeline_tag object

Hugging Face task tag (for example text-generation), when declared.

anyOf
string
library_name object

Framework the repository targets (transformers, diffusers, mlx, gguf).

anyOf
string
gatedGated (boolean)

True when downloading requires accepting the repository's license on Hugging Face and presenting an access token.

Default value: false
license object

License identifier from the model card, when declared.

anyOf
string
param_count object

Total parameter count reported by the repository's safetensors or GGUF metadata, when available.

anyOf
integer
total_file_size object

Exact total artifact bytes reported by GGUF metadata, when available.

anyOf
integer
context_length object

Model context window reported by GGUF metadata, when available.

anyOf
integer
base_model_repo object

Parent repository this model derives from, when tagged.

anyOf
string
base_model_relation object

How this model derives from its parent: finetune, quantized, merge, or adapter.

anyOf
string
arxiv_idsstring[]

arXiv paper identifiers tagged on the repository.

languagesstring[]

ISO 639-1 language tags declared on the repository.

architecture object

Model architecture from repository config or GGUF metadata.

anyOf
string
HuggingFaceSearchResult
{
"id": "string",
"author": "",
"downloads": 0,
"likes": 0,
"last_modified": "",
"tags": [
"string"
],
"matched_file": "string",
"pipeline_tag": "string",
"library_name": "string",
"gated": false,
"license": "string",
"param_count": 0,
"total_file_size": 0,
"context_length": 0,
"base_model_repo": "string",
"base_model_relation": "string",
"arxiv_ids": [
"string"
],
"languages": [
"string"
],
"architecture": "string"
}