Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

model_id
string
required

Body

application/json

Body for adding a deployment to an existing model via POST /v1/models/{model_id}/deployments.

source
Source · object
required

Where the new deployment is created from.

Response

200 - application/json

A newly created deployment and its model.

model
ModelV1 · object
required

The model the deployment belongs to. May have been created by this call.

deployment
DeploymentV1 · object
required

The newly created deployment.