How to use DeepSeek V4 Flash 0731 today
DeepSeek V4 Flash 0731 is live. Our internal evals show the best price efficiency and real task performance in the LLM Stats Playground.

I have been running DeepSeek V4 Flash 0731 through our internal evals, and the result is simple: the best mix of price efficiency and real task performance shows up in the LLM Stats Playground.
That does not mean we secretly changed the model. We did not. The advantage comes from everything around it: how much reasoning room it gets, how tools are presented, what happens after a failed call, how context is carried forward, and whether the system measures a cheap answer or a completed task.
DeepSeek V4 Flash 0731 is a very good model at an unusually low price. In a basic chat box, though, a lot of its agent ability sits unused. In our Playground, it can inspect files, write code, use tools, recover from a bad step, and keep working. That is where I think this release makes sense.
How to Use DeepSeek V4 Flash 0731 Today
The fastest route is to open the LLM Stats Playground, start a new task, and choose DeepSeek V4 Flash 0731 from the model picker. There is no local setup and no need to build an agent harness before you can see what the model can do.
- Open the Playground and start a fresh task.
- Select DeepSeek V4 Flash 0731.
- Give it a real outcome, not a one-line benchmark prompt.
- Attach the files or context it needs.
- Let it use tools and finish the job before judging the result.
I recommend starting with something you already know well. Ask it to fix a bug in a small repository, turn a rough brief into a working page, compare two documents, or clean up a spreadsheet. A familiar task makes it easier to notice whether the model is actually finishing the work or only sounding confident.
What Changed in the 0731 Release
This is not a new base architecture. DeepSeek says the July 31 build keeps the same size as the preview and was re-post-trained. It remains a 284-billion-parameter Mixture-of-Experts model with 13 billion active parameters and a 1 million token context window. The work went into agent behavior, coding, tool use, and support for the Responses API.
That distinction matters. The model did not get bigger. It got better at doing the kind of multi-step work people now expect from an AI product. DeepSeek reports 82.7 on Terminal Bench 2.1, 54.4 on DeepSWE, and 70.3 on Toolathlon Verified for the updated API model. Those are vendor results, so I treat them as a useful signal, not the final word. Our own tests focus on whether the model completes the task cleanly in the product a person will actually use.
There is also an easy detail to miss. DeepSeek says the 0731 upgrade applies to the V4 Flash API. Its web and app models were unchanged at launch. If you tested the regular DeepSeek chat page and wondered where the new behavior went, you may not have been testing 0731 at all.
What Our Internal Evals Show
We evaluate agent models around completed work. I care about whether the output is correct, whether the model recovers when a tool fails, how many retries it needs, how long the full task takes, and what the finished task costs. Token price is part of the score, but it is not the score.
| What we measure | Why it matters | 0731 in our Playground |
|---|---|---|
| Task completion | Did the requested artifact or fix actually work? | Strongest overall result |
| Tool reliability | Can the model call, read, and recover from tools? | More consistent with our tool loop |
| Retry cost | Cheap first attempts stop being cheap after repeated failures | Fewer wasted turns |
| End-to-end speed | People wait for the finished task, not the first token | Fast for useful work |
| Effective task cost | Total spend required to reach an acceptable result | Best price efficiency in our evals |
Across our repeated coding and agent tasks, the LLM Stats Playground produced the best balance. The model stayed on task more often, handled tool feedback better, and needed fewer wasteful do-over turns. That last point is why the price result is real. A low API rate only matters when the system turns it into low cost per successful task.
Why It Runs Better in LLM Stats
We give reasoning effort to the right steps
DeepSeek's own agent benchmarks use its maximum effort setting. That tells you configuration matters. We do not treat every turn the same. Planning, debugging, and verification deserve more room than a file read or a short status update. Matching the effort to the step keeps the model careful without paying for long reasoning everywhere.
The tool loop is built for recovery
Tool use is where strong models often look weak. A malformed argument, a partial file read, or a command error can derail a plain integration. Our Playground returns useful tool feedback and keeps the task state intact, so 0731 can correct the step instead of restarting or bluffing past the error.
We keep the useful context, not just more context
A 1 million token window sounds great, but filling it carelessly can make a model slower and less focused. We preserve the files, instructions, and tool results that matter to the task. The goal is not to brag about how much text fits. It is to make sure the model can find the one detail it needs three steps later.
We optimize for the final result
Many products make a model feel fast by optimizing time to first token. I care more about time to a working result. The Playgroundlets 0731 continue through inspection, execution, and verification. That can take longer than a quick answer, but it is much faster than discovering the answer was wrong and starting over yourself.
Price Efficiency That Holds Up
DeepSeek currently lists V4 Flash at $0.14 per million uncached input tokens and $0.28 per million output tokens. Cached input is listed at $0.0028 per million tokens. It supports a 1 million token context window and up to 384,000 output tokens.
Those numbers are excellent, but the reason I am excited is the cost of the finished work. In our evals, 0731 in LLM Stats avoids enough retries and dead ends to preserve its raw price advantage. You are not saving a few cents on a failed attempt. You are getting a useful result at a lower total cost.
This is also why I would not judge the model through a generic provider that exposes the name but maps reasoning controls differently. The checkpoint can be identical while the experience is not. Reasoning effort, tool schemas, timeouts, context handling, and retry logic all change what you get for the money.
What I Would Use It For
I would reach for DeepSeek V4 Flash 0731 when the work needs several steps and cost still matters. It is especially compelling when a task includes code, files, or tools and you want the model to keep going until there is something concrete to review.
- Building and fixing web apps
- Repository-level code changes
- Long document and codebase analysis
- Tool-heavy research and data cleanup
- Repeated production workflows where task cost matters
I would still test another model for image-heavy work, highly sensitive factual research, or a task where one lab has a clear domain advantage. Model choice should stay practical. The nice thing about the Playground is that you can switch models and compare the actual output without rebuilding your workflow.
Bottom Line
DeepSeek V4 Flash 0731 is one of the most interesting releases of the year because its agent improvement did not come with a bigger model or a frontier price tag. The checkpoint is only half the story, though. The system around it decides whether that capability becomes a finished task.
Our internal evals show the best price efficiency and performance in the LLM Stats Playground. That is where the model gets the reasoning setup, tools, context, and recovery loop it needs. If you want to know what DeepSeek V4 Flash 0731 can actually do today, that is where I would start.
You can also inspect the open model card and technical details if you want to run the weights yourself. For most people, I think the simpler answer is better: open the Playground, give it a real task, and judge the completed work.
Questions
Frequently Asked Questions
- Open the LLM Stats Playground, start a new task, and select DeepSeek V4 Flash 0731. You can use it for chat, coding, file work, research, and longer agent tasks without setting up a local server or wiring the API into an agent harness.
Our Playground pairs the model with a tuned reasoning budget, a stable tool loop, full task context, and recovery behavior for failed tool calls. In our internal evals, that setup produced the best balance of completed work, speed, and total task cost.
DeepSeek says the 0731 release keeps the same 284B total and 13B active architecture as the preview. The change is new post-training focused heavily on agent work, coding, tool use, and the Responses API.
- DeepSeek lists V4 Flash at $0.14 per million uncached input tokens, $0.0028 per million cached input tokens, and $0.28 per million output tokens. Prices can change, so check DeepSeek's current pricing page before planning a large workload.
Not at launch. DeepSeek says the July 31 update applies to the V4 Flash API, while the models in its app and web product were unchanged. That makes an API-backed product such as LLM Stats Playground the direct way to try 0731.
Continue Reading
