How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf lmstudio-community/Bonsai-27B-GGUF:Q1_0
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "lmstudio-community/Bonsai-27B-GGUF:Q1_0" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Bonsai 27B GGUF

Private LM Studio conversion of prism-ml/Bonsai-27B-unpacked.

Files

File Purpose Size
Bonsai-27B-Q1_0.gguf Pure Q1_0 language model 3.80 GB
mmproj-Bonsai-27B-BF16.gguf BF16 vision projector 0.93 GB

The language model was converted with llama.cpp commit 0e4a0362239713ea95a6864a17a8de4b0ad90d62 using --no-mtp, then quantized with llama-quantize --pure ... Q1_0. Excluding MTP is required because the source configuration advertises one MTP layer while the checkpoint contains language blocks 0 through 63 only.

This repository intentionally does not include Prismโ€™s separately packaged DSpark draft model. It therefore indexes as one 27B target plus one vision adapter in LM Studio.

Validation

Validated with llama-server and LM Studio/llmster:

  • qwen35.block_count = 64; no qwen35.nextn_predict_layers
  • Text and vision inference
  • Parallel tool calls
  • A three-stage tool workflow with nested JSON arguments and tool-result synthesis

Checksums

71d6871836886267f39f1ac69b1b1dd8a783970708d7a189960112ed02978901  Bonsai-27B-Q1_0.gguf
c4c09d300638f6d2759e1ffe94d97cf08be94b8c9dad6920509be1aab11fd8cb  mmproj-Bonsai-27B-BF16.gguf
Downloads last month
126,243
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

1-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for lmstudio-community/Bonsai-27B-GGUF

Quantized
(4)
this model