DeepSeek V4 Flash

deepseek/deepseek-v4-flash
by DeepSeek · 2026-04-24

DeepSeek V4 Flash: 1M token context, 384k output, 95.0 τ²-Bench, billed at provider rate with zero markup via OrcaRouter.

ctx1.05M tokens
Inputtext
p50 TTFT495 ms
INPUT$0.15/ 1M tokens
OUTPUT$0.29/ 1M tokens
p50 TTFT495 ms7d
p95 TTFT1.94 s7d
TRAFFIC2455.1Mtokens / 7d

Model details

What is DeepSeek V4 Flash?

DeepSeek V4 Flash is a large language model from the Chinese AI company DeepSeek. It processes text inputs only and is designed for scenarios that demand a large context window (1,048,576 tokens) and a high maximum output (384,000 tokens). The model is accessible through OrcaRouter's OpenAI-compatible API, using the model ID "deepseek/deepseek-v4-flash". It is billed at provider rates with zero markup, meaning users pay exactly what OrcaRouter pays DeepSeek.

Who should use DeepSeek V4 Flash?

Developers and organizations that work with very long documents – such as legal firms processing contracts, researchers analyzing full-length papers, or engineers debugging extensive codebases – will find the 1M token context window useful. The 384k output limit also suits tasks like generating long-form reports or detailed step-by-step plans. Users who need a cost-effective option for extended interactions (input at $0.14/M tokens, output at $0.28/M tokens) without markup on OrcaRouter may prefer this model over alternatives with higher per-token pricing.

What input modalities does DeepSeek V4 Flash support?

DeepSeek V4 Flash supports text-only input. It does not accept images, audio, or video. This makes it a pure language model, optimized for processing written content. For multimodal tasks (e.g., image captioning or audio transcription), users would need to combine DeepSeek V4 Flash with other models or pre-process non-text data into text form before feeding it to the API.

Code samples

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-v4-flash",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Pricing

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

Performance

p50 TTFT
495 ms
Output speed
97.5 tok/s
p95 TTFT
1.94 s
Error rate
0.16%

Public benchmarks

42.0
AA Coding
Better than 52% of models compared
47.0
AA Intelligence
Better than 57% of models compared
50.0
AA Math
Better than 26% of models compared
GPQA Diamond
41.0 index
Humanity's Last Exam
32.1
IFBench
79.2
Long-Context Recall
63.0
MMLU-Pro
57.0 index
SciCode
44.9
TerminalBench Hard
35.6
τ²-Bench
34.0 index
Source: artificialanalysis.ai

FAQ

How much does DeepSeek V4 Flash cost on OrcaRouter?
Input tokens cost $0.14 per 1 million tokens, and output tokens cost $0.28 per 1 million tokens. OrcaRouter charges exactly the provider rate with zero markup.
What is the context window of DeepSeek V4 Flash?
The context window is 1,048,576 tokens (1 million tokens). The maximum output per request is 384,000 tokens.
What are the main strengths of DeepSeek V4 Flash?
Its strengths are the very large context window and high output token limit, combined with a low price point and a strong τ²-Bench score of 95.0, indicating good reasoning and tool-use capabilities.
How does DeepSeek V4 Flash compare to GPT-4 or Claude?
DeepSeek V4 Flash offers much larger context (1M vs 128k/200k) and output (384k vs ~4k) at a fraction of the cost. However, it is text-only and may have less broad general knowledge or safety tuning.
Does OrcaRouter mark up the price of DeepSeek V4 Flash?
No. OrcaRouter passes through the provider rate with zero markup. You pay $0.14 per 1M input and $0.28 per 1M output exactly as charged by DeepSeek.
How do I call DeepSeek V4 Flash via the OrcaRouter API?
Use the OpenAI-compatible base URL https://api.orcarouter.ai/v1, set the model parameter to "deepseek/deepseek-v4-flash", and include your OrcaRouter API key in the Authorization header.
What data handling policies apply to DeepSeek V4 Flash?
Data passes through OrcaRouter to DeepSeek's servers in China. Review OrcaRouter's privacy policy and DeepSeek's terms. No additional data protections are explicitly offered.
Is DeepSeek V4 Flash multimodal?
No, it only accepts text inputs. For images, audio, or video, you would need to preprocess them into text or use a different model.
What parameters can I set when using DeepSeek V4 Flash?
Standard OpenAI chat completions parameters: model, messages, max_tokens, temperature, top_p, frequency_penalty, presence_penalty, stop, stream, etc. The max_tokens cannot exceed 384,000.
Which use cases are best suited for DeepSeek V4 Flash?
Long-document analysis, code generation with extended reasoning, multi-turn conversations needing deep context, and tasks that produce large outputs such as detailed reports or plans.

Embed this badge

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