APIAnalytics

List LLM facets

Distinct models for filter dropdowns.

GET/analytics/llm-facets

Distinct models for filter dropdowns.

Query Parameters

start_time*string

Start of the time range to report on, inclusive.

Formatdate-time
end_time*string

End of the time range to report on, exclusive.

Formatdate-time
provider?array<>

Filter to specific LLM telemetry providers.

Response Body

application/json

application/json

curl -X GET "https://example.com/analytics/llm-facets?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"
{  "models": [    "string"  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}