cURL
curl --request GET \ --url https://api.anam.ai/v1/llms/{id} \ --header 'Authorization: Bearer <token>'
Get a specific LLM by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The LLM ID
Successfully retrieved LLM
Was this page helpful?