Route Registry
Exact routes win first; prefix routes must end with *.
| Incoming model | Match type | Route upstream URL | Send as model | Provider | Fallback | Priority | Status | Actions |
|---|---|---|---|---|---|---|---|---|
{{ route.model }}{{ route.source | default("settings", true) | title }} |
{{ route.match_type }} | {{ route.upstream_url }} |
{{ route.upstream_model }} |
{{ route.provider_name | default(route.provider_slug | default("Auto", true), true) }} | {{ "Override" if route.override_fallback else "Default" }} | {{ route.priority }} | {{ badges.status_badge("Active" if route.active else "Inactive") }} | {% if route.editable %} {% else %} Locked {% endif %} |
| No model routes are configured. | ||||||||