cURL
curl --request GET \ --url http://localhost:8080/api/v1/llms/privacy-score-range \ --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 a list of LLMs with privacy score within the specified range
Minimum privacy score
Maximum privacy score
OK
Show child attributes
Was this page helpful?