{ if (val) onModelChange(val); }} >
{label} {modelLabel} {#if modelMeta} {/if}
{#each groups as group (group.value)} {group.label} {#each group.models as mo (mo.value)}
{mo.label} {#if mo.resolution && mo.resolution !== 'varies'} {mo.resolution}{mo.update ? ` · updated ${mo.update}` : ''} {:else if mo.value === 'best_match'} {m.model_automatic_selection()} {/if}
{/each}
{/each}