Skip to main content
GET
Retrieve a model

Path Parameters

model
string
required

The ID of the model to use for this request

Response

200 - application/json

OK

Describes an AI model that can be used with the API.

id
string
required

The model identifier, which can be referenced in the API endpoints.

object
enum<string>
required

The object type, which is always 'model'.

Available options:
model
created
integer
required

The Unix timestamp (in seconds) when the model was created.

owned_by
string
required

The organization or client that owns the model.

status
enum<string>
required

The status of the model.

Available options:
building,
idle,
ready,
failed