Skip to main content
GET
Get 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

Response

Returns one aligned model: its id, name, base model, derived deployment status and timestamps.

One aligned model: identity, lineage and live deployment status.

model_id
string
required

Unique identifier of the aligned model.

name
string
required

Display name of the aligned model.

base_model
string
required

Base model this model was aligned from.

deployment_status
string
required

Derived from the live deployment: READY, DEPLOYING, DEPLOYED, UNDEPLOYING or FAILED.

alignment_id
string | null

Alignment project that produced this model.

created_at
string | null

Creation timestamp.

updated_at
string | null

Last update timestamp.