models
Get v1models
GET
/
v1
/
models
curl --request GET \
--url https://premai.io/v1/models/
[
{
"id": 123,
"name": "<string>",
"model_type": "text2text",
"model_provider": "openai"
}
]
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://premai.io/v1/models/
[
{
"id": 123,
"name": "<string>",
"model_type": "text2text",
"model_provider": "openai"
}
]