English
cURL
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" }
Use your API key as a Bearer token in the Authorization header. Example: Authorization: Bearer nx-yourkey
Authorization: Bearer nx-yourkey
The ID of the model to retrieve
The model details
The response is of type object.
object