DeepSeek

DeepSeek

DeepSeek V4 Pro

Top reasoning

DeepSeek's 1.6T-parameter MoE flagship, in Kyma's frontier-open quality tier — the model to reach for when reasoning depth matters more than speed or price.

Modalities

Text → Text

Input

$2.35 /1M

Output

$4.70 /1M

Cached input

$0.23 /1M90% off

Context

1M

Speed

medium

Performance

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

Rank

#11

of 64 active models

Tokens served

57.8M

all-time

Success rate

92.6%

last 7 days

Median throughput34 tok/s
Total requests4,835
Platform share2.5%
Tokens · last 15 daysJul 11Jul 25

Top apps using this model

1OpenClaw5.0M tok
2OpenAI Python3.8M tok
3Python App870.5K tok
4Cline812.4K tok
5Go App372.9K tok

Public apps sending the most traffic to this model — a signal of what real workloads it fits.

Pricing

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

$2.35 /1M input$4.70 /1M output
Hobby10 req/day · 2K in / 500 out
~$2.11/mo
Production1,000 req/day · 2K in / 500 out
~$211/mo
Scale20,000 req/day · 2K in / 500 out
~$4,228/mo
+ Estimate your workload
1,000
2,000
500
30%

Estimated monthly cost

$173

$5.78 / day on DeepSeek V4 Pro

Same workload on:

DeepSeek V4 Flash$17.01-90%
DeepSeek V3$83.03-52%

Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.

When to use DeepSeek V4 Pro

Updated 2026-06-10

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

DeepSeek V4 Pro is DeepSeek's flagship: a 1.6T mixture-of-experts model built for top-tier reasoning, complex coding, and long-context work. It sits in Kyma's frontier-open quality tier at premium pricing — the option you pick when the task is hard enough that output quality pays for itself.

On Kyma it ranks #12 of 62 models by production tokens served, with a 99.2% success rate across recent traffic. OpenClaw is its top app by tokens, and Claude Code and Cline also rank among its top five consumers. Every request gets automatic failover, and prompt caching is fully supported: repeated prompt prefixes bill at 10% of the input rate — a discount that matters most at this price tier, where agents resend long prompts on every turn.

The 1M-token context window pairs with a 64K max output, function calling, structured outputs, and extended reasoning — headroom for very long inputs and long, structured generations.

Hard reasoning problems

A top-reasoning-tier model with extended reasoning, built for the math, planning, and analysis tasks where depth matters more than turnaround time.

Agentic coding

Coding agents already run production traffic through it on Kyma: OpenClaw is its top app by tokens, with Claude Code and Cline also in its top five.

Long-context work

The 1M-token window handles long documents, large specs, and large codebases in a single request.

Long structured generations

A 64K output ceiling plus structured outputs supports big refactors, detailed reports, and large JSON payloads.

Tool-driven pipelines

Function calling and structured outputs keep multi-step agent loops reliable when each step's correctness compounds.

Not ideal for: Image inputs (it is text-only) or latency-sensitive, high-volume workloads — it is a medium-speed, premium-priced model, so bulk background tasks run faster and cheaper on a fast-tier model.

How it compares

Against the peers people actually weigh it against.

SpecDeepSeek V4 ProDeepSeek V4 FlashDeepSeek V3
Input /1M$2.35$0.19$0.81
Output /1M$4.70$0.38$2.29
Context1M1M160K
ToolsYesYesYes
ReasoningYesYesYes
Speedmediummediummedium

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-v4-pro",
        "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-v4-pro",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

What is the context window of DeepSeek V4 Pro?

DeepSeek V4 Pro has a 1M-token context window — roughly 1471 pages of text in a single request.

How much does the DeepSeek V4 Pro API cost?

$2.35 per 1M input tokens and $4.70 per 1M output tokens, with cached input at $0.23/1M — a 90% discount on repeated prompt prefixes. No subscription; you pay only for what you use.

Does DeepSeek V4 Pro support function calling?

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

How do I use DeepSeek V4 Pro?

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-v4-pro. Signing up is free and includes $0.50 of credit — no card required.

Is DeepSeek V4 Pro good for coding agents?

Yes — coding agents are a major share of its Kyma traffic. OpenClaw is its top app by tokens, with Claude Code and Cline also in its top five, and its combination of extended reasoning, function calling, and a 64K output ceiling suits long, multi-step code changes. For quick edits or high-volume background tasks, a cheaper, faster model usually makes more economic sense.

How does DeepSeek V4 Pro perform in production on Kyma?

It ranks #12 of 62 models by tokens served, with a 99.2% success rate across 3,694 recent requests and a median speed of 15 tokens per second. It is a medium-speed model — pick it for output quality rather than latency, and lean on prompt caching to keep repeated prefixes at 10% of the input rate.

Why run DeepSeek V4 Pro through Kyma?

One OpenAI-compatible endpoint and one key covers this and every other model on the platform. You get automatic failover when a serving path degrades, exact per-request cost in usage.cost, and prompt caching that bills repeated prefixes at 10% of the input rate — a discount that compounds quickly at premium pricing. Signup includes $0.50 of free credit, no card required.

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