{% extends "base.html" %} {% block content %}
| Profile | Quality tier | Cost / 1k tokens | Availability |
|---|---|---|---|
| {{ profile.name }} | {{ profile.quality_tier }} | {{ "%.4f" | format(profile.cost_per_1k_tokens) }} | {{ "available" if available else "unavailable" }} |
| No profiles configured. | |||