{% extends "base.html" %}
{% block content %}
OpenAI-compatible trafficRequest Browser
| 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. | |||||||