首页定价预览改为实际模型:DeepSeek-V4/Flash + MiniMax-M2.1/M2.5

This commit is contained in:
wangxiaoji 2026-07-28 09:46:38 +08:00
parent c2b00265e3
commit 2bbdae1bf5
1 changed files with 4 additions and 4 deletions

View File

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