Published
- 10 min read
[AI]DeepSeek-V3-0324 横空出世!这才是 V3 完全体!

DeepSeek-V3-0324 横空出世!这才是 V3 完全体!
DeepSeek 新版 V3 登场!Aider 多语言基准测试得分 55%,大幅提升。非思考/推理模型中排名第二,仅次于 Sonnet 3.7。V3 实力已可与 R1、o3-mini 等思考模型匹敌。
官方 API 文档版本:2025-03-24
deepseek-chat 模型升级为 DeepSeek-V3-0324:
- 推理更强了
- MMLU-Pro: 75.9 → 81.2 (+5.3)
- GPQA: 59.1 → 68.4 (+9.3)
- AIME: 39.6 → 59.4 (+19.8)
- LiveCodeBench: 39.2 → 49.2 (+10.0)
- Web 前端开发更溜了
- 代码更准了
- 生成的网页、游戏前端更好看了
- 中文写作更牛了
- 风格、内容都升级了
- 跟 R1 的写作风格看齐
- 写长文质量更高了
- 功能更多了
- 多轮对话改写更强
- 翻译、写信都优化了
- 中文搜索更准
- 报告分析更详细
- 函数调用 (Function Calling) 更稳了,之前 V3 的问题都修了
Hugging Face 文档也说了:
DeepSeek-V3-0324 比之前的 DeepSeek-V3 进步很大。
模型表现
- 推理能力
- 基准测试大幅提升:(数据同上)
- 前端开发
- 代码执行力提升
- 页面更美观
- 中文写作能力
- 风格内容双提升
- 和R1对齐
- 中长篇更好
- 功能增强
- 多轮重写
- 翻译/写信优化
- 中文搜索优化
- 报告分析更详细
- 函数调用
- 更准确
使用建议
-
系统 Prompt 在官方 DeepSeek 网页/应用里,系统 Prompt 都一样,带上日期。
该助手为DeepSeek Chat,由深度求索公司创造。今天是{current date}。例如:
该助手为DeepSeek Chat,由深度求索公司创造。今天是3月24日,星期一。 -
Temperature (温度) 官方环境里,$T_{model}$ 设成 0.3。因为很多人 API 调用时默认温度是 1.0,所以做了个映射,把 API 温度 $T_{api}$ 为 1.0 对应到模型温度 0.3。
公式:
- $T_{model} = T_{api} \times 0.3 \quad (0 \le T_{api} \le 1)$
- $T_{model} = T_{api} - 0.7 \quad (1 < T_{api} \le 2)$
所以,API 调用 V3 时,温度 1.0 就等于模型温度 0.3。
-
文件上传和网页搜索的 Prompts
文件上传,按这个模板来:
file_template = \"""[file name]: {file_name}[file content begin]{file_content}[file content end]{question}"""网页搜索,中文 Prompt:
search_answer_zh_template = \# 以下内容是基于用户发送的消息的搜索结果:{search_results}在我给你的搜索结果中,每个结果都是[webpage X begin]...[webpage X end]格式的,X代表每篇文章的数字索引。请在适当的情况下在句子末尾引用上下文。请按照引用编号[citation:X]的格式在答案中对应部分引用上下文。如果一句话源自多个上下文,请列出所有相关的引用编号,例如[citation:3][citation:5],切记不要将引用集中在最后返回引用编号,而是在答案对应部分列出。在回答时,请注意以下几点:- 今天是{cur_date}。- 并非搜索结果的所有内容都与用户的问题密切相关,你需要结合问题,对搜索结果进行甄别、筛选。- 对于列举类的问题(如列举所有航班信息),尽量将答案控制在10个要点以内,并告诉用户可以查看搜索来源、获得完整信息。优先提供信息完整、最相关的列举项;如非必要,不要主动告诉用户搜索结果未提供的内容。- 对于创作类的问题(如写论文),请务必在正文的段落中引用对应的参考编号,例如[citation:3][citation:5],不能只在文章末尾引用。你需要解读并概括用户的题目要求,选择合适的格式,充分利用搜索结果并抽取重要信息,生成符合用户要求、极具思想深度、富有创造力与专业性的答案。你的创作篇幅需要尽可能延长,对于每一个要点的论述要推测用户的意图,给出尽可能多角度的回答要点,且务必信息量大、论述详尽。- 如果回答很长,请尽量结构化、分段落总结。如果需要分点作答,尽量控制在5个点以内,并合并相关的内容。- 对于客观类的问答,如果问题的答案非常简短,可以适当补充一到两句相关信息,以丰富内容。- 你需要根据用户要求和回答内容选择合适、美观的回答格式,确保可读性强。- 你的回答应该综合多个相关网页来回答,不能重复引用一个网页。- 除非用户要求,否则你回答的语言需要和用户提问的语言保持一致。# 用户消息为:{question}英文 Prompt:
search_answer_en_template = \# The following contents are the search results related to the user's message:{search_results}In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of the answer.When responding, please keep the following points in mind:- Today is {cur_date}.- Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question.- For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary.- For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough.- If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content.- For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content.- Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability.- Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage.- Unless the user requests otherwise, your response should be in the same language as the user's question.# The user's message is:{question} -
本地运行方法和V3一样,去看DeepSeek-V3 的repo。
-
这模型支持函数调用、JSON 输出、FIM 补全,想用这些功能去看 DeepSeek-V2.5 的 repo,有提示词构造说明。
-
注意:Hugging Face 的 Transformers 还没直接支持。
许可
这仓库和模型权重都是 MIT 许可。
引用
@misc{deepseekai2024deepseekv3technicalreport, title={DeepSeek-V3 Technical Report}, author={DeepSeek-AI}, year={2024}, eprint={2412.19437}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2412.19437},}
个人看法:
- 扎克伯格估计要抓狂了,R1 还没抄完又来一个。
- Google 一直在挤牙膏,看起来不慌,多模态继续摆。
- 奥特曼肯定又得想新招骗钱,然后继续黑别人偷信息。
- 阿莫代有美国军工撑腰,不怕,但接下来估计又得说 V3 是蒸馏 Claude 的。
- 马斯克最近忙着搞政治,没空管。
- NVIDIA 长远看估计还是赢家。
- 牙膏厂们不急,肯定藏了不少东西,但 DeepSeek 开源免费,冲击他们了。Meta 估计越来越急了,没存货也没钱,接下来肯定像 R1 那样,一套组合拳。