{# Plan 61/2b W2 — "Aliases" tab body of /admin/llm. Lifted from `admin/pages/llm_aliases.html` body. #} {% from 'admin/components/ui.html' import card, input, textarea, modal, empty_state, tooltip %}
Named tier slots used by the resolver. Agents request a model as alias:<name>; the gateway picks a concrete model from the alias's tier — explicit fallback_order first, then cheapest in tier.
| Name | Tier | Fallback order {{ tooltip('Order in which providers are tried. First success wins; failures auto-fall-through.') }} | Resolves to | Description | Actions |
|---|---|---|---|---|---|
| cheapest in tier |
Used by agents as alias:<name>. Lowercase, alnum + underscore.
Resolver tries these in order; missing entries are silently skipped. Empty list = cheapest in tier.
will be removed. Agents requesting this alias will receive a 404 from the resolver.