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>"
}curl --request GET \
--url https://api.kazzle.app/api/chat/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"id": "<string>",
"name": "<string>",
"provider": "<string>"
}
],
"defaultModelId": "<string>"
}