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

no usage recorded yet.

{% endif %}
{% endblock %}