Models
Create a model from a source
Creates a new model in the caller’s organization. The source field selects how the model is constructed (currently: library_listing — fork an accessible listing from GET /v1/library_models). The deployment isn’t instantly ready — poll GET endpoint until status is ACTIVE.
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
Body for creating a model via POST /v1/models.
Create a model by forking a library listing accessible to the caller's organization.
- LibraryListingSourceV1
- ModelArchiveSourceV1
cURL