LM Studio
Use LM Studio's local server with NeoStack AI.
LM Studio is a desktop app for downloading models and running a local OpenAI-compatible server.
Setup
- Install LM Studio from lmstudio.ai.
- Download and load a chat model in LM Studio.
- Open LM Studio’s Developer or Local Server tab.
- Start the local server.
- In NeoStack AI, open Settings > Chat & Agents > Chat Providers.
- Click + Add Custom Provider.
- Name it LM Studio.
- Set the base URL:
http://localhost:1234/v1
- Turn off Require an API key unless you configured one.
- Leave Auto-discover models from /models endpoint enabled.
Use It
Start a chat with Local & BYOK Chat and select the loaded LM Studio model.
Notes
- LM Studio exposes OpenAI-compatible
/v1endpoints, including chat completions and models. - Keep the model loaded in LM Studio while using it from NeoStack AI.
- If no model appears, add the model ID manually in the provider’s Models section.