List Seer AI Models
GET /api/0/seer/models/
Get list of actively used LLM model names from Seer.
Returns the list of AI models that are currently used in production in Seer. This endpoint does not require authentication and can be used to discover which models Seer uses.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:Copied
curl https://sentry.io/api/0/seer/models/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?