Skip to main content
POST
/
api
/
v3
/
models
/
deploy-model
/
{model_id}
Deploy Aligned Model
curl --request POST \
  --url https://api.nugen.in/api/v3/models/deploy-model/{model_id} \
  --header 'Authorization: Bearer <token>'
"alignment-xyz789"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string
required

Response

Successfully initiated model deployment

Model ID of the aligned model being deployed. Use this ID to track deployment status.

Example:

"alignment-xyz789"