Pricing
-Input: ${modelData.input_cost}/1M tokens
-Output: ${modelData.output_cost}/1M tokens
-Input: ${model.input_cost}/1M tokens
} + {showOutput &&Output: ${model.output_cost}/1M tokens
} + {hasPerSecond &&Output: {formatPerSecondCost(perSecond)}
} + {(model.output_cost_per_second_tiers ?? []).map(({ resolution, cost }) => ( ++ Output ({resolution}): {formatPerSecondCost(cost)} +
+ ))} +