{% extends "base.html" %} {% block title %}{{ run.name }}{% endblock %} {% block content %}
No spans recorded yet.
{% endfor %}← Click a span to inspect it
| Span | Parent | Model | Tokens In | Tokens Out | Duration | Cost |
|---|---|---|---|---|---|---|
| {{ row.display_name }} | {{ row.parent_name or '—' }} | {{ row.model }} | {{ row.prompt_tokens }} | {{ row.completion_tokens }} | {{ row.duration_ms }}ms | {{ row.cost_usd | format_cost }} |
| Totals | {{ cost_rows|sum(attribute='prompt_tokens') }} | {{ cost_rows|sum(attribute='completion_tokens') }} | {{ total_cost_usd | format_cost }} | |||