Skip to main content

Retrieve Model

GET 

/openai/v1/models/:model

Retrieve a single model.

Mirrors GET /v1/models/{model}, so client.models.retrieve("jifili-1") works unchanged. OpenAI model names accepted as aliases resolve to the Djelia model they map onto, and the response reports that canonical id.

Request

Responses

Successful Response