Models/deepseek/DeepSeek: R1 0528
deepseek

DeepSeek: R1 0528

164K context$0.50/M input$2.15/M output
deepseek/deepseek-r1-0528

Description

May 28th update to the [original DeepSeek R1](/deepseek/deepseek-r1) Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-r1-0528",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$0.50/M
Output$2.15/M
Context164K tokens

Model Info

Providerdeepseek
IDdeepseek/deepseek-r1-0528