runmeter_summary
Aggregate LLM telemetry into cost and reliability rollups, grouping by model or other criteria to compare spend, latency, and error rates across runs.
Instructions
Aggregate telemetry into cost and reliability rollups.
group_by is one of: 'model', 'agent', 'finish_reason', 'day', or 'tag'.
Optional since limits the window (ISO timestamp or relative like '30d').
Each group reports run count, total input/output tokens, total cost,
average latency, and error rate. Groups are sorted by total cost descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| group_by | No | model |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||