Skip to content

Commit

Permalink
💄 style: Update deepseek V3 model (#5199)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
PaperPlaneDeemo authored Dec 28, 2024
1 parent 0533150 commit 868f556
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config/modelProviders/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ const DeepSeek: ModelProviderCard = {
{
contextWindowTokens: 65_536,
description:
'融合通用与代码能力的全新开源模型, 不仅保留了原有 Chat 模型的通用对话能力和 Coder 模型的强大代码处理能力,还更好地对齐了人类偏好。此外,DeepSeek-V2.5 在写作任务、指令跟随等多个方面也实现了大幅提升。',
displayName: 'DeepSeek V2.5',
'最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。',
displayName: 'DeepSeek V3',
enabled: true,
functionCall: true,
id: 'deepseek-chat',
pricing: {
cachedInput: 0.1,
cachedInput: 0.5,
currency: 'CNY',
input: 1,
output: 2,
input: 2,
output: 8,
},
releasedAt: '2024-09-05',
releasedAt: '2024-12-26',
},
],
checkModel: 'deepseek-chat',
description:
'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V2.5 融合了通用对话和代码处理能力,并在人类偏好对齐、写作任务和指令跟随等方面实现了显著提升。',
'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。',
id: 'deepseek',
modelList: { showModelFetcher: true },
modelsUrl: 'https://platform.deepseek.com/api-docs/zh-cn/quick_start/pricing',
Expand Down

0 comments on commit 868f556

Please sign in to comment.