| {{ m.model }} |
{{ m.request_count }} |
{{ "{:,}".format(m.total_input_tokens | default(0) | int) }}{% if m.total_input_cost %} (${{ "%.4f" | format(m.total_input_cost | float) }}){% endif %} |
{{ "{:,}".format(m.total_output_tokens | default(0) | int) }}{% if m.total_output_cost %} (${{ "%.4f" | format(m.total_output_cost | float) }}){% endif %} |
{{ "{:,}".format(m.total_cached_tokens | default(0) | int) }}{% if m.total_cached_cost %} (${{ "%.4f" | format(m.total_cached_cost | float) }}){% endif %} |
{{ "{:,}".format(m.total_tokens | default(0) | int) }} |
${{ "%.4f" | format(m.total_cost | default(0) | float) }} |
{{ "%.0f" | format(m.avg_duration_ms | default(0) | float) }}ms |
{% endfor %}