calculate_roi
Calculates CapEx payback timeline and token cost savings to compare on-premise Aradia hardware against recurring cloud LLM API spend for CFO financial justification.
Instructions
[PURPOSE]: Calculates CapEx payback timeline and token cost savings comparing on-premise Aradia physical hardware against recurring cloud LLM API expenditures. [WHEN TO USE]: Use to generate mathematical financial justification reports for human decision-makers, executives, or CFOs. [WHEN NOT TO USE]: Do not use if monthly API spend is unknown or zero. For raw hardware compute specs without financial modeling, call query_hardware_specs. [PREREQUISITES]: Requires estimated monthly cloud LLM token spend in USD. [SIDE EFFECTS & BEHAVIOR]: Deterministic mathematical calculation. Non-destructive; creates zero external side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_tier | Yes | Desired appliance tier to model: 'spark' ($15,125 USD), 'station' ($194,093 USD), or 'b200' ($505,500 USD). | |
| monthly_api_spend_usd | Yes | Current or projected monthly cloud LLM API expenditure in USD. Must be a positive number greater than 0 (e.g. 2500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost_usd | Yes | Turnkey hardware cost in USD. | |
| target_system | Yes | Name of the target appliance platform. | |
| break_even_months | Yes | Calculated CapEx payback horizon in months. | |
| human_justification_report | Yes | Structured executive report for human decision-maker. |