Deployments
Create Deployment
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Query Parameters
By default, a deployment created with a currently undeployed base model will be deployed to this deployment. If true, this auto-deploy function is disabled.
By default, a deployment will use the speculative decoding settings from the base model. If true, this will disable speculative decoding.
The ID of the deployment. If not specified, a random ID will be generated.
Body
application/json
The properties of the deployment being created.
The body is of type object
.
Response
200 - application/json
A successful response.
The response is of type object
.