{% if events %}
| Time | Model | Action | Routed to | Cost | Tokens |
|---|---|---|---|---|---|
| {{ e.timestamp.strftime('%m-%d %H:%M:%S') }} | {{ e.model[:30] }}{% if e.model|length > 30 %}…{% endif %} | {% if e.action_taken == 'blocked' %} blocked {% elif e.action_taken == 'redacted' %} redacted {% elif e.action_taken == 'routed' %} routed {% else %} allowed {% endif %} | {{ e.routed_to or '—' }} | {% if e.cost_usd %} ${{ "%.4f"|format(e.cost_usd) }} {% else %} — {% endif %} | {% set total_tok = (e.input_tokens or 0) + (e.output_tokens or 0) %} {% if total_tok %}{{ "{:,}".format(total_tok) }}{% else %}—{% endif %} |
No events yet
Start the gateway and make AI API calls to see activity here.