Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.09 KB

DeepSeek

The DeepSeek-R1 model is now available on Azure. This repo provides links to DeepSeek-related Azure samples in various languages.

Deploy DeepSeek on Azure

  1. Login to Azure:

    azd auth login
  2. Provision the AIServices resource with a DeepSeek-R1 deployment:

    azd provision
  3. See the endpoint by running:

    azd env get-value https://jiauq6f53bo7o-aiservices.cognitiveservices.azure.com/

JavaScript

Use DeepSeek on Azure with JavaScript/TypeScript, with OpenAI Node.js SDK or LangChain.js

Java

A Spring Boot project that demonstrates how to use DeepSeek-R1 on Azure with Java (LangChain4j). These either run locally (using Ollama) or in the Azure cloud (using GitHub Models).