Atlas / Models / DeepSeek / DeepSeek V4 Flash

DeepSeek V4 Flash

deepseek/deepseek-v4-flash

DeepSeek V4 Flash — 1M context, thinking and non-thinking modes; see DeepSeek pricing/docs for current capabilities.

Input price
Custom /1M
Output price
Custom /1M
Context
1M
Modalities
text
Released
Unknown
Tool calling
Atlas signal
84/100
01

Overview

DeepSeek V4 Flash — 1M context, thinking and non-thinking modes; see DeepSeek pricing/docs for current capabilities.

Access: available through the official DeepSeek API. Context window: 1M.

Vendor-native catalog entry, sourced from official documentation.Last refreshed Aug 29, 2026
02

Specifications

API identifierdeepseek/deepseek-v4-flash
ProviderDeepSeek
Model typeText LLM
Context window1M catalog
Input modalitiestext
Output modalitiestext
ReleasedUnknown
Architecture modalitytext->text
Source: provider documentation + catalog feedMethodology →
03

Pricing

Vendor-native listing — token prices may need to come from DeepSeek pricing pages until a host feed is linked.

Custom
Input /1M
Custom
Output /1M
Per request
Per image
Pricing componentRaw unit priceNormalizedUnit
Prompt tokensN/ACustom / 1MPer input token
Completion tokensN/ACustom / 1MPer output token
Request feeN/AN/APer request
Image feeN/AN/APer image unit
Web search feeN/AN/APer search request
Source: catalog pricing feedCompare all pricing →Cheapest models →
04

Cost calculator

Estimate monthly spend from your own token volumes.

Scale / Volume

Estimated Total Cost

VariableCalculated from current list pricing in the ModelsAtlas catalog.
05

Capabilities

CapabilityStatusWhat it means
Visual UnderstandingNot advertisedImage and document analysis support
Audio ProcessingNot advertisedSpeech and voice aligned flows
Tool CallingNot advertisedSupports tools / function calling
Self-Hosting✓ SupportedDeploy outside managed APIs
Derived from catalog capability tags and supported parameters
06

Capability signals

Directional signals derived from model metadata and capability tags — not official benchmark submissions.

DeepSeek V4 Flash
MMLU Signal (Reasoning)
83signal
Coding Signal (HumanEval proxy)
83signal
Math Signal (GSM8K proxy)
83signal
Science Signal (GPQA proxy)
87signal
Estimated from metadata — not an official benchmark runAll benchmarks →Methodology →
07

Quick start

Call DeepSeek V4 Flash through an OpenAI-compatible client.

from openai import OpenAI

client = OpenAI(
    base_url="https://openrouter.ai/api/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="deepseek/deepseek-v4-flash",
    messages=[{"role": "user", "content": "Explain quantum physics."}]
)

print(response.choices[0].message.content)
08

Alternatives

Closest models by context window from a different provider.

09

Sources & attribution

Vendor-native listing: confirm the exact model id with your provider before wiring it up.

Capability bars use metadata tags — directional estimates onlyHow we source and verify data →
10

Frequently asked questions

How much does DeepSeek V4 Flash cost?

Pricing is not publicly listed by the provider. Check DeepSeek directly for current rates.

What is the context window of DeepSeek V4 Flash?

DeepSeek V4 Flash supports up to 1M tokens of context.

Does DeepSeek V4 Flash support tool / function calling?

DeepSeek V4 Flash does not advertise first-class tool/function calling. Check vendor docs for the latest capabilities.

How do I access DeepSeek V4 Flash?

Use the official DeepSeek API with the model id `deepseek/deepseek-v4-flash`. See the Quick start section above for code examples.