DeepSeek V4.1 Flash

Runs MCP tools

DeepSeek’s newest model, released 10 September 2026. It is the first DeepSeek model to take images, and DeepSeek reports it ahead of V4 Pro on agentic coding benchmarks. That makes it the first DeepSeek model to test on your tools.

Vendor
DeepSeek
Released
10 September 2026
Context
1M tokens
Input
Text, image

Paste a server URL, pick a model, and watch it call your tools in a real conversation. No install.

No server of your own? Leave it blank and use one of the public mock servers.

MCP Evals

Can DeepSeek V4.1 Flash actually complete tasks with your server?

One chat shows the tool calls work. An eval writes real tasks from your tool schemas, has DeepSeek V4.1 Flash drive each one, and reports where it got the wrong answer even though every call succeeded. Pick DeepSeek V4.1 Flash as the driver.

What DeepSeek V4.1 Flash is

DeepSeek V4.1 Flash is a 552B-parameter mixture-of-experts model that activates 8B parameters per token when reading and 16B when writing. It is the first model built on DeepSeek’s Causal Encoder-Decoder architecture: a 20-layer encoder followed by a 20-layer decoder, with the decoder’s cache projected from the encoder. DeepSeek says this cuts the cache to roughly a quarter of V4 Flash’s. It has a 1M-token window, adds native image input, and ships with open weights under the MIT licence.

What DeepSeek says

  • DeepSWE v1.1: 74.2 resolved, against 62.7 for V4 Pro and 54.4 for V4 Flash.
  • Terminal-Bench 2.1: 90.6%, against 87.9% for V4 Pro.
  • GPQA Diamond 90.9, Codeforces rating 3471, Humanity’s Last Exam 36.8.
  • KV cache roughly a quarter the size of V4 Flash’s.

These are the vendor’s own claims, not measurements of ours. Run the model against your own server to find out whether they hold for your tools.

How it reaches MCP

  • DeepSeek’s OpenAI-compatible API as deepseek-flash, so most MCP client libraries point at it with a base-URL change
  • The open weights on Hugging Face, for running it on your own hardware behind any MCP client
  • Any MCP client over OpenRouter as deepseek/deepseek-v4.1-flash, which is what runs here

What to watch for

  • On DeepSeek’s own API, V4 Flash and V4 Flash Vision Exp are deprecated and their names now route to V4.1 Flash. If you pinned “V4 Flash” there, you are already running V4.1 without having changed anything. Re-test your tools.
  • OpenRouter lists parallel_tool_calls for V4 Flash 0731 but not for V4.1 Flash. A client that fans out several tool calls in one turn may see them come back one at a time.
  • It is the first DeepSeek model that reads images, so MCP tools that return image content, such as screenshots or charts, are now worth testing if your client passes that content through.

Run the complex-schema mock on V4 Flash 0731, then the same prompt on V4.1 Flash. process_order has the deepest nesting of the four tools, and that is where a new architecture is most likely to change the arguments. All the mock servers →

Available here

ModelModel ID
DeepSeek V4.1 Flashdeepseek/deepseek-v4.1-flash

Go deeper

Frequently asked questions

Is DeepSeek V4.1 Flash better than V4 Pro?
On DeepSeek’s own agentic coding benchmarks, yes: 74.2 against 62.7 on DeepSWE v1.1, and 90.6% against 87.9% on Terminal-Bench 2.1. Benchmarks are not your tools, though. Run both against your server here and compare the tool calls.
What is the Causal Encoder-Decoder architecture?
V4.1 Flash splits its 40 layers into a 20-layer encoder that reads the input and a 20-layer decoder that writes the output. The decoder’s cache comes from the encoder’s final state rather than from every decoder layer, which DeepSeek says cuts the cache to about a quarter of V4 Flash’s. That matters for agents, which re-read long tool transcripts on every turn.
Does DeepSeek V4.1 Flash support tool calling?
Yes. OpenRouter lists tools, tool_choice and structured_outputs for it, and DeepSeek’s API is OpenAI-compatible, so MCP servers work through any client that translates MCP tools into function calls.
Can I run DeepSeek V4.1 Flash locally?
The weights are on Hugging Face under the MIT licence. At 552B total parameters it needs server-class hardware, not a laptop. To try it against an MCP server without any setup, use it here.

Sources

DeepSeek V4.1 Flash for MCP: Specs & Tool Calling — Test Free | MCP Playground