curl "https://customerDomain.ambersearch.de/api/beta/amberai/models/{model}" \ -H "Authorization: Bearer ambrs-exampletoken"
{ "id": "<string>", "created": 0, "object": "model", "owned_by": "amberSearch" }
Retrieve details about a specific model by its identifier.
This endpoint allows you to get information about a particular model available.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response