English
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" } ] }
Use your API key as a Bearer token in the Authorization header. Example: Authorization: Bearer nx-yourkey
Authorization: Bearer nx-yourkey
A list of available models
The response is of type object.
object