Get Models
Get the list of available ai models.
Responses
- application/json
Request Example for get/chat/models
curl https://ai.hatz.ai/v1/chat/models \
--header 'X-API-Key: YOUR_SECRET_TOKEN'
{
"data": [
{
"name": "string",
"developer": "string",
"display_name": "string",
"max_tokens": 1,
"vision": true
}
]
}