DeepSeek V4 Flash 0731 — 90.8% GPQA from 13B active parameters
DeepSeek V4 Flash 0731 is a re-post-trained revision of V4 Flash, and it is now a
primary backend behind DeepSeek-V4-Flash on OpenAdapter. Same model name, same quota
cost. What changed is what it can do as an agent.
What it is
A sparse mixture-of-experts model: 284B total parameters, 13B active per token, tuned for coding, reasoning and agent workflows. Only a fraction of the network fires per token, so it answers at small-model speed while reasoning like a much larger one.
| Architecture | Sparse MoE · 284B total / 13B active |
| Context window | 1M tokens upstream (we serve 256K) |
| Best at | Coding, tool use, long-context agents |
| Quota cost | Unchanged |
Independent evaluation
Measured by Artificial Analysis, who run models themselves rather than republishing vendor claims:
| Benchmark | Score | |
|---|---|---|
| Reasoning | GPQA Diamond — graduate-level science | 90.8% |
| HLE — Humanity's Last Exam | 36.8% | |
| AA-LCR — long-context reasoning | 65.7% | |
| GDPval-AA — economically valuable tasks | 52.9% | |
| CritPt — research-level physics | 16.6% | |
| Coding | SciCode — scientific Python | 49.9% |
| Knowledge | AA-Omniscience — accuracy | 37.2% |
| AA-Omniscience — non-hallucination rate | 15.6% |
90.8% on GPQA Diamond is the number to look at — that is graduate-level science reasoning, from a model with 13B active parameters. The low CritPt and non-hallucination figures are equally worth knowing: it is strong at structured reasoning, weaker at research-frontier physics, and like most models it will still assert things confidently when it does not know. Do not use it as an oracle.
What the retrain changed
The weights are the same size. The post-training is not. DeepSeek's own agent-benchmark figures for this revision:
| Benchmark | Previous build | 0731 |
|---|---|---|
| DeepSWE | 7.3 | 54.4 |
| Terminal Bench 2.1 | 61.8 | 82.7 |
| Cybergym | 38.7 | 76.7 |
| SWE-bench Verified | 79.0 | 79.0 |
Note the shape: single-shot coding barely moved (SWE-bench flat at 79.0) while multi-step agent ability transformed. This model got better at operating, not at writing a function. Driven in a loop with tools you will feel it; on one-off questions you may not. DeepSeek claim 0731 now beats V4 Pro Preview on every agent benchmark they published — Terminal Bench 82.7 against Pro's 72.1.
Treat that second table with care: those are DeepSeek testing DeepSeek, on a harness that is not public yet, and two of the nine are internal sets the company built. The Artificial Analysis figures above and our own measurements below are the parts with independent backing.
How fast it is here
Measured through our gateway, median of three runs each:
| Request size | Median response |
|---|---|
| Short prompt | 1.1s |
| ~6K tokens of context | 1.5s |
| ~34K tokens of context | 4.7s |
Thirty-four thousand tokens of code answered in under five seconds is what makes it usable as an agent backend rather than just a chat model.
Capability check
We run every new model through the same suite before promoting it. This one passed all six:
| Test | Result |
|---|---|
| Instruction following | Pass |
| Arithmetic | Pass |
| Code generation | Pass |
| Logic (trick question) | Pass |
| Long-context retrieval | Pass |
| Tool / function calling | Pass |
Using it
Nothing to change. Point at DeepSeek-V4-Flash and you get it:
curl https://api.openadapter.in/v1/chat/completions \
-H "Authorization: Bearer $OPENADAPTER_API_KEY" \
-d '{"model":"DeepSeek-V4-Flash","messages":[{"role":"user","content":"Refactor this module"}]}'The other backends stay in place as automatic failover, so if this one is ever busy your request still completes — you just will not notice.
