From 2bbdae1bf5b9c613df1953463fa0cb7f5ddcb183 Mon Sep 17 00:00:00 2001 From: wxj Date: Tue, 28 Jul 2026 09:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AE=9A=E4=BB=B7=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E6=94=B9=E4=B8=BA=E5=AE=9E=E9=99=85=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=EF=BC=9ADeepSeek-V4/Flash=20+=20MiniMax-M2.1/M2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Home/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/pages/Home/index.jsx b/web/src/pages/Home/index.jsx index 91d9982..cffaf33 100644 --- a/web/src/pages/Home/index.jsx +++ b/web/src/pages/Home/index.jsx @@ -473,10 +473,10 @@ function Stats() { /* ═══════════════ SECTION 8: PRICING PREVIEW ═══════════════ */ const PRICING_MODELS = [ - { name: 'GPT-4o', input: '¥0.02/1K', output: '¥0.08/1K' }, - { name: 'Claude 3.5 Sonnet', input: '¥0.02/1K', output: '¥0.10/1K' }, - { name: 'Gemini 1.5 Pro', input: '¥0.01/1K', output: '¥0.05/1K' }, - { name: 'DeepSeek V3', input: '¥0.002/1K', output: '¥0.006/1K' }, + { name: 'deepseek-V4', input: '¥0.014/1K', output: '¥0.056/1K' }, + { name: 'deepseek-v4-Flash', input: '¥0.0028/1K', output: '¥0.011/1K' }, + { name: 'MiniMax-M2.1', input: '¥0.014/1K', output: '¥0.056/1K' }, + { name: 'MiniMax-M2.5', input: '¥0.017/1K', output: '¥0.067/1K' }, ]; function PricingPreview() {