PRICING ENGINE

Pricing Calculator Logic

Transparent arbitrage pricing by input/output token usage and route tier selection.

monthly_cost = (input_tokens / 1_000_000) * input_rate
             + (output_tokens / 1_000_000) * output_rate
             + route_multiplier

savings_ratio = 1 - (seekapi_cost / baseline_cost)

SeekAPI exposes rate assumptions, route multipliers, and billing boundaries so finance and engineering can audit costs in the same model.