ImportThirdPartyModelRequestSchema
namestringrequired
Unique name to assign to the imported model within AI Studio.
Example:
example-hf-importrepo_namestringrequired
Hugging Face repository identifier in owner/repo format (e.g. nvidia/llama-3.1-nemoguard-8b-topic-control). The repo must contain adapter_config.json and adapter_model.safetensors at the root.
Example:
nvidia/llama-3.1-nemoguard-8b-topic-controldirectorystring
Optional source path for the model.
tokenstring
Optional token for private repositories.
versionstring
Optional version/commit/branch of the model.
ImportThirdPartyModelRequestSchema
{
"name": "example-hf-import",
"repo_name": "nvidia/llama-3.1-nemoguard-8b-topic-control"
}
Was this page helpful?