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

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).