307 2 weeks ago

tools thinking
ollama run frob/mimo-v2-flash

Applications

Claude Code
Claude Code ollama launch claude --model frob/mimo-v2-flash
Codex App
Codex App ollama launch codex-app --model frob/mimo-v2-flash
OpenClaw
OpenClaw ollama launch openclaw --model frob/mimo-v2-flash
Hermes Agent
Hermes Agent ollama launch hermes --model frob/mimo-v2-flash
Codex
Codex ollama launch codex --model frob/mimo-v2-flash
OpenCode
OpenCode ollama launch opencode --model frob/mimo-v2-flash

Models

View all →

Readme

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?