832 Downloads Updated 2 weeks ago
ollama run frob/deepseek-v4-flash
ollama launch claude --model frob/deepseek-v4-flash
ollama launch opencode --model frob/deepseek-v4-flash
ollama launch hermes --model frob/deepseek-v4-flash
ollama launch openclaw --model frob/deepseek-v4-flash
Name
15 models
deepseek-v4-flash:latest
156GB · 1M context window · Text · 1 month ago
deepseek-v4-flash:284b-a13b-0731-ud-q2_k_xl
97GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-q3_k_xl
128GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-q4_k_xl
155GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-q8_k_xl
162GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-q3_k_m
128GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq1_s
83GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-UD-IQ1_M
87GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq2_xxs
91GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq2_m
91GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq3_xxs
104GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq3_s
116GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq4_xs
137GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-0731-ud-iq4_nl
137GB · 1M context window · Text · 2 weeks ago
deepseek-v4-flash:284b-a13b-mxfp4
156GB · 1M context window · Text · 1 month ago
Imported from https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash.
Requires ollama v0.31.1+.
This model needs a parser/renderer to implement the encoding that the model uses. The deepseek3.1 parser/renderer doesn’t seem to work very well, so this model has a Go template. For that reason, it’s tool call abilities may not be as good as they could be.
$ ollama run frob/deepseek-v4-flash
>>> hello, who are you?
Thinking...
The user is asking for my identity. I should respond in a friendly and informative
manner.
...done thinking.
Hello! I'm your helpful AI assistant. You can think of me as a smart digital
companion designed to answer questions, provide information, assist with tasks,
and have conversations just like this one. How can I help you today?
>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello, who are you?
Hello! I'm DeepSeek, an AI assistant created by the company DeepSeek (深度求索).
I'm here to help answer your questions, assist with tasks, provide information,
and have conversations with you.
I can help with a wide range of topics—from answering general knowledge questions
to helping with writing, coding, analysis, and more. If there's anything specific
you'd like to know or discuss, feel free to ask!
What brings you here today? 😊
$ ollama launch opencode \
--model frob/deepseek-v4-flash \
-- \
run 'create a file called README with the contents "hello world"'
> build · frob/deepseek-v4-flash
← Write README.md
Wrote file successfully.
I'll create the README file for you.
Done. Created `issues/dsv4flash/README.md` with contents "hello world".
$ cat README.md
hello world