Mechanism◆Article
A new llm openai endpoint command lets users run prompts, chats, and model listings against arbitrary OpenAI-compatible endpoints without configuring a model first, and these calls are not logged
LLM 0.32rc2 introduces the llm openai endpoint command for interacting with any OpenAI-compatible endpoint without prior model configuration. ✦ AI generated
Release author · Simon Willison's Weblog · 2026-07-30 · original ↗
New llm openai endpoint command for running prompts, chats and model listings against arbitrary OpenAI-compatible endpoints without first configuring a model. These calls are not logged. #1565
Read full article ↗excerpt · fair-use quotation
- ·Run prompts and chats against any OpenAI-compatible endpoint
- ·Lists available models without prior configuration
- ·No model setup required before first use
- ·Requests via this command are not logged
- ·Default behavior logs prompts and responses
- ·Useful for sensitive or ephemeral queries
Around this claim