calculate_savings
Calculate estimated cost and latency savings from optimizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_calls | Yes | Current number of API calls | |
| avg_latency_ms | No | Average latency per call in ms | |
| optimized_calls | Yes | Optimized number of calls | |
| cost_per_call_usd | No | Cost per API call in USD |