Skip to main content
POST
Deploy Model

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

Query Parameters

early
boolean
default:false

Deploy the newest checkpoint of a run that is still training. The GPU serves the latest checkpoint it has written and refreshes on its own, so answers change as training continues. Evaluation is unaffected and still runs on the finished model.

Response

Successful Response