diff --git a/web/default/src/features/pricing/index.tsx b/web/default/src/features/pricing/index.tsx index 945d562ce..f7ba17169 100644 --- a/web/default/src/features/pricing/index.tsx +++ b/web/default/src/features/pricing/index.tsx @@ -203,8 +203,11 @@ export function Pricing() { {/* Header */}

- {t('Pricing')} + {t('Pricing')}

+

+ {t('Transparent pricing for all models, pay only for what you use')} +

{/* Search + Filters */} diff --git a/web/default/src/i18n/locales/zh.json b/web/default/src/i18n/locales/zh.json index 0e3999cea..11ef6696b 100644 --- a/web/default/src/i18n/locales/zh.json +++ b/web/default/src/i18n/locales/zh.json @@ -3114,6 +3114,7 @@ "Prices synced successfully": "价格同步成功", "Prices vary by usage tier and request conditions": "价格根据用量档位和请求条件动态调整", "Pricing": "定价", + "Transparent pricing for all models, pay only for what you use": "所有模型透明定价,按需付费", "Pricing & Display": "定价与显示", "Pricing by Group": "按分组定价", "Pricing Configuration": "定价配置",