Back to Models

DeepSeek: R1 0528

deepseek/deepseek-r1-0528
May 28, 2025163.8K context65.5K max output$0.50/M in · $2.15/M outReasoning

Description

May 28th update to the original DeepSeek R1 Performance on par with OpenAI o1, but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass.

Fully open-source model.

Specifications

Provider
deepseek
Context Length
163.8K
Max Output
65.5K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.50
Output$2.15
Cache Read$0.35

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-r1-0528",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
DeepSeek: R1 0528 — Pricing & API on OminiGate