Get a model
GET/api/promptly/models/{modelId}
Get a model
Path Parameters
modelId: string
Returns
Get a model
curl https://0ct.com/api/promptly/models/$MODEL_ID \
-H "Authorization: Bearer $0CT_API_KEY"{
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"codingIndex": 0,
"contextLength": 0,
"intelligenceIndex": 0,
"name": "name",
"openRouterId": "openRouterId",
"outputSpeed": 0,
"powerTier": 1,
"provider": "provider",
"supportsInternetSearch": true,
"supportsToolCalling": true
}Returns Examples
{
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"codingIndex": 0,
"contextLength": 0,
"intelligenceIndex": 0,
"name": "name",
"openRouterId": "openRouterId",
"outputSpeed": 0,
"powerTier": 1,
"provider": "provider",
"supportsInternetSearch": true,
"supportsToolCalling": true
}