ChengRang

llm-chat-completions-server

AI Platforms Open Source

LLM plugin, starts a local server compatible with the OpenAI Chat Completions API, exposing all installed models.

LLMAPI serverOpenAI compatiblelocal deploymentplugin
Visit llm-chat-completions-server

Disclaimer: Review content represents our editorial team's views and experience, not commercial recommendation or investment advice. Product info and pricing may change; refer to official sources.

Overview

llm-chat-completions-server is an LLM plugin developed by Simon Willison, designed to start a local server compatible with the OpenAI Chat Completions API, thereby exposing all installed models. The core advantage of this tool lies in its deep integration with the content-addressable logs introduced in LLM 0.32rc1, enabling efficient handling of multi-turn conversation requests through hash-based deduplication for optimized message storage and transmission. Whether developers are quickly testing models or building local AI applications, this plugin provides a simple, standard API interface, reducing the complexity of integrating with the OpenAI ecosystem.

Key Features

Use Cases

Pros

Pricing

This plugin is completely free, licensed under the open-source MIT license. Users can install it directly via uv or pip, with no subscription or usage fees.

Summary

llm-chat-completions-server is a lightweight, efficient local API server plugin designed for LLM users, providing an OpenAI-compatible Chat Completions endpoint. It optimizes multi-turn conversation processing through content-addressable log technology while simplifying the exposure and invocation of local models. For developers, researchers, or anyone needing a local API service, this tool is a practical and free choice, especially suitable for use with the LLM ecosystem.

Version History

Category
AI Platforms
Pricing
Open Source
Tags
LLM · API server · OpenAI compatible

Related Tools