LocalAI
An open-source, drop-in replacement REST API for OpenAI, running models locally on your own infrastructure.
LocalAI is a powerful, open-source, self-hosted drop-in replacement REST API compatible with OpenAI API specifications. It allows developers to run large language models, image generation models, audio transcription, and embedding generation locally or in self-hosted environments using consumer-grade hardware, without relying on external cloud endpoints.
Written in Go, LocalAI acts as an intelligent API gateway that abstracts multiple backends like llama.cpp and diffusers. Because it mimics the exact endpoints of OpenAI, developers can redirect their existing application pipelines to LocalAI by simply changing a single base URL configuration line, instantly converting cloud-dependent applications into secure, privacy-preserving, self-hosted local systems.
An open-source vector database that combines vector search with structured database capabilities for AI applications.