GET
/
v1
/
models
/
{id}
curl --request GET \
  --url https://premai.io/v1/models/{id}/
{
  "id": 123,
  "name": "<string>",
  "model_type": "text2text",
  "model_provider": "openai"
}

Path Parameters

id
integer
required

A unique integer value identifying this Model.

Response

200 - application/json

The response is of type object.