Colibrì
Run frontier MoE models on hardware you already own
Colibrì is an open-source inference engine designed to run frontier-scale mixture-of-experts (MoE) models on consumer and heterogeneous hardware. It treats VRAM, system RAM, and NVMe storage as a unified memory hierarchy, dynamically placing and streaming model weights where they can be accessed most efficiently. This architecture enables users to run models ranging from 7 billion to 2.8 trillion parameters without requiring the entire model to fit in expensive GPU memory. Written primarily in pure C, Colibrì has no core engine dependencies and can operate without a GPU, although CUDA, Metal, Vulkan, and other acceleration options can improve performance. A consistent command-line interface, OpenAI-compatible API, web dashboard, and desktop application support multiple model families, including GLM, DeepSeek, Kimi, Qwen, Inkling, and OLMoE. Colibrì also serves as an open research platform for testing model placement, caching, compression, speculative decoding, storage I/O, & more.