Today, we are delighted to announce that DeepSeek R1 distilled Llama and Qwen models are available through Amazon Bedrock Marketplace and Amazon SageMaker JumpStart. With this launch, you can now release DeepSeek AI’s first-generation frontier model, DeepSeek-R1, in addition to the distilled variations ranging from 1.5 to 70 billion parameters to construct, experiment, and responsibly scale your generative AI concepts on AWS.
In this post, we show how to begin with DeepSeek-R1 on Amazon Bedrock Marketplace and SageMaker JumpStart. You can follow comparable steps to deploy the distilled variations of the models as well.
Overview of DeepSeek-R1
DeepSeek-R1 is a big language design (LLM) developed by DeepSeek AI that utilizes reinforcement discovering to enhance reasoning abilities through a multi-stage training procedure from a DeepSeek-V3-Base structure. A key differentiating feature is its support knowing (RL) action, which was used to improve the design’s actions beyond the standard pre-training and tweak process. By including RL, DeepSeek-R1 can adapt better to user feedback and objectives, eventually boosting both relevance and clearness. In addition, DeepSeek-R1 uses a chain-of-thought (CoT) approach, indicating it’s equipped to break down complicated queries and factor through them in a detailed manner. This directed thinking procedure permits the model to produce more accurate, transparent, and detailed responses. This design integrates RL-based fine-tuning with CoT abilities, aiming to generate structured responses while focusing on interpretability and user interaction. With its wide-ranging capabilities DeepSeek-R1 has actually captured the market’s attention as a flexible text-generation model that can be incorporated into different workflows such as agents, logical thinking and information analysis jobs.
DeepSeek-R1 utilizes a Mix of Experts (MoE) architecture and is 671 billion criteria in size. The MoE architecture allows activation of 37 billion parameters, making it possible for efficient reasoning by routing inquiries to the most relevant specialist “clusters.” This approach allows the model to concentrate on various issue domains while maintaining general efficiency. DeepSeek-R1 requires a minimum of 800 GB of HBM memory in FP8 format for reasoning. In this post, we will use an ml.p5e.48 xlarge instance to release the design. ml.p5e.48 xlarge comes with 8 Nvidia H200 GPUs offering 1128 GB of GPU memory.
DeepSeek-R1 distilled designs bring the reasoning capabilities of the main R1 design to more effective architectures based upon popular open models like Qwen (1.5 B, 7B, 14B, and 32B) and Llama (8B and 70B). Distillation describes a procedure of training smaller, more efficient designs to simulate the habits and thinking patterns of the larger DeepSeek-R1 design, utilizing it as a teacher design.
You can release DeepSeek-R1 design either through SageMaker JumpStart or Bedrock Marketplace. Because DeepSeek-R1 is an emerging design, we advise releasing this model with guardrails in location. In this blog site, we will utilize Amazon Bedrock Guardrails to present safeguards, prevent hazardous content, and evaluate models against essential security criteria. At the time of writing this blog site, for DeepSeek-R1 deployments on SageMaker JumpStart and Bedrock Marketplace, Bedrock Guardrails supports only the ApplyGuardrail API. You can create several guardrails tailored to different usage cases and use them to the DeepSeek-R1 design, improving user experiences and standardizing security controls throughout your generative AI applications.
Prerequisites
To release the DeepSeek-R1 design, you need access to an ml.p5e circumstances. To check if you have quotas for P5e, open the Service Quotas console and under AWS Services, pick Amazon SageMaker, and validate you’re utilizing ml.p5e.48 xlarge for endpoint usage. Make certain that you have at least one ml.P5e.48 xlarge instance in the AWS Region you are deploying. To request a limit boost, develop a limit boost request and reach out to your account team.
Because you will be releasing this model with Amazon Bedrock Guardrails, make certain you have the appropriate AWS Identity and Gain Access To Management (IAM) consents to use Amazon Bedrock Guardrails. For directions, see Set up consents to utilize guardrails for content filtering.
Implementing guardrails with the ApplyGuardrail API
Amazon Bedrock Guardrails allows you to present safeguards, avoid harmful material, and examine models against crucial security criteria. You can execute precaution for the DeepSeek-R1 design using the Amazon Bedrock ApplyGuardrail API. This enables you to use guardrails to assess user inputs and model responses released on Amazon Bedrock Marketplace and SageMaker JumpStart. You can develop a guardrail utilizing the Amazon Bedrock console or the API. For the example code to create the guardrail, see the GitHub repo.
The basic circulation involves the following steps: First, the system receives an input for the model. This input is then processed through the ApplyGuardrail API. If the input passes the guardrail check, it’s sent to the model for reasoning. After getting the model’s output, another guardrail check is applied. If the output passes this final check, it’s returned as the result. However, if either the input or output is intervened by the guardrail, a message is returned suggesting the nature of the intervention and whether it occurred at the input or output stage. The examples showcased in the following areas demonstrate inference using this API.
Deploy DeepSeek-R1 in Amazon Bedrock Marketplace
Amazon Bedrock Marketplace provides you access to over 100 popular, emerging, and specialized foundation models (FMs) through Amazon Bedrock. To gain access to DeepSeek-R1 in Amazon Bedrock, complete the following actions:
1. On the Amazon Bedrock console, pick Model brochure under Foundation designs in the navigation pane.
At the time of composing this post, you can use the InvokeModel API to invoke the design. It does not support Converse APIs and other Amazon Bedrock tooling.
- Filter for DeepSeek as a supplier and select the DeepSeek-R1 model.
The design detail page provides essential details about the design’s capabilities, prices structure, and implementation standards. You can discover detailed use guidelines, consisting of sample API calls and code snippets for combination. The design supports numerous text generation tasks, including material creation, code generation, and concern answering, utilizing its reinforcement discovering optimization and CoT reasoning capabilities.
The page also consists of release alternatives and licensing details to help you start with DeepSeek-R1 in your applications.
- To start utilizing DeepSeek-R1, pick Deploy.
You will be triggered to set up the deployment details for DeepSeek-R1. The model ID will be pre-populated.
- For Endpoint name, go into an endpoint name (between 1-50 alphanumeric characters).
- For Variety of instances, get in a number of circumstances (between 1-100).
- For type, select your instance type. For ideal efficiency with DeepSeek-R1, a GPU-based instance type like ml.p5e.48 xlarge is advised.
Optionally, you can set up advanced security and facilities settings, consisting of virtual private cloud (VPC) networking, service function permissions, and file encryption settings. For many utilize cases, the default settings will work well. However, for production deployments, you may wish to review these settings to align with your organization’s security and compliance requirements.
- Choose Deploy to begin using the design.
When the deployment is total, you can evaluate DeepSeek-R1’s abilities straight in the Amazon Bedrock play area.
- Choose Open in playground to access an interactive interface where you can experiment with various triggers and adjust design parameters like temperature and maximum length.
When using R1 with Bedrock’s InvokeModel and Playground Console, utilize DeepSeek’s chat template for optimal outcomes. For instance, material for reasoning.
This is an exceptional method to check out the design’s reasoning and text generation abilities before integrating it into your applications. The play area offers instant feedback, assisting you comprehend how the model reacts to various inputs and letting you tweak your triggers for optimal outcomes.
You can rapidly test the design in the play ground through the UI. However, to invoke the released model programmatically with any Amazon Bedrock APIs, you need to get the endpoint ARN.
Run inference using guardrails with the deployed DeepSeek-R1 endpoint
The following code example demonstrates how to carry out inference using a released DeepSeek-R1 model through Amazon Bedrock utilizing the invoke_model and gratisafhalen.be ApplyGuardrail API. You can create a guardrail utilizing the Amazon Bedrock console or the API. For the example code to develop the guardrail, see the GitHub repo. After you have developed the guardrail, utilize the following code to execute guardrails. The script initializes the bedrock_runtime customer, configures reasoning specifications, and sends out a demand to generate text based on a user prompt.
Deploy DeepSeek-R1 with SageMaker JumpStart
SageMaker JumpStart is an artificial intelligence (ML) center with FMs, integrated algorithms, and prebuilt ML services that you can release with simply a couple of clicks. With SageMaker JumpStart, you can tailor pre-trained models to your usage case, with your data, and deploy them into production utilizing either the UI or SDK.
Deploying DeepSeek-R1 design through SageMaker JumpStart provides two hassle-free techniques: using the user-friendly SageMaker JumpStart UI or executing programmatically through the SageMaker Python SDK. Let’s check out both approaches to assist you select the method that best matches your needs.
Deploy DeepSeek-R1 through SageMaker JumpStart UI
Complete the following steps to release DeepSeek-R1 using SageMaker JumpStart:
1. On the SageMaker console, select Studio in the navigation pane.
- First-time users will be triggered to develop a domain.
- On the SageMaker Studio console, choose JumpStart in the navigation pane.
The model browser shows available designs, with details like the provider name and design abilities.
4. Search for DeepSeek-R1 to see the DeepSeek-R1 model card.
Each design card shows key details, including:
- Model name
- Provider name
- Task category (for instance, Text Generation).
Bedrock Ready badge (if suitable), indicating that this design can be registered with Amazon Bedrock, enabling you to utilize Amazon Bedrock APIs to conjure up the design
5. Choose the model card to see the design details page.
The design details page consists of the following details:
- The model name and service provider details.
Deploy button to deploy the model.
About and Notebooks tabs with detailed details
The About tab includes important details, such as:
- Model description.
- License details.
- Technical requirements.
- Usage guidelines
Before you release the design, it’s advised to evaluate the design details and license terms to validate compatibility with your use case.
6. Choose Deploy to continue with implementation.
7. For Endpoint name, utilize the automatically generated name or create a customized one.
- For example type ¸ select an instance type (default: ml.p5e.48 xlarge).
- For Initial instance count, go into the variety of instances (default: 1).
Selecting appropriate instance types and counts is vital for cost and efficiency optimization. Monitor your release to adjust these settings as needed.Under Inference type, Real-time inference is chosen by default. This is enhanced for sustained traffic and low latency.
- Review all configurations for precision. For this design, we strongly suggest sticking to SageMaker JumpStart default settings and making certain that network isolation remains in location.
- Choose Deploy to release the design.
The deployment process can take a number of minutes to finish.
When release is total, your endpoint status will alter to InService. At this moment, the design is all set to accept reasoning requests through the endpoint. You can monitor the implementation progress on the SageMaker console Endpoints page, which will show pertinent metrics and status details. When the deployment is total, you can invoke the model utilizing a SageMaker runtime customer and incorporate it with your applications.
Deploy DeepSeek-R1 using the SageMaker Python SDK
To get begun with DeepSeek-R1 using the SageMaker Python SDK, you will require to install the SageMaker Python SDK and make certain you have the needed AWS authorizations and environment setup. The following is a detailed code example that shows how to release and use DeepSeek-R1 for reasoning programmatically. The code for releasing the model is supplied in the Github here. You can clone the note pad and range from SageMaker Studio.
You can run additional demands against the predictor:
Implement guardrails and run reasoning with your SageMaker JumpStart predictor
Similar to Amazon Bedrock, you can also use the ApplyGuardrail API with your SageMaker JumpStart predictor. You can develop a guardrail utilizing the Amazon Bedrock console or the API, and execute it as shown in the following code:
Clean up
To prevent unwanted charges, finish the actions in this section to clean up your resources.
Delete the Amazon Bedrock Marketplace deployment
If you deployed the model utilizing Amazon Bedrock Marketplace, total the following steps:
1. On the Amazon Bedrock console, under Foundation designs in the navigation pane, pick Marketplace releases.
- In the Managed implementations section, locate the endpoint you desire to delete.
- Select the endpoint, and on the Actions menu, choose Delete.
- Verify the endpoint details to make certain you’re erasing the proper implementation: 1. Endpoint name.
- Model name.
- Endpoint status
Delete the SageMaker JumpStart predictor
The SageMaker JumpStart design you deployed will sustain costs if you leave it running. Use the following code to erase the endpoint if you wish to stop sustaining charges. For more details, see Delete Endpoints and Resources.
Conclusion
In this post, we explored how you can access and deploy the DeepSeek-R1 model using Bedrock Marketplace and SageMaker JumpStart. Visit SageMaker JumpStart in SageMaker Studio or Amazon Bedrock Marketplace now to begin. For more details, refer to Use Amazon Bedrock tooling with Amazon SageMaker JumpStart designs, SageMaker JumpStart pretrained models, Amazon SageMaker JumpStart Foundation Models, Amazon Bedrock Marketplace, and Getting begun with Amazon SageMaker JumpStart.
About the Authors
Vivek Gangasani is a Lead Specialist Solutions Architect for Inference at AWS. He assists emerging generative AI companies construct innovative solutions using AWS services and accelerated calculate. Currently, he is focused on establishing techniques for fine-tuning and optimizing the reasoning efficiency of big language models. In his downtime, Vivek delights in treking, seeing films, and trying different cuisines.
Niithiyn Vijeaswaran is a Generative AI Specialist Solutions Architect with the Third-Party Model Science team at AWS. His area of focus is AWS AI accelerators (AWS Neuron). He holds a Bachelor’s degree in Computer Science and Bioinformatics.
Jonathan Evans is an Expert Solutions Architect dealing with generative AI with the Third-Party Model Science group at AWS.
Banu Nagasundaram leads product, engineering, and strategic partnerships for Amazon SageMaker JumpStart, SageMaker’s artificial intelligence and generative AI hub. She is enthusiastic about developing services that assist clients accelerate their AI journey and unlock service value.