get_llm_unit_economics_full
Calculate AI cost unit economics: cost per customer, MAU, API request, gross margin impact, and break-even ARPU. Identify which teams drive AI spend.
Instructions
AI cost unit economics: cost per customer, MAU, API request, and gross margin impact.
Fetches AI spend across all configured providers and divides by your business metrics to compute:
Cost per paying customer
Cost per monthly active user (MAU)
Cost per API request (in micro-dollars)
AI spend as % of MRR (gross margin risk)
Break-even ARPU (minimum price per customer to keep AI under 20% of revenue)
Also returns a cross-provider project/workspace breakdown showing which teams or product areas are driving AI spend.
Args: customers: Number of paying customers in the period. mau: Monthly active users. mrr: Monthly recurring revenue in USD. api_requests: Total API requests handled in the period. days: Lookback window in days (default 30).
Examples: - "What's our AI cost per customer? We have 800 paying customers." - "We have $50K MRR and 1200 MAU. What's our AI unit economics?" - "Cost per API request for our AI features, we handled 2 million requests" - "Is our AI spend sustainable at our current scale?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mau | No | ||
| mrr | No | ||
| days | No | ||
| customers | No | ||
| api_requests | No |