List Platform Models

Retrieve a list of platform models

get
/v1/platform/model/list

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

cursorstring

The cursor to use for pagination

orderstring

The order of the paginated items

takeinteger

The number of items to retrieve

curl -X GET "https://api.chatbotkit.com/v1/platform/model/list" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"items":[
{
"id":"string",
"description":"string",
"provider":"string",
"family":"string",
"maxTokens":"number",
"maxInputTokens":"number",
"maxOutputTokens":"number"
}
]
}
The list of models was retrieved successfully