get_chargeback
Retrieve monthly chargeback report allocating GPU costs to cost centres by tenant and agent. Enables inter-department billing and validation of cloud invoices against AI workload consumption.
Instructions
Return the chargeback report for a given month, broken down by tenant and agent.
Chargeback allocates GPU costs to cost centres based on elapsed_hours × gpu_count × ClusterRate per workload. Useful for inter-department billing or to validate cloud invoices against actual AI workload consumption.
Args: year: Four-digit year (e.g. 2026). month: Month number 1–12 (e.g. 5 for May).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| month | Yes |