{#snippet providerDisplay(providerValue: string)} {@const providerPricing = getProviderPricing(providerValue)}
{getProviderName(providerValue)}
{#if providerPricing} In: {providerPricing.input} • Out: {providerPricing.output} {/if}
{/snippet}