Back to Models

DeepSeek R1 (Together)

Active
deepseek-r1-together

DeepSeek R1 reasoning model via Together AI

Technical Specifications

Context Length64K tokens
Max Output8K tokens
Available Providers1
Lowest Input Price$3000000.00/1M tokens
Lowest Output Price$3000000.00/1M tokens

Capabilities

chatcodereasoning

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Together AI
deepseek-ai/DeepSeek-R1$3000000.00$3000000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek-r1-together",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use DeepSeek R1 (Together)?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.