{% extends "base.html" %} {% block content %}

Model routing ladder

{% for profile, available in availability %} {% else %} {% endfor %}
ProfileQuality tierCost / 1k tokensAvailability
{{ profile.name }} {{ profile.quality_tier }} {{ "%.4f" | format(profile.cost_per_1k_tokens) }} {{ "available" if available else "unavailable" }}
No profiles configured.
{% endblock %}