English
curl --request GET \ --url https://api.nexara.ru/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "whisper-1", "object": "model", "created": 1686935002, "owned_by": "nexara" } ] }
Используйте ваш API-ключ как Bearer токен в заголовке Authorization. Пример: Authorization: Bearer nx-yourkey
Authorization: Bearer nx-yourkey
Список доступных моделей
The response is of type object.
object