DeepSeek V3

deepseek/deepseek-chat
ToolsJSONReasoning
by DeepSeek · 2024-12-26

DeepSeek alias for V4 Flash non-thinking mode — 1M context, strong instruction following and coding (legacy alias, slated for deprecation).

ctx1.05M tokens
Max output384K
Inputtext
Outputtext
p50 TTFT378 ms
INPUT$0.15/ 1M tokens
OUTPUT$0.29/ 1M tokens
p50 TTFT378 ms7d
p95 TTFT493 ms7d
TRAFFIC4.5Mtokens / 7d

DeepSeek V3 is a Mixture-of-Experts text model from DeepSeek, designed for tasks that require understanding and generating over very long contexts. Its 1,048,576-token context window allows…

What is DeepSeek V3 and who is it for?

What input modalities does DeepSeek V3 support?

How does DeepSeek V3 compare to other large-context models?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="deepseek/deepseek-chat",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • logprobs
  • max_tokens
  • reasoning
  • response_format
  • stop
  • stream
  • stream_options
  • temperature
  • thinking
  • tool_choice
  • tools
  • top_logprobs
  • top_p
  • user_id

Pricing

Input / 1M tokens$0.147
Output / 1M tokens$0.295
Cache read / 1M$0.020
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $1.91 · With prompt caching $1.47

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.000150

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
378 ms
Output speed
67.2 tok/s
p95 TTFT
493 ms
Error rate
0.03%

Public benchmarks

Ranking Distribution9090 tournaments
2300
First
2676
Second
2636
Third
1478
Fourth
Category Performance
3DElo: 1166WebsiteElo: 1163Code CategoriesElo: 1158UI ComponentElo: 1149Data VisualizationElo: 1141Game DevElo: 1121SVGElo: 1034
3DTop 54%
1166Elo
50.7%Win
43.2sAvg
Top 54%Rank
WebsiteTop 62%
1163Elo
48.5%Win
79.6sAvg
Top 62%Rank
Code CategoriesTop 66%
1158Elo
48.5%Win
74.0sAvg
Top 66%Rank
UI ComponentTop 66%
1149Elo
52.8%Win
47.2sAvg
Top 66%Rank
Data VisualizationTop 69%
1141Elo
51.4%Win
47.6sAvg
Top 69%Rank
Game DevTop 73%
1121Elo
43.9%Win
70.9sAvg
Top 73%Rank
SVGTop 94%
1034Elo
38.8%Win
15.2sAvg
Top 94%Rank
Source: Design Arena

How it compares

DeepSeek V3DeepSeek V4 ProDeepSeek V4 Flashdeepseek/deepseek-reasoner
Input $/M$0.15$0.44$0.15$0.15
Output $/M$0.29$0.88$0.29$0.29
Context1.0M1.0M1.0M1.0M
Quality5/108/107/105/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost per token for DeepSeek V3 on OrcaRouter?
Input: $0.14 per 1 million tokens. Output: $0.28 per 1 million tokens. Billed at provider rate with zero markup via OrcaRouter.
How large is the context window for DeepSeek V3?
1,048,576 tokens (approximately 1 million). Maximum output is 384,000 tokens.
What are the main strengths of DeepSeek V3?
Extreme context window (1M tokens), high output limit, MoE efficiency leading to lower cost per token, strong performance in reasoning and coding tasks.
How does DeepSeek V3 compare to other large language models?
It offers a larger context window than GPT-4o (128k) or Claude 3.5 Sonnet (200k) and is often cheaper per token. However, it is text-only, while some alternatives support images. MoE architecture provides speed advantages.
Does OrcaRouter store my data when using DeepSeek V3?
OrcaRouter acts as a gateway and does not store prompts or completions. Data handling follows DeepSeek's policies; refer to OrcaRouter's privacy policy for details.
How do I call DeepSeek V3 via an OpenAI-compatible API?
Set base_url to https://api.orcarouter.ai/v1 and model to 'deepseek/deepseek-chat'. Use standard OpenAI client libraries.
What parameters can I adjust for DeepSeek V3?
All standard chat completion parameters: temperature, top_p, max_tokens (up to 384,000), stop, frequency_penalty, presence_penalty, etc.
Is DeepSeek V3 multimodal?
No, it supports only text input and output. No image, audio, or video processing.
Can I stream responses from DeepSeek V3 on OrcaRouter?
Yes, streaming is supported via the standard OpenAI streaming interface.
What is the typical latency for DeepSeek V3?
Latency varies with input/output length and load. MoE architecture generally results in faster generation per token compared to dense models of similar size. No specific figures are provided.

Embed this badge

DeepSeek: DeepSeek V3$0.15/M in378ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/deepseek/deepseek-chat" target="_blank"> <img src="https://www.orcarouter.ai/embed/deepseek/deepseek-chat.svg" alt="DeepSeek: DeepSeek V3 on OrcaRouter" /> </a>
Markdown [![DeepSeek: DeepSeek V3](https://www.orcarouter.ai/embed/deepseek/deepseek-chat.svg)](https://www.orcarouter.ai/models/deepseek/deepseek-chat)

Model card as data

GET /api/public/models/deepseek/deepseek-chatOpen
Machine-readable:/llms.txt/llms-full.txt