curl --request GET \
--url https://api.anam.ai/v1/llms \
--header 'Authorization: Bearer <token>'Returns a list of all LLMs available to the organization
curl --request GET \
--url https://api.anam.ai/v1/llms \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number for pagination
Number of items per page
Search term to filter LLMs
Include default LLMs in the response
Successfully retrieved LLMs
Was this page helpful?