Skip to main content
Retrieve a model
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

The model details

id
string
Example:

"whisper-1"

object
string
Example:

"model"

created
integer
Example:

1686935002

owned_by
string
Example:

"nexara"

I