The DeepSeek-R1 model is now available on Azure. This repo provides links to DeepSeek-related Azure samples in various languages.
-
Login to Azure:
azd auth login
-
Provision the AIServices resource with a DeepSeek-R1 deployment:
azd provision
-
See the endpoint by running:
azd env get-value https://jiauq6f53bo7o-aiservices.cognitiveservices.azure.com/
Use DeepSeek on Azure with JavaScript/TypeScript, with OpenAI Node.js SDK or LangChain.js
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).