Skip to content
R1 logo

R1

Verified

DeepSeek R1 handles massive text contexts as an open LLM.

DeepSeekLanguage ModelsOpenII 27.1
Model page
Updated 2026-06-15

About R1

R1 was developed by DeepSeek as an open-weight LLM, granting users complete access to its architecture for research and modification. Its standout design element is the 163840-token context window that accommodates very long input sequences. This enables coherent processing across extended documents or conversations.

Strengths include reliable handling of large-scale text without truncation issues common in smaller-context models. Typical usage covers long-form content analysis, multi-turn dialogue systems, and tasks requiring retention of distant information. Developers often deploy it in environments where transparency and custom adaptation are priorities.

Capabilities

Long-context reasoning
Mathematical problem solving
Code generation
Step-by-step logical deduction
Technical text analysis
Instruction following

Benchmarks & performance

Independent evaluation scores and measured speed.

27.1
Intelligence Index
24
Coding Index
20.8
Agentic Index

Source: Artificial Analysis

How R1 compares

R1 (striped bar) vs other language models on intelligence, speed and price.

Intelligence

Artificial Analysis Intelligence Index · Higher is better · R1 ranks #33 of 67

31
Kimi K2 0905
30
GLM 4.6
29
DeepSeek V3.1 Terminus
28
Qwen3 Coder Next
28
DeepSeek V3.1
27
R1 0528
27
R1
26
GLM 4.5
26
Ling-2.6-flash
26
Solar Pro 3
25
Qwen3 235B A22B Instruct 2507
25
gpt-oss-20b
24
Nemotron 3 Nano 30B A3B

Price

USD per 1M output tokens · Lower is better · R1 ranks #116 of 141

$2.2
MiniMax M1
$2.2
GLM 4.5
$2.3
Kimi K2 0711
$2.5
Nemotron 3 Ultra
$2.5
Kimi K2 0905
$2.5
Kimi K2 Thinking
$2.5
R1
$3.0
Relace Search
$3.0
Hermes 4 405B
$3.0
Llama 3.1 70B Hanami x1
$3.1
GLM 5.1
$3.3
Qwen3 Coder Plus
$3.4
Switchpoint Router

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Long mathematical derivations

The model applies step-by-step logical deduction to solve advanced math problems that require extended reasoning chains.

Large-scale code generation

It produces and refines code across repositories that fit within its 163840-token context window.

Technical document analysis

R1 processes lengthy technical texts while strictly following complex instructions for accurate extraction and summarization.

Strengths & limitations

Strengths

  • +Strong performance on complex reasoning tasks
  • +Effective use of very large context windows
  • +Clear structured outputs for technical problems
  • +Solid coding and math capabilities

Limitations

  • Text-only modality with no vision support
  • May struggle with real-time or post-training knowledge
  • Large context can increase computational cost

Cost calculator

Estimate what R1 would cost for your usage.

$0.00195
per request
$19.5
estimated / month

Based on R1's $0.70/1M input · $2.50/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "deepseek/deepseek-r1",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: deepseek/deepseek-r1

Editor's verdict

Our take on R1

R1 is DeepSeek's open-weight language models with a 164K-token context window.

On independent testing it scores 27.1 on the Artificial Analysis Intelligence Index.

At $2.50 per 1M output tokens, it is mid-priced for its class.

As an open-weight model you can self-host it or call it through a hosted API.

Best suited to strong performance on complex reasoning tasks and effective use of very large context windows.

Did you find this helpful?

Frequently asked questions

R1 provides a context window of 163840 tokens.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other R models

Sibling versions in the R family from DeepSeek.

Promote R1

Add this badge to your website, or share the tool.

DFeatured on DhanasviR1 1