ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731
ಹೊಸದುExtremely cheap MoE reasoner; one of the most-used models in production.
ಬಿಡುಗಡೆ: ಜುಲೈ 31,2026
₹126.72
ಪ್ರತಿ 10 ಲಕ್ಷ Output Tokens ಗೆ
Input: 10 ಲಕ್ಷ Tokens ಗೆ ₹42.24
ಯಾವುದೇ ಮಾರ್ಕ್ಅಪ್ ಇಲ್ಲದೆ, ಪ್ರತಿ US ಡಾಲರ್ಗೆ ₹96 ದರದಲ್ಲಿ ಒದಗಿಸುವವರ ಅಧಿಕೃತ ದರದಲ್ಲೇ ಲೆಕ್ಕ ಹಾಕಲಾಗುತ್ತದೆ.
ವಿಶೇಷತೆಗಳು
- Context window
- 13,10,720 Tokens
- ಗರಿಷ್ಠ ಔಟ್ಪುಟ್
- 9,43,718 Tokens
- ಸ್ವೀಕರಿಸುತ್ತದೆ
- ಪಠ್ಯ
- Reasoning
- ಡೀಫಾಲ್ಟ್ ಆಗಿ ಆನ್ ಆಗಿದೆ
- Effort ಮಟ್ಟಗಳು
- low, high, max
- ಟೂಲ್ ಬಳಕೆ
- ಹೌದು
- ರಚನಾತ್ಮಕ ಔಟ್ಪುಟ್
- ಹೌದು
- ಕೋಡ್ ಎಕ್ಸಿಕ್ಯೂಶನ್
- ಇಲ್ಲ
- ಬುದ್ಧಿಮತ್ತೆ ಶ್ರೇಣಿ
- 54 ರಲ್ಲಿ #34
- ಮೌಲ್ಯ ಶ್ರೇಣಿ
- 54 ರಲ್ಲಿ #15
ದರ ವಿವರ
Benchmarks
ರೇಟಿಂಗ್ ಎಂದು ಸೂಚಿಸದ ಹೊರತು ಅಂಕಗಳು ಶೇಕಡಾವಾರು ರೂಪದಲ್ಲಿರುತ್ತವೆ. ಎಲ್ಲಾ Benchmark ಗಳನ್ನು ಸ್ವತಂತ್ರವಾಗಿ ಅಳೆಯಲಾಗುತ್ತದೆ.
85.2%
GPQA Diamond
GPQA Diamond - graduate-level science Q&A
18.8%
FrontierCode
FrontierCode - long-horizon production coding tasks
61.4%
ARC-AGI-2
ARC-AGI-2 - abstract reasoning on novel puzzles
1579
WebDev Arena
WebDev Arena - head-to-head web-app builds, Elo rating
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಕುರಿತು
The lighter, high-throughput tier of the DeepSeek V4 pair: a Mixture-of-Experts model with 284B total and 13B activated parameters and a one-million-token context. It uses a hybrid attention architecture combining Compressed Sparse Attention and Heavily Compressed Attention to make long context efficient. This re-post-trained revision is tuned for coding, reasoning and agent workflows, and offers non-think plus high and max thinking settings.
This is the checkpoint that took DeepSeek-V4-Flash out of preview. DeepSeek is unusually precise about what changed: the architecture and the parameter count are identical to the preview weights, and the entire difference is a fresh round of post-training aimed at agent work. Nothing about the model got bigger, and the price did not move; what moved is how reliably it finishes a task once a harness hands it tools.
The gain the lab reports is large enough that it reframes the tier. DeepSeek measures the 0731 revision at 82.7 on Terminal Bench 2.1, 54.2 on NL2Repo, 76.7 on Cybergym, 54.4 on DeepSWE, 70.3 on Toolathlon-Verified, 25.2 on Agents' Last Exam and 25.1 on the public AutomationBench split, plus 68.7 and 59.6 on DSBench-FullStack and DSBench-Hard, its own internal full-stack and hard-coding-agent sets. Its point is the comparison against its own previous flagship rather than against anyone else: on every one of those the cheap Flash checkpoint clears what V4-Pro-Preview scored. The lab is explicit that these were run through DeepSeek Harness in minimal mode at the max effort level, with top-p 0.95 and temperature 1.0, so they are peak-effort numbers, not defaults.
The release also made the model easier to drop into an existing agent. DeepSeek added native support for the OpenAI Responses API format alongside its OpenAI- and Anthropic-compatible chat endpoints, with a configuration path aimed specifically at Codex, and the calling name stayed `deepseek-v4-flash` so nothing downstream had to be rewritten. A fortnight later the lab exposed a low / high / max thinking-effort control across both V4 models, and recommends high for everyday agent loops and max only for genuinely hard scenarios.
Where it stops is a matter of tier rather than defect. DeepSeek shipped this update to the Flash API alone - the Pro API and the app and web experiences were untouched that day - and it published the Pro GA two weeks later with materially higher scores on the same evaluations. Flash is the model to reach for when throughput and cost dominate; the lab points at Pro for the hardest reasoning and the longest agent runs.
ಬಿಡುಗಡೆ ಸಮಯದಲ್ಲಿ DeepSeek ತಿಳಿಸಿದ್ದು
- Same weights, new post-training
- DeepSeek states that 0731 keeps the architecture and size of the preview release exactly and was only re-post-trained, so the improvement is entirely a post-training result rather than a bigger model.
- Agent scores past the old flagship
- The lab measures 82.7 on Terminal Bench 2.1, 54.2 on NL2Repo, 76.7 on Cybergym and 54.4 on DeepSWE, and notes these clear what V4-Pro-Preview scored on the same set.
- Tool-heavy workloads
- DeepSeek reports 70.3 on Toolathlon-Verified and 25.1 on the public AutomationBench split, alongside 68.7 and 59.6 on its internal DSBench full-stack and hard-problem sets.
- Drops into existing harnesses
- The release added native OpenAI Responses API support with a Codex-oriented setup path, and the API model name was left unchanged so callers pick up the revision without a code change.
- Peak-effort measurement
- Every code-agent figure the lab published was produced through DeepSeek Harness in minimal mode at max effort with top-p 0.95 and temperature 1.0, so it is the ceiling rather than the default-setting result.
- What it is not for
- This update covered the Flash API only, leaving the Pro API and the app and web models unchanged, and DeepSeek released V4-Pro two weeks later with higher scores on the same evaluations for harder work.
ಭಾರತೀಯ ಭಾಷೆಗಳು
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 12 ಭಾರತೀಯ ಭಾಷೆಗಳಲ್ಲಿ ಉತ್ತರಿಸುತ್ತದೆ. ಸಂದೇಶ ಬಾಕ್ಸ್ ಪಕ್ಕದ ಮೆನುವಿನಿಂದ ಭಾಷೆ ಆಯ್ದು ಉತ್ತರ ಪಡೆಯಿರಿ.
Frequently Asked Questions
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಕುರಿತು ಪದೇ ಪದೇ ಕೇಳಲಾಗುವ ಪ್ರಶ್ನೆಗಳು.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಯಾವಾಗ ಬಿಡುಗಡೆಯಾಯಿತು?
DeepSeek ಸಂಸ್ಥೆಯು ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಅನ್ನು ಜುಲೈ 31,2026 ರಂದು ಬಿಡುಗಡೆ ಮಾಡಿತು.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಅನ್ನು ಯಾರು ಅಭಿವೃದ್ಧಿಪಡಿಸಿದ್ದಾರೆ?
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಅನ್ನು DeepSeek ಅಭಿವೃದ್ಧಿಪಡಿಸಿದೆ. 99Models AI ಒದಗಿಸುವವರ ಅಧಿಕೃತ ದರದಲ್ಲೇ ನೇರ ಸಂಪರ್ಕ ಕಲ್ಪಿಸುತ್ತದೆ.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಎಷ್ಟು ಬುದ್ಧಿವಂತವಾಗಿದೆ?
ಇದು ಬೆಂಚ್ಮಾರ್ಕ್ ಸ್ಕೋರ್ಗಳ ಆಧಾರದ ಮೇಲೆ 54 Chat Models ಪೈಕಿ 34 ನೇ ಶ್ರೇಣಿಯಲ್ಲಿದೆ. ಇದರ ಸಂಪೂರ್ಣ ಅಂಕಗಳನ್ನು ಮೇಲಿನ Benchmarks ಪಟ್ಟಿಯಲ್ಲಿ ನೋಡಬಹುದು.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಬಳಕೆಯ ವೆಚ್ಚ ಎಷ್ಟು?
ಪ್ರತಿ 10 ಲಕ್ಷ input Tokensಗೆ ₹42.24 ಮತ್ತು output Tokensಗೆ ₹126.72 ದರವಿದ್ದು, ಯಾವುದೇ ಮಾರ್ಕ್ಅಪ್ ಇಲ್ಲ. ಯಾವುದೇ ಚಂದಾದಾರಿಕೆ ಇಲ್ಲ; ಬಳಸಿದ್ದಕ್ಕೆ ಮಾತ್ರ ಪಾವತಿಸಿ.
ಡಾಲರ್ಗಳಲ್ಲಿ ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 API ಬೆಲೆ ಎಷ್ಟು?
ಒದಗಿಸುವವರು ಪ್ರತಿ 10 ಲಕ್ಷ input Tokensಗೆ $0.44 ಮತ್ತು ಪ್ರತಿ 10 ಲಕ್ಷ output Tokensಗೆ $1.32 ವಿಧಿಸುತ್ತಾರೆ. ಇಲ್ಲಿನ ರೂಪಾಯಿ ದರಗಳನ್ನು ಪ್ರತಿ ಡಾಲರ್ಗೆ ₹96 ದರದಲ್ಲಿ ಪರಿವರ್ತಿಸಲಾಗಿದೆ.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಎಷ್ಟು ದೊಡ್ಡ ಸಂಭಾಷಣೆಯನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳಬಲ್ಲದು?
ಇದರ Context ವಿಂಡೋ 13.1 lakh Tokens ಆಗಿದೆ. ಅಂದರೆ ಇದು ಒಂದೇ ವಿನಂತಿಯಲ್ಲಿ ಹಿಂದಿನ ಸಂಭಾಷಣೆ ಮತ್ತು ಲಗತ್ತಿಸಲಾದ ಫೈಲ್ಗಳನ್ನು ಓದಬಲ್ಲ ಒಟ್ಟು ಮಿತಿ.
ಬೆಲೆಗೆ ತಕ್ಕ ಮೌಲ್ಯದಲ್ಲಿ ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಸ್ಥಾನವೇನು?
ಮೌಲ್ಯದ ಶ್ರೇಯಾಂಕದಲ್ಲಿ ಇದು 54 Models ಪೈಕಿ 15 ನೇ ಸ್ಥಾನದಲ್ಲಿದೆ. ಈ ಪಟ್ಟಿಯು ಸಾಮರ್ಥ್ಯ ಮತ್ತು Token ದರವನ್ನು ತುಲನೆ ಮಾಡುತ್ತದೆ.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಉತ್ತರಿಸುವ ಮುನ್ನ ಆಲೋಚಿಸುತ್ತದೆಯೇ?
ಡೀಫಾಲ್ಟ್ ಆಗಿ ಆನ್ ಆಗಿದೆ. Reasoning ಲಭ್ಯವಿದ್ದಾಗ, ಸಂದೇಶ ಬರೆಯುವ ಸ್ಥಳದಲ್ಲೇ ಆಲೋಚನಾ ಮಟ್ಟವನ್ನು ಹೊಂದಿಸಬಹುದು.
ಡೀಪ್ಸೀಕ್ V4 ಫ್ಲ್ಯಾಶ್ 0731 ಯಾವ ಭಾರತೀಯ ಭಾಷೆಗಳಲ್ಲಿ ಉತ್ತರಿಸುತ್ತದೆ?
ಇದು 12 ಭಾರತೀಯ ಭಾಷೆಗಳಲ್ಲಿ ಉತ್ತರಿಸುತ್ತದೆ. ಸಂದೇಶ ಬಾಕ್ಸ್ ಪಕ್ಕದಲ್ಲಿರುವ ಮೆನುವಿನಿಂದ ಭಾಷೆಯನ್ನು ಆಯ್ಕೆ ಮಾಡಿ ಉತ್ತರ ಪಡೆಯಿರಿ.
DeepSeek ನ ಇತರ Models
ಕ್ಯಾಟಲಾಗ್ ನವೀಕರಿಸಲಾಗಿದೆ ಸೆಪ್ಟೆಂ 9,2026