{# Cost-breakdown rows. T12: this partial is now included inside the 05 / RECOMMENDATION + COST section -- it no longer renders its own
+ section number, so the recommendation wrapper provides the heading. The previous v0.1.0 markup is kept in spirit but downgraded to an h4 sub-heading. #} {% set rec = (report.synthesis_result.recommendation if report.synthesis_result else None) %} {% if rec and rec.primary_library and rec.primary_library != 'unknown' %}

Cost estimate at scale

Based on observed signals and current market rates for proxy and tooling. Verify with replay testing before committing to client pricing.

{{ rec.primary_library }} (free, OSS) library license: typically MIT / BSD
$0 included
{% if rec.proxy_type and rec.proxy_type != 'none' %}
{{ rec.proxy_type | capitalize }} proxy per-GB billing typical for {{ rec.proxy_type }} pools
{{ rec.cost_band_low_usd | format_money }} – {{ rec.cost_band_high_usd | format_money }} per {{ rec.cost_unit_count }} requests
{% endif %}
Total estimate per {{ rec.cost_unit_count }} requests
{{ rec.cost_band_low_usd | format_money }} – {{ rec.cost_band_high_usd | format_money }} per {{ rec.cost_unit_count }} req
{% endif %}