forecast_llm_costs
Forecast AI token spend and determine when your credit balance will deplete. See projected 30-day costs and month-over-month growth trends.
Instructions
Forecast AI/LLM token spend and, if you give a balance, the date your credits or commitment run out. Uses nable's per-account forecaster (Holt-Winters with linear and naive fallbacks by history length) on your daily token-cost series.
Headline outputs: projected next-30-day spend, implied month-over-month growth, and the runway-to-exhaustion date. That exhaustion date is what finance wants and what no provider dashboard gives.
Args: horizon_days: How far forward to project (default 90). balance_usd: Remaining credit/commitment balance to burn down (optional).
Examples: - "Forecast our AI spend for the next quarter" - "When will our $100k in credits run out at this rate?" - "Is our token bill accelerating?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance_usd | No | ||
| horizon_days | No |