List available AI models
curl --request GET \
--url https://api.kazzle.app/api/chat/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"id": "<string>",
"name": "<string>",
"provider": "<string>"
}
],
"defaultModelId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.kazzle.app/api/chat/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"id": "<string>",
"name": "<string>",
"provider": "<string>"
}
],
"defaultModelId": "<string>"
}