{% extends "base.html" %} {% set active_nav = "costs" %} {% block title %}Costs - Distill{% endblock %} {% block content %}
Total spend: ${{ "%.2f"|format(total_spend) }}
| Topic | Cost | Runs |
|---|---|---|
| {{ topic_name }} | ${{ "%.2f"|format(cost) }} | {{ runs }} |
| Source | Cost | Runs |
|---|---|---|
| {{ source }} | ${{ "%.2f"|format(cost) }} | {{ runs }} |
| When | Command | Topic | Cost | Time | Videos |
|---|---|---|---|---|---|
| {{ entry.get('timestamp', '')|format_timestamp }} | {{ entry.get('command', 'unknown') }} | {% if meta.get('topic') %}{{ meta.topic }}{% else %}-{% endif %} | ${{ "%.2f"|format(entry.get('actual_cost', 0)|float) }} | {{ "%.1f"|format(entry.get('elapsed_seconds', 0)|float) }}s | {{ meta.get('videos_processed', '-') }} |
| No runs logged yet | |||||