list_llm_models
Discover which LLM models are deployed and track usage statistics across services, providers, and time ranges to analyze request counts and model adoption.
Instructions
List all LLM models being used with usage statistics.
Discovers what models are deployed and tracks their usage patterns.
Args: start_time: Start time in ISO 8601 format (e.g., 2024-01-01T00:00:00Z) end_time: End time in ISO 8601 format service_name: Filter by service name gen_ai_system: Filter by LLM provider (e.g., openai, anthropic, cohere) limit: Maximum traces to analyze for model discovery (default: 1000)
Returns: JSON string with list of models and their statistics (count, request_count, first_seen, last_seen)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_time | No | ||
| start_time | No | ||
| service_name | No | ||
| gen_ai_system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |