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
Below release
None reported
Weights
Published
deepseek-ai/DeepSeek-V4-Pro
Where it sits in the catalogue Kyma measures
Every number against every text model Kyma prices per token — a stated rule, not a chosen line-up.
$0.6901
output $1.38 · cached $0.133
median $0.977 · best $0.0494
$1.38
per 1M tokens generated
median $3.4515 · best $0.2164
99.02%
914 observations since 2026-05-02
median 94.0% · best 100.0%
32.1 tok/s
probe median, one fixed prompt
median 39.8 tok/s · best 311.2 tok/s
3.48 s
probe median, to a complete answer
median 2.46 s · best 0.80 s
1M
max output 65,536
published by DeepSeek, not measured here
Tick above each rail is this model, below it the other 69. Dashed rule is the field median, solid is its best. Better is left; the axis stops at the 90th percentile, so a few models sit past its right edge.
Usage
How much this model is actually called here.
Rank
#11
of 117 active models
Tokens served
79.2M
all-time
Platform share
2.3%
of all tokens
How it behaves under real clients
The same model answering different prompt shapes — measured, not benchmarked.
| Client | Requests | Tokens | Throughput | To first token | p95 total | Completed |
|---|---|---|---|---|---|---|
| OpenAI Python | 213 | 2.8M | 39 tok/s | 4.18 s | 182 s | 100% |
| Copilot | 167 | 13.1M | 33 tok/s | 3.63 s | 42 s | 100% |
Grouped by the client that sent the request. Not a benchmark: the same model on different prompt shapes. Throughput and time-to-first-token are medians; p95 is the slowest response in twenty. 2 clients under 100 requests not shown.
Two clocks, and why they disagree
Kyma measures this model twice. Both are real; they answer different questions.
Probe · every 6h · 30 days
3.48s to answer
One fixed prompt, on a schedule, to every model. Comparable, because the model is the only thing that changes.
- Observations
- 914
- Answered by a substitute
- 3
Real traffic · last 7 days
15.07s to answer
Your requests, at the lengths clients actually send. Not comparable between models, but it is what running this one feels like.
- Requests
- 232
- Completed
- 96.6%
- p95
- 144.7 s
Caching, as realised · last 7 days
39.0% of input cached
The share of input that actually hit cache, so the effective rate below is what was charged, not a best case.
- Cached input
- 1.1M
- Fresh input
- 1.7M
- List input
- $0.6901 /1M
- Effective input
- $0.472715 /1M
The gap is prompt length, not the model degrading. Use the probe figure to choose between models, the traffic figure to budget for your own.
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$52.08
$1.74 / day on DeepSeek V4 Pro
Same workload on:
Estimates use list pricing with cached input at this model's own cached rate. Actual bills depend on real token counts, and every response includes its exact cost.
When to use DeepSeek V4 Pro
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 its traffic is led by coding agents. Every request gets automatic failover, and prompt caching is fully supported: repeated prompt prefixes bill at this model's cached input rate, published beside its input rate 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.
| Spec | DeepSeek V4 Pro | DeepSeek V4 Flash Vision | DeepSeek V4 Flash |
|---|---|---|---|
| Input /1M | $0.6901 | $0.297 | $0.1389 |
| Output /1M | $1.38 | $0.891 | $0.2778 |
| Context | 1M | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Throughput | 32.1 tok/s | 101.4 tok/s | 27.8 tok/s |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard. DeepSeek V4 Pro needs a top-up — the signup credit covers the free tier.
Get API key → - 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
Stream responses
Add
"stream": trueto 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?
How much does the DeepSeek V4 Pro API cost?
Does DeepSeek V4 Pro support function calling?
Are the weights for DeepSeek V4 Pro publicly available?
Is DeepSeek V4 Pro ever served below the precision its creator released it at?
How do I use DeepSeek V4 Pro?
Is DeepSeek V4 Pro good for coding agents?
How does DeepSeek V4 Pro perform in production on Kyma?
Why run DeepSeek V4 Pro through Kyma?
More models by DeepSeek
| Model | Context | Input | Output |
|---|---|---|---|
DeepSeek V4 Flash Vision | 1M | $0.297 | $0.891 |
DeepSeek V4 Flash | 1M | $0.1389 | $0.2778 |
DeepSeek V3 | 160K | $0.351 | $0.513 |
DeepSeek R1 | 64K | $0.7425 | $2.957 |
