| Time | Provider | Model | Tags | Latency | Tokens (in/out) | Cost | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{r.created_at}} | {{r.provider}} | {{r.model}} | {% if r.tags %} {% for t in (r.tags|replace('[','')|replace(']','')|replace('"','') ).split(',') %} {{t.strip()}} {% endfor %} {% else %}-{% endif %} | {{r.latency_ms or '-'}} | {{r.input_tokens}} / {{r.output_tokens}} | {{'%.6f' % (r.total_cost_usd or 0.0)}} | {{'ok' if r.success else 'error'}} | View |