Import a base model from Hugging Face or cloud storage
Models
Import a base model from Hugging Face or cloud storage
Import a base model from Hugging Face or a cloud storage bucket.
Request Body:
source_type:huggingface,s3,gs,ociorabfsssource_uri: Hugging Face repo id or a cloud storage URIbase_model_name: Name to register the imported model undertoken: Access token or credential for the source
POST
Import a base model from Hugging Face or cloud storage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Import a base model from Hugging Face or a cloud storage bucket.
huggingface, s3, gs, oci or abfss
Hugging Face repo id, e.g. org/model-name, or a cloud storage URI such as s3://bucket/path
Name to register the imported model under
Access token or credential for the source. Used only to perform the import; never logged or stored.