262 1 month ago

vision tools thinking
ollama run frob/kimi-k2.5

Applications

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

Models

View all →

Readme

Imported from hf.co/unsloth/Kimi-K2.5-GGUF.

Note that ollama does not yet support this model. To run it, ollama needs to be patched with #14134.

$ git clone https://github.com/ollama/ollama.git .
$ git checkout 8224cce583e6e7253e2fdeee8f07ab4c8da7bce5
$ curl -L https://github.com/ollama/ollama/pull/14134.diff | patch -p1
$ docker build -t ollama/ollama:0.17.0-frob .
$ ollama run frob/kimi-k2.5:latest --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 is saying hello. I should respond in a friendly manner and ask how 
I can help them today.
...done thinking.

Hello! How can I help you today?

>>> what is the time?
Thinking...
The user wants to know the current time. I should use the bash tool to check 
the system time using the `date` command.
...done thinking.


running: Bash: date
  Sa 21 Feb 2026 03:18:09 CET
  

Thinking...
The current time is Saturday, February 21, 2026 at 03:18:09 CET (Central 
European Time). I should provide this information to the user.
...done thinking.

The current time is **Saturday, February 21, 2026 at 03:18:09 AM CET** 
(Central European Time).
$ ollama run frob/kimi-k2.5 describe this image ./image1.png --think=false
Added image './image1.png'
This is a photograph of an adorable small white puppy sitting on a concrete 
step or stone surface. The puppy has fluffy, pure white fur and appears to 
be quite young—likely a few weeks old. It has dark eyes and a small black 
nose, with its head turned slightly to the right as if looking at something 
off-camera.

The puppy is wearing a red collar with a small gold-colored bell attached to 
it, which is a common accessory for pets in some cultures. Its ears are 
floppy and also covered in white fur, and it has a compact, rounded body 
with short legs typical of a young dog.

The background is softly blurred (shallow depth of field), showing what 
appears to be an outdoor setting with muted brown and dark tones, possibly 
indicating a doorway or entrance behind the puppy. The lighting is natural 
and soft, highlighting the puppy's fluffy white coat. The overall mood of 
the image is cute and endearing, capturing the innocent charm of a young 
puppy.