{#if 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 importError} {/if} {#if importSuccess}
Imported credentials for {importSuccess}
{/if} {#if keys.length > 0}

API Keys

{/if} {/if} {#if showKeyModal} {/if}