cURL
curl --request GET \ --url http://localhost:8080/api/v1/llms/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "active": true, "api_endpoint": "<string>", "api_key": "<string>", "logo_url": "<string>", "long_description": "<string>", "name": "<string>", "privacy_score": 123, "short_description": "<string>", "vendor": "<string>" }, "id": "<string>", "type": "<string>" }
Get details of an LLM by its ID
LLM ID
OK
LLM response model
Show child attributes
Was this page helpful?