Skip to main content

StoreDownloadRequest

Optional file selection for a shared-store model download.

gguf_file object

Exact repo-relative GGUF file whose shard group the store should download. Omit to use the repository's default quant selection.

anyOf
string
source_revision object

Immutable Hugging Face commit to download. Omit to resolve the repository's mutable main branch.

anyOf
string

Possible values: Value must match regular expression ^[0-9a-f]{40}$

StoreDownloadRequest
{
"gguf_file": "string",
"source_revision": "string"
}