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

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

Path Parameters

model
string
required

The ID of the model to retrieve

Response

200
application/json

The model details

The response is of type object.