{% extends "base.html" %} {% block title %}Routing - Janus{% endblock %} {% block routing_active %}bg-gray-700 text-white{% endblock %} {% block content %}
{{ overview.rotation_note }}
Gateway provider {{ provider.id }} · inventory {{ provider.inventory_provider_id }}
{{ provider.account_count }} routable account(s)
{% if provider.models %}Models: {{ provider.models | join(', ') }}
{% endif %}{{ account.key_masked }}
{% if account.key_label %}
{{ account.key_label }}
{% endif %}
priority {{ account.priority }}
{% if account.source == 'config' %}
static config
{% endif %}
account {{ account.account_id }}
${{ "%.2f"|format(account.credits_remaining) }}
{% endif %} {% if account.cooldown_active %}cooldown ~{{ account.cooldown_seconds | int }}s
{% else %}available
{% endif %}When a client sends model: "combo-name", models are tried left-to-right.
{{ model }}
{% if not loop.last %}
→ fallback
{% endif %}