curl --request GET \
  --url https://api.nexara.ru/api/v1/models/{model} \
  --header 'Authorization: Bearer <token>'
{
  "id": "whisper-1",
  "object": "model",
  "created": 1686935002,
  "owned_by": "nexara"
}

Authorizations

Authorization
string
header
required

Используйте ваш API-ключ как Bearer токен в заголовке Authorization. Пример: Authorization: Bearer nx-yourkey

Path Parameters

model
string
required

Идентификатор модели для получения информации

Response

200
application/json

Детали модели

The response is of type object.