{% extends "admin/base.html" %} {% from "partials/_macros.html" import pill, empty_state %} {% block page %}
{{ overview.tagline }}
Estimated USD saved by routing through brains versus running every
call against
{% if savings.baseline_model %}
{{ savings.baseline_model }}
{% else %}
the default tier
{% endif %}.
Powered by the static price catalog at brains.router.prices —
override per model via the runtime overlay under
savings.price_catalog.
| Routed model | Calls | Saved |
|---|---|---|
| {{ row.routed_model }} | {{ row.calls }} | ${{ "%.2f"|format(row.savings_usd) }} |
How brains classifies requests by quality & cost.
| Tier | Provider | Model |
|---|---|---|
{{ tier }} |
{{ pill(route.provider, tone='accent') }} | {{ route.model }} |
Which tier each named task is sent to.
| Task | Tier |
|---|---|
| {{ task }} | {{ tier }} |
Snapshot of who’s authorised to call the gateway.
Every admin-UI edit lands here. Secrets stay as ${ENV:NAME} refs.
{{ overview.overlay_path }}