{% extends "base.html" %}
{% block content %}
OpenAI-compatible trafficRequest Browser
| Time | Endpoint | Model | Status | Duration | Signals | Preview |
|---|---|---|---|---|---|---|
| #{{ record.id }}{{ record.created_at }} | {{ record.method }} {{ record.endpoint }} |
{{ record.model }} | {{ record.status | default('pending', true) }} | {{ record.duration_ms | default('-', true) }} ms | {% 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. | ||||||