135 Downloads Updated 3 days ago
ollama run MichelRosselli/bonsai-27b
ollama launch claude --model MichelRosselli/bonsai-27b
ollama launch opencode --model MichelRosselli/bonsai-27b
ollama launch hermes --model MichelRosselli/bonsai-27b
ollama launch openclaw --model MichelRosselli/bonsai-27b
This is an unofficial Ollama upload of Prism ML’s 1-bit Bonsai 27B model. It packages the Q1_0 language model with the Q8_0 vision projector and uses Ollama’s native Qwen 3.5 renderer and parser for vision, tool calls, and thinking.
| Tag | Size | Context | Notes |
|---|---|---|---|
latest |
4.4 GB | 262,144 | Alias of Q1_0 |
Q1_0 |
4.4 GB | 262,144 | Q1_0 language model with Q8_0 vision projector |
ollama run MichelRosselli/bonsai-27b
ollama run MichelRosselli/bonsai-27b:Q1_0
| Item | Specification |
|---|---|
| Base model | Qwen3.6-27B |
| Language model | 26.9B parameters, Q1_0 |
| Vision projector | 460.73M parameters, Q8_0 |
| Context window | 262,144 tokens |
| Ollama version | 0.32.5 or newer |
| Capabilities | Text, vision, tools, thinking |
Prism ML describes Bonsai 27B as a binary-weight model with a true 1.125 bits per language-model weight and an approximately 3.9 GB language-model footprint. The published Ollama package is 4.4 GB because it also includes the optional Q8_0 vision projector.
| Parameter | Value |
|---|---|
temperature |
0.7 |
top_k |
20 |
top_p |
0.95 |
min_p |
0.0 |
repeat_penalty |
1.0 |
num_ctx |
262,144 |
num_predict remains request-specific. Ollama does not expose a max_p Modelfile parameter.
RENDERER qwen3.5 and PARSER qwen3.5; it does not replace the native Ollama renderer/parser with a custom template.DRAFT Modelfile directive.add_vision_id, or preserve_thinking through the native renderer API.think=false, Ollama omits reasoning from the current tool-call history where the Hugging Face template preserves it.<tool_call> example in normal answer text may be parsed as a real tool call. An unterminated tool-call block may be discarded by the native parser.All credit for the original model belongs to Prism ML.
Created using Bonsai by Prism ML.
Original resources:
License: Apache 2.0.