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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token in the Authorization header. Example: Authorization: Bearer nx-yourkey

Response

200 - application/json

A list of available models

The response is of type object.