deployments

Start

Kick off the deploy model pipeline.

post/api/v1/deploy

Request body

checkpoint_idstring required
model_slugstring required
role'production' | 'test'
output_speed'normal' | 'turbo'

Which GPU tier a deployment runs on: H100 (normal) or B200 (turbo).

expected_concurrency'low' | 'medium' | 'high'

Traffic level a deployment is sized for; picks its replica count.

Response

Successful Response

deployment_idstring required
role'production' | 'test' required
reused_mergeboolean

True when an existing merged model was reused and the merge stage was skipped.

Changes

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