DeepSeek-V4-Flash
by DeepSeek · Released 2026
DeepSeek V4 Flash — fast, affordable reasoning model with a 1M-token context and function calling.
DeepSeek-V4-Flash
Powered by DeepSeek · Mixture-of-Experts transformer
Context Window
1M
Parameters
284B MoE (13B active)
Max Output
384K
Category
LLM Chat
Overview
DeepSeek-V4-Flash is the speed-optimized sibling in DeepSeek's V4 family, listed as `DeepSeek-V4-Flash`. On CallMissed, set `"model": "DeepSeek-V4-Flash"` in chat completion requests. It targets teams that want V4-class reasoning at lower cost and faster throughput than V4 Pro, while keeping the same full one-million (1,048,576) token context window.\n\nCapabilities: a 1M-token context, function calling, and reasoning ("thinking") mode. It is the faster, lower-cost DeepSeek tier — well suited to high-volume classification, summarization, log analysis, ETL enrichment, and agent sub-steps where a larger model handles occasional planning and Flash handles the bulk work. (Vision is available on V4 Pro, not Flash.)\n\nCallMissed pricing is $0.44 per million input tokens and $1.32 per million output tokens, with cached input billed at $0.014 per million tokens — one of the most affordable long-context reasoning options on the platform.\n\nWhen to choose Flash vs Pro: pick Flash for throughput-sensitive batch jobs, parallel map steps, and cost-capped copilots; pick Pro when maximum reasoning depth — or vision — justifies the extra spend. Both share reasoning-content behavior, so allocate adequate output token budgets and stream responses for long chains of thought.\n\nIntegration is OpenAI-compatible: send chat messages, define `tools` for function calling, and avoid tiny `max_tokens` values so a thinking phase does not truncate the answer. A common pattern is a router that classifies incoming requests and sends the easy ones to Flash and the hard ones to `DeepSeek-V4-Pro`.
Pricing
| Metric | Price |
|---|---|
| Input /1M tokens | ₹44.0000 |
| Output /1M tokens | ₹132.0000 |
1 credit = ₹1 = $0.01 USD. Transparent per-call pricing — you pay only for what you call, with no seat fees or minimums.
Key Highlights
- Fast inference
- 1M context
- Lower cost than Pro
Technical Details
- Model id: DeepSeek-V4-Flash
Strengths
- Cost-efficient
- 1M context
- Function calling
Limitations
- Below Pro on hardest tasks
- No vision (use V4 Pro)
Use Cases
API Example
curl https://api.callmissed.com/v1/chat/completions \
-H "Authorization: Bearer cm_YOUR_KEY" \
-d '{"model": "DeepSeek-V4-Flash", "messages": [{"role": "user", "content": "Quick summary"}]}'Endpoint: POST /v1/chat/completions · Model ID: DeepSeek-V4-Flash
Try DeepSeek-V4-Flash now
Get 1000 free API credits on signup. No credit card required.