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
-`model_name` - (Required) The model name to use for the deployment. Model names can be found in Console or using Scaleway's CLI (`scw inference model list`)
30
-
-`node_type` - (Required) The node type to use for the deployment.
31
-
-`name` - (Optional) TThe deployment name.
32
-
-`accept_eula` - (Optional) Whether the deployment is accepting eula.
30
+
-`node_type` - (Required) The node type to use for the deployment. Node types can be found using Scaleway's CLI (`scw inference node-type list`)
31
+
-`name` - (Optional) The deployment name.
32
+
-`accept_eula` - (Optional) Some models (e.g Meta Llama) require end-user license agreements. Set `true` to accept.
33
33
-`tags` - (Optional) The tags associated with the deployment.
34
34
-`min_size` - (Optional) The minimum size of the pool.
35
35
-`max_size` - (Optional) The maximum size of the pool.
36
36
-`private_endpoint` - (Optional) Configuration of the deployment's private endpoint.
37
37
-`private_network_id` - (Optional) The ID of the private network to use.
38
38
-`disable_auth` - (Optional) Disable the authentication on the endpoint.
39
-
-`public_endpoint` - (Optional) Configuration of the deployment's private endpoint.
39
+
-`public_endpoint` - (Optional) Configuration of the deployment's public endpoint.
40
40
-`is_enabled` - (Optional) Enable or disable public endpoint.
41
41
-`disable_auth` - (Optional) Disable the authentication on the endpoint.
0 commit comments