API referenceDraft
Models
Listing the models your key can call.
Draft
The hosted API is a planned service with a draft specification. The local API described alongside it already exists and runs on your own machine.
GET
/v1/modelsReturns the models your API key can call, with their current status.curl /models \
-H "Authorization: Bearer $KOLDOS_API_KEY"{
"object": "list",
"data": [
{
"id": "koldos-7b",
"object": "model",
"status": "available"
},
{
"id": "koldos-22b",
"object": "model",
"status": "future"
}
]
}Model IDs
| ID | Name | Status |
|---|---|---|
koldos-7b | KOLDOS 7B | Available |
koldos-22b | KOLDOS 22B | Future |
Models served by the API
Which models the API serves, and on which plans, has not been announced. The list endpoint only returns models your key can call.