{% extends "base.html" %}
{% block title %}{{ agent_name }} — Usage{% endblock %}
{% block content %}
Usage
{% if current_user and current_user.is_admin %}
{% endif %}
By agent
| Agent |
Model |
Runs |
Input |
Output |
Total tokens |
Est. cost |
|
| Loading… |
Chat sessions
| Source |
Sessions |
Input |
Output |
Total tokens |
Est. cost |
| Loading… |
Cost estimates only available for runs recorded after the usage tracking feature was enabled.
Runs on free or unknown models show no cost.
{% endblock %}