DeepSeek

DeepSeek

DeepSeek R1

DeepSeek R1 is a text-only reasoning model optimized for multi-step logic, mathematics, and structured analysis. Reach for it when you need explicit chain-of-thought capabilities at 96% lower cost than o1 and can tolerate slower generation speeds.

Modalities

Text → Text

Input

$0.7309 /1M

Output

$2.957 /1M

Context

64K

Speed

slow

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#16

of 87 active models

Tokens served

20.1M

all-time

Success rate

100%

last 7 days

Median throughput21 tok/s
Total requests1,563
Platform share0.8%
Tokens · last 15 daysJul 19Aug 2

Pricing

Pay per token. Cached input is billed at 10% of the input rate.

$0.7309 /1M input$2.957 /1M output
Hobby10 req/day · 2K in / 500 out
~$0.88/mo
Production1,000 req/day · 2K in / 500 out
~$88.21/mo
Scale20,000 req/day · 2K in / 500 out
~$1,764/mo
+ Estimate your workload
1,000
2,000
500

Estimated monthly cost

$88.21

$2.94 / day on DeepSeek R1

Same workload on:

DeepSeek V4 Pro$62.11-30%
DeepSeek V4 Flash$16.83-81%

Estimates use list pricing. Actual bills depend on real token counts — every response includes its exact cost.

When to use DeepSeek R1

Updated 2026-07-29

Where this model earns its cost — and where it doesn't.

DeepSeek R1 is a frontier reasoning model from DeepSeek that processes text inputs and returns text outputs. It is designed for tasks that require deep logical deduction, mathematical problem solving, and tool use, with native support for structured outputs.

On Kyma, the model runs behind automatic failover routing and returns exact request costs in the usage.cost field. It operates with a 64,000-token context window, a maximum output length of 32,768 tokens, and a median generation speed of 18 tokens per second. The reasoning alias resolves directly to this model.

This model does not support vision, prompt caching, or multimodal inputs. Because it runs on a slow speed tier, it is not suitable for latency-sensitive applications. Input and output tokens are billed per-token at the platform's listed rates.

Math & Logic Problems

Solve complex mathematical and logical reasoning tasks with explicit step-by-step traces.

Document Analysis

Extract structured insights and perform deep textual analysis across long documents.

Tool-Enabled Workflows

Drive multi-step agent tasks that require explicit reasoning and function calling.

Not ideal for: Avoid this model for real-time conversational interfaces, vision-based tasks, or applications that require prompt caching and low-latency responses.

How it compares

Against the peers people actually weigh it against.

SpecDeepSeek R1DeepSeek V4 ProDeepSeek V4 Flash
Input /1M$0.7309$0.6901$0.187
Output /1M$2.957$1.38$0.3741
Context64K1M1M
ToolsYesYesYes
ReasoningYesYesYes
Speedslowmediumfast

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "deepseek-r1",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "deepseek-r1",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

What is the context window of DeepSeek R1?

DeepSeek R1 has a 64K-token context window — roughly 94 pages of text in a single request.

How much does the DeepSeek R1 API cost?

$0.7309 per 1M input tokens and $2.957 per 1M output tokens. No subscription; you pay only for what you use.

Does DeepSeek R1 support function calling?

Yes — DeepSeek R1 supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

How do I use DeepSeek R1?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to deepseek-r1. Signing up is free and includes $0.50 of credit — no card required.

Does this model support image inputs?

No, it is strictly a text-only model and does not support vision or multimodal processing.

How fast does it generate text on Kyma?

It operates at a median speed of 18 tokens per second, making it slower than standard chat models.

Can I use prompt caching with this model?

No, the model does not support prompt caching. Repeated prompt prefixes will be billed at the standard input rate.

Start with $0.50 free credit — no card required.Create account →

More models by DeepSeek

ModelContextInputOutput
DeepSeekDeepSeek V4 Flash1M$0.187$0.3741
DeepSeekDeepSeek V4 Pro1M$0.6901$1.38
DeepSeekDeepSeek V3160K$0.351$0.513