No recorded measurements.
{% endfor %} {% if data.omitted %}Top {{ data.rows|length }} shown; {{ data.omitted }} more in the tables.{% endif %}| Date | {{ unit }} |
|---|---|
| {{ row.label }} | {{ '%.6g'|format(row.value) }} |
No recorded measurements.
{% endif %}No attributed memory measurements.
{% endif %}| Scope | Calls | Recorded tokens | Known charge (USD) | Priced / calls | Mean / p95 latency (ms) |
|---|---|---|---|---|---|
| {% if row.trace_url %}{{ row.label }}{% else %}{{ row.label }}{% endif %} | {{ row.calls }} | {{ row.total_tokens }}{% if row.unknown_usage_calls %} ยท {{ row.unknown_usage_calls }} unknown{% endif %} | {{ '$%.6f'|format(row.cost_usd|float) if row.cost_usd is not none else 'Unknown' }} | {{ row.priced_calls }} / {{ row.calls }} | {{ '%.1f / %.1f'|format(row.mean_latency_ms, row.p95_latency_ms) if row.mean_latency_ms is not none else 'Unknown' }} |
| No recorded calls in this window. | |||||
First 200 rows shown. Use filters or JSON export for the full bounded window.
{% endif %}