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() {