550 1 month ago

tools thinking
ollama run frob/minimax-m2.7

Applications

Claude Code
Claude Code ollama launch claude --model frob/minimax-m2.7
Codex App
Codex App ollama launch codex-app --model frob/minimax-m2.7
OpenClaw
OpenClaw ollama launch openclaw --model frob/minimax-m2.7
Hermes Agent
Hermes Agent ollama launch hermes --model frob/minimax-m2.7
Codex
Codex ollama launch codex --model frob/minimax-m2.7
OpenCode
OpenCode ollama launch opencode --model frob/minimax-m2.7

Models

View all →

Readme

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

$ ollama run frob/minimax-m2.7 --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...
The user is asking what the current time is. I don't have a direct function to get the system time, but I can use the bash command `date` to check.
...done thinking.


running: Bash: date
  Sun Apr 12 07:46:45 PM CEST 2026
  

Thinking...
I got the current time from the system. Let me provide this to the user.
...done thinking.

The current date and time is:

**Sunday, April 12, 2026 at 7:46:45 PM (CEST)**