AIAny
AI Model2026
Icon for item

Bonsai Demo

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

Introduction

Local inference for very large multimodal models is rapidly moving from research rigs to everyday machines, and this demo shows how a quantized 27B family can be practical to run and experiment with locally. Bonsai-demo bundles model downloads, prebuilt inference binaries, and a chat/agent UI so you can evaluate vision, long-context reasoning, and native tool-calling without a cloud subscription.

What Sets It Apart
  • Quantized families (1-bit Bonsai and 2-bit/ternary Ternary-Bonsai): packs large models to very small footprints (1-bit ~1.125 bits/weight; ternary ~1.7 bits/weight) so 27B variants run on consumer-class hardware. So what? You can experiment with a 27B reasoning + vision model on laptops and some mobile devices that would otherwise be impossible with FP16 weights.
  • Vision + agentic features out of the box: the 27B models accept images, support OpenAI-style tool_calls, and the demo includes MCP clients and preconfigured tools. So what? It lets you prototype multimodal assistants that do end-to-end perception, reasoning, and tool use locally.
  • Long-context and "thinking" controls: the 27B supports very large contexts (up to 262k tokens) and a configurable reasoning-effort budget in the UI. So what? Build workflows needing long documents, multi-step reasoning, or adjustable computational budgets per chat.
  • Cross-platform, pragmatic shipping: scripts and prebuilt binaries target Metal, CUDA, Vulkan, ROCm and CPU backends; the repo ships forks/binaries to bridge current upstream gaps. So what? Reduced friction for real-world testing across diverse hardware.
Who It's For and Tradeoffs

Great fit if you want a hands-on local sandbox to evaluate large multimodal/agent models, compare quantization formats (1-bit vs ternary), or prototype tool-enabled assistants without cloud costs. The demo is also useful for benchmarking and hardware comparisons across backends.

Look elsewhere if you need a production-grade managed inference service, require strict reproducibility guarantees for research papers, or prefer ready-made hosted APIs—this repo focuses on local experimentation and contains complexity: model downloads (27B may require HF tokens while private), backend quirks (some ternary formats are upstream-migration dependent), and optional builds for CUDA/ROCm/Vulkan that can be nontrivial on low-resource machines.

Where It Fits

Use Bonsai-demo as a bridge between model research and applied prototyping: it’s aimed at developers and researchers who want to run large, multimodal, tool-enabled LLMs locally, test quantized deployments, or build agentic demos; for managed deployments or fully supported enterprise inference, pair it with an MLOps/inference stack or cloud provider.

More Items

Hugging Face
AI Model2026

Provides GGUF-format fine-tuned Qwen3.6-27B weights optimized for consumer hardware, offering NEO IMATRIX and MTP quant variants, vision support, 256k native context, and uncensored 'heretic' traces with published benchmark improvements over the base model.

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).

GitHub
AI Client2026

Provides a deployable personal AI assistant that runs locally or in the cloud, supports multi-channel chat, extensible Skills/Plugins, and local-model runtimes. Key features include three-layer memory, kernel-level sandboxing and tool/file guards, and bundled QwenPaw-Flash local models for zero-API deployments.