{{ title }}

Generated {{ generated }} ยท metadata-only local report

{% for card in cards %}
{{ card.label }} {{ card.value }}
{% endfor %}

Charts

{% for chart in charts %}
{{ chart.heading }}

{{ chart.heading }}

{{ chart.description }}

{% endfor %}
{% for table in tables %}

{{ table.heading }}

{% if table.note %}

{{ table.note }}

{% endif %} {% if table.pricing_source %}

Estimated from the {{ table.pricing_source }} using per-request USD-per-million-token API rates, including logged fast mode, cache categories, and model-specific long-context tiers when available. These are API-equivalent estimates, not subscription or credit spend. Unknown historical speed uses a marked standard-rate fallback; discounts and batch pricing are not included. {% if table.unmatched_models %} Unmatched model IDs: {{ table.unmatched_models | join(", ") }}. {% endif %}

{% endif %} {% for header in table.headers %}{% endfor %} {% for row in table.rows %} {% for value in row %}{% endfor %} {% endfor %}
{{ header }}
{{ value }}
{% endfor %}