Models
Get all models.
Responses
200
Successful Response
application/json
401
Authentication Fails
application/json
422
Invalid Parameters
application/json
500
Server Error
application/json
get
GET /api/v1/models HTTP/1.1
Host:
Accept: */*
[
{
"model_id": "text",
"display_name": "text",
"type": "text",
"context_length": 1,
"pricing": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"status": true
}
]
Last updated