{% extends "base.html" %} {% block title %}opencode-perf-stats — Discover{% endblock %} {% block content %}
Summarise TPS, TTFT, tokens & cost across many sessions over a date range or model.
Compare sessions, models, or date ranges side by side. Select 2–4 sessions below to get started.
Open the most recently updated session report with per-message charts.
| Session ID | Title | Agent | Model | Output | Cost | Updated | ||
|---|---|---|---|---|---|---|---|---|
| {{ s.id[:24] }}… | {{ s.title[:40] }} | {{ s.agent }} | {{ s.model_identity }} | {{ "{:,}".format(s.tokens_output) }} | ${{ "%.2f"|format(s.cost) }} | {{ s.updated[5:22] if s.updated != '—' else '—' }} | View |