8000 💄 style: Update deepseek V3 model (#5199) · lobehub/lobe-chat@868f556 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 868f556

Browse files
💄 style: Update deepseek V3 model (#5199)
* Update deepseek.ts Update Deepseek V3 and description from deepseek official WeChat Pricing has not been updated yet; it needs to be updated in 45 days * Update deepseek.ts Update deepseek price
1 parent 0533150 commit 868f556

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/config/modelProviders/deepseek.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ const DeepSeek: ModelProviderCard = {
66
{
77
contextWindowTokens: 65_536,
88
description:
9-
'融合通用与代码能力的全新开源模型, 不仅保留了原有 Chat 模型的通用对话能力和 Coder 模型的强大代码处理能力,还更好地对齐了人类偏好。此外,DeepSeek-V2.5 在写作任务、指令跟随等多个方面也实现了大幅提升。',
10-
displayName: 'DeepSeek V2.5',
9+
'最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。',
10+
displayName: 'DeepSeek V3',
1111
enabled: true,
1212
functionCall: true,
1313
id: 'deepseek-chat',
1414
pricing: {
15-
cachedInput: 0.1,
15+
cachedInput: 0.5,
1616
currency: 'CNY',
17-
input: 1,
18-
output: 2,
17+
input: 2,
18+
output: 8,
1919
},
20-
releasedAt: '2024-09-05',
20+
releasedAt: '2024-12-26',
2121
},
2222
],
2323
checkModel: 'deepseek-chat',
2424
description:
25-
'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V2.5 融合了通用对话和代码处理能力,并在人类偏好对齐、写作任务和指令跟随等方面实现了显著提升。',
25+
'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。',
2626
id: 'deepseek',
2727
modelList: { showModelFetcher: true },
2828
modelsUrl: 'https://platform.deepseek.com/api-docs/zh-cn/quick_start/pricing',

0 commit comments

Comments
 (0)
0