Back to Models
DeepSeek: R1 AI Model Icon

DeepSeek: R1

deepseek/deepseek-r1

Description

DeepSeek R1 is here: 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 in an inference pass....

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: R1 (deepseek/deepseek-r1)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "deepseek/deepseek-r1",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the DeepSeek: R1 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.7$ / 1M tokens
  • Output: 2.5$ / 1M tokens

Token Limits

  • Max Output: 16,000 tokens
  • Max Context: 64,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate