Currently available models. This interface is deprecated and will be removed in a later version.
GET/models_available
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Will return all currently available models.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
name string
description string
hostings string[]
[
{
"name": "string",
"description": "string",
"hostings": [
"string"
]
}
]
Loading...