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-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.