{% extends "base.html" %} {% block title %}Statistics - OpenRouter Monitor{% endblock %} {% block content %}
Showing {{ stats|length }} results
| Date | API Key | Model | Requests | Prompt Tokens | Completion Tokens | Total Tokens | Cost |
|---|---|---|---|---|---|---|---|
| {{ stat.date }} | {{ stat.api_key_name }} | {{ stat.model }} | {{ stat.requests }} | {{ stat.prompt_tokens }} | {{ stat.completion_tokens }} | {{ stat.total_tokens }} | ${{ stat.cost | round(4) }} |
| No data found for the selected filters. | |||||||