- How to access DeepSeek R1 through different providers
- Real-world performance comparisons with top models from each provider
- Implementation patterns for various use cases
Accessing DeepSeek R1 Through Multiple Providers
DeepSeek R1 is available across several major cloud providers, and with Portkey’s unified API, the implementation remains consistent regardless of your chosen provider. All you need is the appropriate virtual key for your desired provider.Basic Implementation
Available Providers and Models
Together AI
DeepSeek-R1
DeepSeek R1 Distill Llama 70B
DeepSeek R1 Distill Qwen 1.5B
DeepSeek R1 Distill Qwen 14B
DeepSeek-V3
Groq
DeepSeek R1 Distill Llama 70B
Cerebras
DeepSeek R1 Distill Llama 70B
Fireworks
DeepSeek R1 671B
Azure OpenAI
DeepSeek R1 671B
AWS Bedrock
DeepSeek R1 671B
Accessing DeepSeek Models Across Providers
Portkeu provides a unified API for accessing DeepSeek models across multiple providers. All you need to do start using DeepSeek models is to- Get Your API Key from one of the providers mentioned above
- Get your Portkey API key from Portkey’s Dashboard
- Create virtual keys in Portkey’s Dashboard. Virtual Keys are an alias over your provider API Keys. You can set budgets limits and rate limits for each virtual key.
Comparing DeepSeek R1 Against Leading Models
We’ve created a comprehensive cookbook comparing DeepSeek R1 with OpenAI’s o1, o3-mini, and Claude 3.5 Sonnet. This cookbook compares deepseek R1 model fromtogether-ai
with top models form OpenAI and Anthropic. We will be comparing the models on three different types of prompts:
- Simple Reasoning
- Numerical Comparison
- Complex Problem Solving
- Coding
1
pip Install
2
Set up Virtual keys
3
Creating a function to run all the prompts and show the output in a table
4
Running the function
Do this for how many ever prompts you want to try out.
DeepSeek R1 on top benchmarks
