Get Model

View as Markdown
Retrieves one served model by ID.

Authentication

api-subscription-keystring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

model_idstringRequired

A model ID from GET /v2/models, e.g. glm5.2.

Response

Successful Response
idstring
createdinteger
owned_bystring
object"model"OptionalDefaults to model

Errors

404
Not Found Error
422
Unprocessable Entity Error