+
{t('模型倍率')}:{record.quota_type === 0 ? text : t('无')}
-
-
-
+
+
{t('补全倍率')}:
{record.quota_type === 0 ? completionRatio : t('无')}
-
-
-
+
+
{t('分组倍率')}:{groupRatio[selectedGroup]}
-
- >
+
+
);
- return
+
+ {t('提示')} ${inputRatioPrice.toFixed(3)} / 1M tokens
+
+
+ {t('补全')} ${completionRatioPrice.toFixed(3)} / 1M tokens
+
+
);
} else {
let price = parseFloat(text) * groupRatio[selectedGroup];
content = (
- <>
- ${t('模型价格')}:${price}
- >
+