{% extends "base.html" %} {% block title %}Overview - Janus{% endblock %} {% block overview_active %}bg-gray-700 text-white{% endblock %} {% block content %}
System
{% if alert_summary == 'ok' %}All clear
{% elif alert_summary == 'warning' %}Attention needed
{% else %}Action required
{% endif %}In flight
{{ live_inflight }}
Today's spend
${{ "%.4f"|format(today_cost) }}
Budget
{% if global_budget %}{{ "%.0f"|format(global_budget.pct_used) }}%
{% else %}Not set
{% endif %}Cooldowns
{{ cooldown_count }}
Providers
{{ provider_count }}
Point OpenCode, Cursor, Claude Code, or any OpenAI-compatible client here.
{{ base_url }}
Total Requests
{{ stats.total_requests }}
Input Tokens
{{ "{:,}".format(stats.total_input_tokens) }}
Output Tokens
{{ "{:,}".format(stats.total_output_tokens) }}
Enabled Providers
{{ provider_count }}
No global budget set. Create one
{% endif %}No combos configured. Create one
{% endif %}