51.3K 1 month ago

tools thinking
ollama run frob/minimax-m2.5

Applications

Claude Code
Claude Code ollama launch claude --model frob/minimax-m2.5
Codex
Codex ollama launch codex --model frob/minimax-m2.5
OpenCode
OpenCode ollama launch opencode --model frob/minimax-m2.5
OpenClaw
OpenClaw ollama launch openclaw --model frob/minimax-m2.5

Models

View all →

Readme

Imported from https://huggingface.co/MiniMaxAI/MiniMax-M2.5

$ ollama run frob/minimax-m2.5 --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
>>> hello
Thinking...
The user has simply said "hello". This is a greeting, so I should respond in a friendly manner and offer to help them with whatever they need.
...done thinking.

Hello! How can I help you today? Whether it's running some code, exploring files, or working on a project, I'm here to assist.

>>> what is the time?
Thinking...
The user is asking about the current time. I can check this using a bash command like `date`.
...done thinking.


running: Bash: date
  Sat Feb 14 04:00:07 AM CET 2026
  

Thinking...
The date command returned the current time. Let me share this with the user.
...done thinking.

The current time is **Saturday, February 14, 2026 at 4:00:07 AM CET** (Central European Time).

Is there anything else you'd like help with?