968 2 days ago

35b
ollama run frob/kat-coder-v2.5-dev:35b

Details

2 days ago

55317d06d744 · 21GB ·

qwen35moe
·
34.7B
·
Q4_K_M
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{ "presence_penalty": 1.5, "temperature": 1, "top_p": 0.95 }

Readme

Imported from https://huggingface.co/Kwaipilot/KAT-Coder-V2.5-Dev.

Chat/thinking

$ ollama run frob/kat-coder-v2.5-dev
>>> hello
Thinking...
I'm starting with the greeting "hello". The user wrote in lowercase, but I'll 
respond naturally and warmly. It's important to match their tone while staying 
friendly. A simple response like 'Hello! How can I assist you today?' feels 
right—it’s polite and open-ended, inviting them to share what they need help with
...done thinking.

Hello! 👋 How can I assist you today? Feel free to ask me anything — whether it's 
a question, a task, or just a chat. 😊

>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello! How can I help you today? If you have any questions or need assistance 
with a task, feel free to let me know.

Tools

$ ollama launch opencode \
    --model frob/kat-coder-v2.5-dev \
    -- \
    run 'create a file called README with the contents "hello world"'

> build · frob/kat-coder-v2.5-dev:latest

← Write README
Wrote file successfully.

Created `/tank/ai/models/hf.co/Kwaipilot/README` with the content `hello world`.

$ cat README 
hello world