{% extends "base.html" %} {% block title %}thirdeye — usage {{ sid }}{% endblock %} {% block content %} session usage {{ sid }} · {{ platform }} events {{ aggregate.event_count }} bytes {{ aggregate.bytes_compressed }} {% if rows %} seq model input output total ts {% for row in rows %} {{ row.seq }} {{ row.model }} {{ row.input_tokens }} {{ row.output_tokens }} {{ row.total_tokens }} {{ row.ts }} {% endfor %} {% else %} no usage recorded yet. {% endif %} {% endblock %}
{{ sid }} · {{ platform }}
no usage recorded yet.