curl "https://customerDomain.ambersearch.de/api/beta/amberai/models" \ -H "Authorization: Bearer ambrs-exampletoken"
{ "object": "list", "data": [ { "id": "<string>", "created": 0, "object": "model", "owned_by": "amberSearch" } ] }
Retrieve a list of available AI models.
This endpoint is for getting the model identifiers, which are needed to create chat completions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes