73 Downloads Updated 4 days ago
ollama run rafw007/deepseek-v4-flash-fast
Updated 4 days ago
4 days ago
9969e0ee04b6 · 87GB ·
DeepSeek-V4-Flash-Fast is a custom agent build based on DeepSeek-V4-Flash: an open-weights Apache 2.0 MoE model with approximately 285B total parameters and 20B active parameters. It is configured for autonomous, tool-driven work on local hardware — especially coding, system administration and operational tasks performed through a real shell.
It does not introduce a new model architecture and is not claimed to have been trained from scratch. The architecture remains 100% DeepSeek-V4-Flash; its agent behaviour comes from prompt engineering, runtime configuration, sampling parameters and iteration against real agent harnesses.
The model is designed to answer from real tool output. If the harness runs nmap, df, du or a remote server inventory command, the final answer should reflect the values returned by those commands rather than guessed hostnames, hardware details or numbers.
| Component | Configuration |
|---|---|
| Base model | DeepSeek-V4-Flash |
| Architecture | MoE, ~285B total / ~20B active |
| License | Apache 2.0 |
| Quantization | Low-bit GGUF, CPU-only capable |
| GGUF build | DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-chat-v2-imatrix.gguf |
| Memory target | About 96 GB unified memory |
| Intended hardware | High-end Mac or RTX-class systems |
| Context | 128K |
The build goal is to make a 285B-class model useful on comparatively weaker hardware. With low-bit quantization, normal operation is possible using approximately 96 GB of unified memory, avoiding the need for expensive dedicated GPU packs.
The configuration was iterated using two models:
The base system prompt was tuned specifically for the DeepSeek Fast model. The result is an agent that acts first: it executes commands through the harness, checks real results and returns a grounded answer instead of producing a speculative explanation.
Agent harnesses impose a large prefill before the model starts working. For this reason, DeepSeek-V4-Flash-Fast prioritizes higher prefill throughput — prompt tokens per second — alongside usable inference performance.
This matters particularly for long system prompts, tool schemas, terminal transcripts and 128K-context workflows.
Designed for llama-server or llama-swap:
-t 16
-tb 16
-b 16384
-ub 16384
-c 131072
--temp 0.2
--top-p 0.95
--top-k 40
--repeat-penalty 1.15
--presence-penalty 1.0
--reasoning off
--jinja
--chat-template-file
The 131,072-token context setting provides a 128K working context. Low-temperature sampling and disabled reasoning are used to keep the agent focused on executing the task and reporting results grounded in tool output.
Testing was performed on a GMKtec EVO x86 machine.
The model has completed the following end-to-end tasks using real tool output:
| Task | Result |
|---|---|
Network scan with nmap |
Scan executed and results interpreted |
Disk usage with df / du |
Real disk figures reported |
| Remote Linux server inventory | CPU, RAM, disk and operating system collected from the server |
| HTML5 Tetris | Complete working game created |
| HTML5 solar system | Animated orbital simulation created |
DeepSeek-V4-Flash-Fast is therefore intended not as a general conversational wrapper, but as a practical local agent: a large, low-bit MoE model configured to use a real environment, perform the requested work and answer from the results.
This model was designed, built and tested with the help of Claude Fable5 and DeepSeek-V4 Pro. The idea is that the best coding models in the world should be able to create smaller models in their own image.
Its system prompt, parameters and context configuration come directly from that work: leading coding models preparing a local model that takes over directly on your desk.
Apache 2.0, inherited from the base DeepSeek-V4-Flash.
© 2026 — DeepSeek-V4-Flash-Fast