Foundry

Creates a self-serve deployment in the project.

Asynchronous: returns the accepted deployment ID and status.

post/projects/{project_id}/foundry/selfserve/deployments

Path parameters

project_idstring required

ID of the project.

Request body

deployment_namestring required

User-chosen deployment name.

fine_tuned_modelstring required

The fine-tuned model to deploy.

flavor_idstring required

ID of the flavor (hardware/model shape) to deploy on.

replicasinteger

Number of replicas to run.

Response

idstring

ID of the affected deployment.

statusstring

Resulting status.

Changes

No recorded changes to this endpoint across all 1 revision of this API.