Settings Areas
Primary registries now live on focused tabs.
Primary registries now live on focused tabs.
Showing {{ model_routes | length }} of {{ model_routes | length }} configured routes.
| Source | Incoming model | Match | Route upstream URL | Send as model | Provider | Compatibility fixes | API key | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ "Settings" if route.editable else "Startup" }} | {{ route.model }} |
{{ route.match_type }} | {{ route.upstream_url }} |
{{ route.upstream_model }} |
{{ route.provider_name | default(route.provider_slug | default("Auto", true), true) }} | {% if route.fixes %}{{ route.fixes | join(", ") }}{% else %}Default{% endif %} |
{{ route.api_key_state }} {% if route.api_key_env %}{{ route.api_key_env }}{% endif %} | {{ badges.status_badge("Active" if route.active else "Inactive") }} | {% if route.editable %} {% else %} Locked {% endif %} |
| No model routes are configured. | |||||||||