{#if models.length === 0 && keys.length === 0}

No models configured. Using environment defaults.

{:else} {#if allActive}
All keys available
{:else if allExhausted}
All keys exhausted — waiting for refresh
{:else if someExhausted}
Fallback active ({activeKeys}/{totalKeys} keys available)
{/if} {#if currentModel}

Current Model

{currentModel}

{/if} {#if uniqueTags.length > 0}

Tags

{#each uniqueTags as tag (tag)} {tag} {/each}
{/if} {#if keys.length > 0}

API Keys

{/if} {/if}