> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/integrations/lm-studio.md).

# LM Studio

[LM Studio](https://lmstudio.ai/) is a tool for running AI models locally on your computer. LM Studio exposes a local server supporting LM Studio API, OpenAI-compatible, and Antropic-compatible endpoints

LM Studio supports popular LLM features, e.g., streaming responses, and MCP.

#### Chat Copilot Configuration

To use LM Studio with a Chat Copilot in PixieBrix:

1. Configure a Local Integration for "HTTP No Authentication". See [Configuring Integrations](/integrations/configuring-integrations.md)
   1. Base URL: provide the URL of your local LM Studio server. The default LM Studio server origin is: <http://127.0.0.1:1234>
2. Register a Chat Copilot with the "Add AI Chat Copilot" brick
   1. LLM Integration Configuration: select the integration you configured


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pixiebrix.com/integrations/lm-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
