{% if show_run %}{% endif %} {% if show_run %}{% endif %} {% for record in records %} {% if show_run %} {% endif %} {% else %} {% endfor %}
Time Endpoint ModelRunStatus Duration TPS Tokens Cost Signals Preview
#{{ record.id }} {{ record.method }}{{ record.endpoint }} {{ record.model }} {% if record.model_route %} {{ record.model_route }} {% endif %} {% if record.task_run %} {{ record.task_run.name }} {% else %} - {% endif %} {{ record.status | default('pending', true) }} {% if record.duration_is_elapsed %} {{ record.duration_display_ms | duration_ms }} so far {% else %} {{ record.duration_display_ms | duration_ms }} {% endif %} {{ record.tokens_per_second | compact_rate }}
{{ '~' if record.tokens.input_estimated else '' }}{{ record.tokens.input | compact_number }}{{ 'Est. input' if record.tokens.input_estimated else 'Input' }} {{ record.tokens.output | compact_number }}Output {{ record.tokens.total | compact_number }}Total
{{ record.cost_usd | usd }} {% if record.billing_provider %} {{ record.billing_provider }} {% endif %} {% if record.is_stream %}Stream{% endif %} {% if record.has_images %}Image{% endif %} {% if record.has_tool_calls %}Tool{% endif %} {% if record.error %}Error{% endif %} {{ record.preview | preview | safe }}
No captured requests yet.
{% if pagination %}
Showing {{ pagination.start | compact_number }}-{{ pagination.end | compact_number }} of {{ pagination.total | compact_number }} {{ pagination.per_page }} per page
{% endif %}