AWS Blogs 09月19日
DeepSeek-V3.1模型在Amazon Bedrock上推出,提升AI应用能力
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

Amazon Bedrock现已全面支持DeepSeek-V3.1模型,这是一款混合开源权重模型,能在思考模式(逐步分析)和非思考模式(直接响应)间切换,以优化响应速度和质量。相较于之前的DeepSeek-R1,DeepSeek-V3.1在复杂搜索任务的多步推理能力、思考效率以及工具使用和代理任务性能上均有显著提升,并在超过100种语言上表现出色,尤其擅长低资源语言。该模型适用于代码生成、代理AI工具和企业级应用,并可利用Amazon Bedrock的保护措施确保安全部署。

💡 **混合模式的智能提升**: DeepSeek-V3.1引入了创新的混合权重模型设计,能够根据任务需求在“思考模式”(如链式思考,用于详细的逐步分析)和“非思考模式”(直接提供答案)之间智能切换。这种灵活性显著提升了模型在处理复杂搜索任务时的多步推理能力和思考效率,同时在需要快速响应的场景下也能提供更快的服务。

🚀 **性能的飞跃式进步**: 与DeepSeek-R1-0528相比,DeepSeek-V3.1在多项基准测试中取得了显著的性能提升,尤其在Browsecomp(30.0 vs 8.9)、Browsecomp_zh(49.2 vs 35.7)、xbench-DeepSearch(71.2 vs 55.0)以及Terminal-Bench(31.3 vs 5.7)等任务上表现尤为突出。这些改进使其在工具使用和代理任务方面更加强大。

🌍 **强大的多语言支持**: DeepSeek-V3.1模型能够支持超过100种语言,并且在低资源语言方面也取得了显著的进步,即使在缺乏大规模单语或平行语料库的情况下也能达到近乎母语的熟练度。这为构建全球化的AI应用,提供更准确、更少幻觉的体验奠定了基础。

🛠️ **关键应用领域**: 该模型在代码生成方面表现出色,特别适合自动化代码生成、调试和软件工程工作流。同时,其增强的工具调用能力使其成为构建自主AI系统的理想选择,适用于代理AI工具和企业级应用,能够提升用户交互并支持客户服务流程。

In March, Amazon Web Services (AWS) became the first cloud service provider to deliver DeepSeek-R1 in a serverless way by launching it as a fully managed, generally available model in Amazon Bedrock. Since then, customers have used DeepSeek-R1’s capabilities through Amazon Bedrock to build generative AI applications, benefiting from the Bedrock’s robust guardrails and comprehensive tooling for safe AI deployment.

Today, I am excited to announce DeepSeek-V3.1 is now available as a fully managed foundation model in Amazon Bedrock. DeepSeek-V3.1 is a hybrid open weight model that switches between thinking mode (chain-of-thought reasoning) for detailed step-by-step analysis and non-thinking mode (direct answers) for faster responses.

According to DeepSeek, the thinking mode of DeepSeek-V3.1 achieves comparable answer quality with better results, stronger multi-step reasoning for complex search tasks, and big gains in thinking efficiency compared with DeepSeek-R1-0528.

BenchmarksDeepSeek-V3.1DeepSeek-R1-0528
Browsecomp30.08.9
Browsecomp_zh49.235.7
HLE29.824.8
xbench-DeepSearch71.255.0
Frames83.782.0
SimpleQA93.492.3
Seal042.629.7
SWE-bench Verified66.044.6
SWE-bench Multilingual54.530.5
Terminal-Bench31.35.7
(c) https://api-docs.deepseek.com/news/news250821

DeepSeek-V3.1 model performance in tool usage and agent tasks has significantly improved through post-training optimization compared to previous DeepSeek models. DeepSeek-V3.1 also supports over 100 languages with near-native proficiency, including significantly improved capability in low-resource languages lacking large monolingual or parallel corpora. You can build global applications to deliver enhanced accuracy and reduced hallucinations compared to previous DeepSeek models, while maintaining visibility into its decision-making process.

Here are your key use cases using this model:

    Code generation – DeepSeek-V3.1 excels in coding tasks with improvements in software engineering benchmarks and code agent capabilities, making it ideal for automated code generation, debugging, and software engineering workflows. It performs well on coding benchmarks while delivering high-quality results efficiently.Agentic AI tools – The model features enhanced tool calling through post-training optimization, making it strong in tool usage and agentic workflows. It supports structured tool calling, code agents, and search agents, positioning it as a solid choice for building autonomous AI systems.Enterprise applications – DeepSeek models are integrated into various chat platforms and productivity tools, enhancing user interactions and supporting customer service workflows. The model’s multilingual capabilities and cultural sensitivity make it suitable for global enterprise applications.

As I mentioned in my previous post, when implementing publicly available models, give careful consideration to data privacy requirements when implementing in your production environments, check for bias in output, and monitor your results in terms of data security, responsible AI, and model evaluation.

You can access the enterprise-grade security features of Amazon Bedrock and implement safeguards customized to your application requirements and responsible AI policies with Amazon Bedrock Guardrails. You can also evaluate and compare models to identify the optimal model for your use cases by using Amazon Bedrock model evaluation tools.

Get started with the DeepSeek-V3.1 model in Amazon Bedrock
If you’re new to using the DeepSeek-V3.1 model, go to the Amazon Bedrock console, choose Model access under Bedrock configurations in the left navigation pane. To access the fully managed DeepSeek-V3.1 model, request access for DeepSeek-V3.1 in the DeepSeek section. You’ll then be granted access to the model in Amazon Bedrock.

Next, to test the DeepSeek-V3.1 model in Amazon Bedrock, choose Chat/Text under Playgrounds in the left menu pane. Then choose Select model in the upper left, and select DeepSeek as the category and DeepSeek-V3.1 as the model. Then choose Apply.

Using the selected DeepSeek-V3.1 model, I run the following prompt example about technical architecture decision.

Outline the high-level architecture for a scalable URL shortener service like bit.ly. Discuss key components like API design, database choice (SQL vs. NoSQL), how the redirect mechanism works, and how you would generate unique short codes.

You can turn the thinking on and off by toggling Model reasoning mode to generate a response’s chain of thought prior to the final conclusion.

You can also access the model using the AWS Command Line Interface (AWS CLI) and AWS SDK. This model supports both the InvokeModel and Converse API. You can check out a broad range of code examples for multiple use cases and a variety of programming languages.

To learn more, visit DeepSeek model inference parameters and responses in the AWS documentation.

Now available
DeepSeek-V3.1 is now available in the US West (Oregon), Asia Pacific (Tokyo), Asia Pacific (Mumbai), Europe (London), and Europe (Stockholm) AWS Regions. Check the full Region list for future updates. To learn more, check out the DeepSeek in Amazon Bedrock product page and the Amazon Bedrock pricing page.

Give the DeepSeek-V3.1 model a try in the Amazon Bedrock console today and send feedback to AWS re:Post for Amazon Bedrock or through your usual AWS Support contacts.

Channy

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

DeepSeek-V3.1 Amazon Bedrock AI模型 云服务 生成式AI 多语言支持 代码生成 代理AI DeepSeek-R1
相关文章