{t('Special billing expression')}
{t('View details')}
{stripTrailingZeros(entry.formatted)}
/ {tokenUnitLabel} {t('tokens')} {dynamicSummary.tierCount > 1 && ` · ${t('{{count}} tiers', { count: dynamicSummary.tierCount, })}`}
{stripTrailingZeros( formatRequestPrice( props.model, props.options.showRechargePrice, props.options.priceRate, props.options.usdExchangeRate, props.options.selectedGroup ) )}
/ {t('request')}
{stripTrailingZeros( formatPrice( props.model, props.priceType, props.options.tokenUnit, props.options.showRechargePrice, props.options.priceRate, props.options.usdExchangeRate, props.options.selectedGroup ) )}
/ {tokenUnitLabel} {t('tokens')}
{model.model_name}
{model.vendor_name || model.description || (isTokenBasedModel(model) ? t('Token-based') : t('Per Request'))}