You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`name` - (Required) The name of the custom model. This must be unique within the project.
47
-
-`url` - (Required) The HTTPS URL pointing to your model
48
-
-`secret` - (Optional, Sensitive) Secret used to authenticate when pulling the model from a private URL.
47
+
-`url` - (Required) The HTTPS source URL from which the model will be downloaded. This is typically a Hugging Face repository URL (e.g., https://huggingface.co/your-org/your-model). The URL must be publicly accessible or require valid credentials via `secret`
48
+
-`secret` - (Optional, Sensitive) Authentication token used to pull the model from a private or gated URL (e.g., a Hugging Face access token with read permission).
49
49
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the deployment is created.
50
50
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the deployment is associated with.
0 commit comments