{% if show_run %}{% endif %} {% if show_run %}{% endif %} {% for record in records %} {% if show_run %} {% endif %} {% else %} {% endfor %}
Time Endpoint ModelRunStatus Duration TPS Tokens Signals Preview
#{{ record.id }}{{ record.created_at }} {{ 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) }} {{ record.duration_ms | duration_ms }} {{ record.tokens_per_second | compact_rate }}
{{ record.tokens.input | compact_number }}Input {{ record.tokens.output | compact_number }}Output {{ record.tokens.total | compact_number }}Total
{% 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.