get_agent_usage
Retrieve LLM inference usage per agent with token consumption, GPU cost, and request counts. Pinpoint which agents and teams consume the most resources and cost.
Instructions
Return LLM inference usage aggregated by agent — token consumption, GPU cost, and request counts. Use this to understand which AI agents are consuming the most inference resources and how costs distribute across teams.
This is the only tool that bridges agent-level identity with GPU-level cost. Typical questions it answers:
"Which agent costs the most in GPU this month?"
"How much does the pricing agent spend on Llama-70B vs Mistral-7B?"
"Which team is over budget on LLM inference?"
Args: period: Lookback period — "7d", "30d", or "mtd" (month-to-date). Default "30d". agent_id: Filter to a specific agent (optional). team: Filter to a specific team (optional). model: Filter to a specific LLM model (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| model | No | ||
| period | No | 30d | |
| agent_id | No |