Mesh LLM is a distributed AI computing platform that enables users to run large language models without relying on expensive data centers or metered APIs [1]. By pooling GPUs and memory across machines, Mesh LLM exposes a single OpenAI-compatible API at http://localhost:9337/v1, allowing users to access powerful models without the need for significant hardware investments [2]. This approach not only reduces costs but also provides users with greater control over their data and computing resources [3]. Under the hood, Mesh LLM distributes model compute across a mesh of iroh endpoints, allowing for efficient and secure communication between nodes [4].
The platform also features a split mode, which enables the partitioning of large models across multiple machines, making it possible to run models that would otherwise be too large for a single machine [5]. With Mesh LLM, users can install the lightweight software and either join the public mesh or configure private deployments, presenting a flexible and scalable solution for distributed AI computing [6].


