{% extends "base.html" %} {% block content %}

OpenAI-compatible traffic

Request Browser

{{ stats.total }}Total {{ stats.streams }}Streams {{ stats.images }}Images {{ stats.tools }}Tools
Reset {% for item in endpoints %} {% endfor %}
{% for record in records %} {% else %} {% endfor %}
Time Endpoint Model Status Duration Tokens Signals Preview
#{{ record.id }}{{ record.created_at }} {{ record.method }}{{ record.endpoint }} {{ record.model }} {{ record.status | default('pending', true) }} {{ record.duration_ms | default('-', true) }} ms
{{ record.tokens.input | default('-', true) }}Input {{ record.tokens.output | default('-', true) }}Output {{ record.tokens.total | default('-', true) }}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.
{% endblock %}