llm-chat-completions-server 0.1a0
Why CEREBRO kept it
LLM chat-completions server tool; CLI infra for agent communication
The text below is an automated extraction of the article at https://simonwillison.net/2026/Jul/30/llm-chat-completions-server/#atom-everything, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (simonwillison.net).
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-chat-completions-server/releases/tag/0.1a0">llm-chat-completions-server 0.1a0</a></p> <p>A key goal of the new content-addressable logs <a href="https://simonwillison.net/2026/Jul/30/llm-rc1/">in LLM 0.32rc1</a> was being able to support OpenAI Chat Completion style requests where each incoming message extends the previous conversation, like this:</p> <pre><code>curl http://localhost:8002/v1/chat/completions \ -H 'Content-Type: application/json' \ -d '{ "model": "qwen3.5-4b", "messages": [ {"role": "u
Backlinks
Appeared in 1 briefing