Available AI Models List
Metrics
Available AI Models List
Lists all AI models (ChatGPT, Gemini, Claude, etc.) that were queried in this an
alysis, showing which LLM sources have data.
This endpoint returns the distinct AI sources that contributed data to the analysis.
Essential for understanding data coverage, identifying which models were tested, and filtering subsequent queries by available sources. Typically includes sources like "chatgpt-4", "gemini-pro", "claude-3", "perplexity", etc.
**When to use:** User wants to see which AI models were tested, needs to know available sources for filtering, checks data coverage, or selects sources for comparison.
**Common user queries:**
- "Which AI models were tested?"
- "Show me available sources"
- "List all LLMs in this analysis"
- "What sources have data?"
- "Get available AI platforms"
- "Which models were queried?"
**Returns:** Array of distinct AI source identifiers.
Example: [{"source": "chatgpt-4"}, {"source": "gemini-pro"}, {"source": "claude-3"}]
Required permission: `read:analysis`.
GET
Available AI Models List
Authorizations
Path Parameters
A UUID string identifying the analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.
Query Parameters
Filter by a collection date being equal to the specified date. YYYY-MM-DD format
Filter by a collection date being greater than the specified date. YYYY-MM-DD format
Filter by a collection date being greater than or equal the specified date. YYYY-MM-DD format
Filter by a collection date being less than the specified date. YYYY-MM-DD format
Filter by a collection date being less than or equal the specified date. YYYY-MM-DD format
Response
200 - application/json