661 Downloads Updated 22 hours ago
ollama run frob/deepseek-v4-flash-0731
Name
15 models
deepseek-v4-flash-0731:latest
155GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-mxfp4
156GB · 1M context window · Text · 22 hours ago
deepseek-v4-flash-0731:284b-a13b-ud-q2_k_xl
97GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-q3_k_xl
128GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-q4_k_xl
155GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-q8_k_xl
162GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-q3_k_m
128GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq1_s
83GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq1_m
87GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq2_xxs
91GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq2_m
91GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq3_xxs
104GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq3_s
116GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq4_xs
137GB · 1M context window · Text · yesterday
deepseek-v4-flash-0731:284b-a13b-ud-iq4_nl
137GB · 1M context window · Text · yesterday
Imported from https://huggingface.co/unsloth/DeepSeek-V4-Flash-0731-GGUF.
Requires ollama v0.31.1+.
$ ollama run frob/deepseek-v4-flash-0731
>>> hello
Thinking...
Hmm, the user just greeted me with "hello." This is a very common opening, so I
should respond in a friendly and welcoming manner. Since they didn't specify
anything else, I'll offer general help to see what they need. I can keep it
simple—acknowledge their greeting, express readiness to assist, and ask how I
can help today. That sets a positive tone and invites them to share more details
if they have any questions or tasks in mind.
...done thinking.
Hello! How can I assist you today?
>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello! How can I assist you today?
$ ollama launch opencode \
--model frob/deepseek-v4-flash-0731 \
-- \
run 'create a file called README with the contents "hello world"'
> build · frob/deepseek-v4-flash-0731:latest
← Write README.md
Wrote file successfully.
Done. Created `README` ... wait, let me fix the filename — you said "a file called README".
$ mv /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README.md /tank/ai/models/hf.co/unsloth/DeepSeek-V4-Flash-0731-GGUF/README
(no output)
Created `README` with contents "hello world".
$ cat README
hello world