ModelPreviewRequestSchema
namestringrequired
Name to assign to the model if the preview result is acceptable and the import is proceeded with.
Example:
example-hf-previewrepo_namestringrequired
Hugging Face repository identifier in owner/repo format to preview.
Example:
nvidia/llama-3.1-nemoguard-8b-topic-controldirectorystring
Optional source path for the model.
tokenstring
Authentication token for accessing the model preview from Hugging Face.
versionstring
Specific version or revision of the Hugging Face model to preview.
ModelPreviewRequestSchema
{
"name": "example-hf-preview",
"repo_name": "nvidia/llama-3.1-nemoguard-8b-topic-control"
}
Was this page helpful?