307 Downloads Updated 2 weeks ago
ollama run frob/mimo-v2-flash
ollama launch claude --model frob/mimo-v2-flash
ollama launch codex-app --model frob/mimo-v2-flash
ollama launch openclaw --model frob/mimo-v2-flash
ollama launch hermes --model frob/mimo-v2-flash
ollama launch codex --model frob/mimo-v2-flash
ollama launch opencode --model frob/mimo-v2-flash
Name
5 models
mimo-v2-flash:latest
178GB · 256K context window · Text · 2 weeks ago
mimo-v2-flash:309b-a15b-ud-q4_K_XL
178GB · 256K context window · Text · 2 weeks ago
mimo-v2-flash:309b-a15b-ud-q8_k_xl
354GB · 256K context window · Text · 2 weeks ago
mimo-v2-flash:309b-a15b-q8_0
328GB · 256K context window · Text · 2 weeks ago
mimo-v2-flash:309b-a15b-bf16
618GB · 256K context window · Text · 2 weeks ago
Imported from hf.co/unsloth/MiMo-V2-Flash-GGUF.
Note that ollama does not yet support this model. To run it, ollama needs to be patched with #14864.
$ git clone https://github.com/ollama/ollama.git .
$ git checkout v0.20.0
$ curl -L https://github.com/ollama/ollama/pull/14864.diff | patch -p1
$ docker build -t ollama/ollama:0.20.0-14864 .
$ ollama run frob/mimo-v2-flash --experimental --experimental-yolo
This experimental version of Ollama has the bash tool enabled.
Models can read files on your computer, or run commands (after you allow them).
warning: yolo mode - all tool approvals will be skipped
>>> what is the time?
Thinking...
I need to check the current time on the system. I can use bash to run a
command like `date`. Let me do that.
...done thinking.
running: Bash: date
Thu Apr 30 10:49:03 AM CEST 2026
Thinking...
The current time is Thu Apr 30 10:49:03 AM CEST 2026. I should respond with this
information. Let me also check the timezone maybe, but the date command already
shows CEST. I'll output the result to the user.
...done thinking.
The current time is **Thu Apr 30 10:49:03 AM CEST 2026**.
$ ollama run frob/mimo-v2-flash --think=false
>>> hello
Hello! How can I help you today?