DeepSeek's previous-generation flagship, still carrying heavy production traffic on Kyma — the stable, proven choice for frontier-open quality at balanced pricing.
Modalities
Text → Text
Below release
fp4
Weights
Published
deepseek-ai/DeepSeek-V3.2
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.351
output $0.513
median $0.977 · best $0.0494
$0.513
per 1M tokens generated
median $3.531 · best $0.2164
83.09%
544 observations since 2026-05-02
median 96.2% · best 100.0%
11.5 tok/s
probe median, one fixed prompt
median 40.8 tok/s · best 308.3 tok/s
1.20 s
probe median, to a complete answer
median 2.50 s · best 0.52 s
160K
max output 8,192
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
#4
of 113 active models
Tokens served
181.0M
all-time
Platform share
5.6%
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 SDK | 368 | 368.0K | 7 tok/s | 5.61 s | 32 s | 23.6% |
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.
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
$28.75
$0.9585 / day on DeepSeek V3
Same workload on:
Estimates use list pricing. Actual bills depend on real token counts, and every response includes its exact cost.
When to use DeepSeek V3
Where this model earns its cost — and where it doesn't.
DeepSeek V3 is the previous-generation flagship from DeepSeek, built for reasoning, coding, and general-purpose work. It sits in Kyma's frontier-open quality tier, and its appeal is exactly what the label says: stable and proven — a fit for teams that value predictable behavior over chasing the latest checkpoint.
Coding agents lead its traffic, followed by direct Python and Node.js integrations. Every request gets the platform's automatic failover, and each response reports its exact cost in usage.cost.
The 160K-token context window pairs with function calling, structured outputs, and extended reasoning, so it can run multi-step agent loops, not just single-turn chat. It sits in the frontier-open tier as the value pick — see the pricing table above for the current rate.
Coding agents
Its top production app on Kyma by tokens is OpenClaw, a coding agent — code generation, review, and refactoring inside agent harnesses.
Reasoning pipelines
Extended reasoning support handles analysis and planning tasks that need more than pattern matching.
Cost-conscious production
Frontier-open quality at balanced pricing makes it a sensible default for high-volume general workloads where value matters.
Structured extraction
Structured outputs plus the 160K context let it pull reliable JSON from long documents and codebases in one pass.
Tool-calling backends
Function calling support makes it a dependable engine behind Python and Node.js services that orchestrate tools.
Not ideal for: Image inputs (it's text-only), latency-critical UX where its medium speed tier shows, or single responses longer than the 8K output cap.
How it compares
Against the peers people actually weigh it against.
| Spec | DeepSeek V3 | DeepSeek V4 Flash Vision | DeepSeek V4 Pro |
|---|---|---|---|
| Input /1M | $0.351 | $0.297 | $0.6901 |
| Output /1M | $0.513 | $0.891 | $1.38 |
| Context | 160K | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Throughput | 11.5 tok/s | 148.7 tok/s | 31.7 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 — $0.50 free credit, no card required.
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-v3", "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-v3", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of DeepSeek V3?
How much does the DeepSeek V3 API cost?
Does DeepSeek V3 support function calling?
Are the weights for DeepSeek V3 publicly available?
Is DeepSeek V3 ever served below the precision its creator released it at?
How do I use DeepSeek V3?
Is DeepSeek V3 good for coding?
Why pick a previous-generation flagship over something newer?
Why use DeepSeek V3 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 V4 Pro | 1M | $0.6901 | $1.38 |
DeepSeek R1 | 64K | $0.7425 | $2.957 |
