Skip to content

DeepSeek R1 and V3

As DeepSeek mentions, DeepSeek-R1 and DeepSeek-V3 are advanced large language models (LLM), that have gained significant attention for its performance and cost-effectiveness. DeepSeek’s innovations highlight the potential for achieving high-level AI performance with fewer resources, challenging existing industry norms and prompting discussions about the future direction of AI development.

These pages documents the various options to run DeepSeek LLMs.

DeepSeek.com

DeepSeek.com is a LLM provider that develops the DeepSeek models.

Azure AI Foundry

Azure AI Foundry provides token-based billing for DeepSeek R1 and DeepSeek V3 models. See Announcement.

script({
model: "azure_ai_inference:deepseek-v3",
})

GitHub Marketplace Models

GitHub Marketplace Models provides a free experience to experiement with DeepSeek R1 and DeepSeek V3 models.

script({
model: "github:deepSeek-v3",
})

And others!

This is by no means complete and there are many other providers that can run DeepSeek models.