+ + + + + + + {{ m.name }} + + {{ m.platform || section.platform }} + {{ m.pricing?.billing_mode || 'token' }} + + + + + + + + + + + {{ unitPriceTitle(m) }} + + {{ entry.label }} + + + + + + + 原始 + {{ unitPriceDisplay(entry.value) }} + + + + 实际 + + + + + {{ cnyUnitPriceDisplay(effectiveUnitCnyPrice(entry.value)) }} + + + + + + + + + 输入价格 / 1M tokens + + + 原始 + {{ priceDisplay(averagePrice(m.pricing?.input_price ?? null, m.pricing?.intervals, 'input_price')) }} + + + + 实际 + + + + + {{ effectiveCnyPriceDisplay(m, 'input_price') }} + + + + + 输出价格 / 1M tokens + + + 原始 + {{ priceDisplay(averagePrice(m.pricing?.output_price ?? null, m.pricing?.intervals, 'output_price')) }} + + + + 实际 + + + + + {{ effectiveCnyPriceDisplay(m, 'output_price') }} + + + + + {{ priceFoot(m) }} +