LM Studio guide: connect local models in Silly Tavern and MiniTavern
LM Studio runs GGUF models on your desktop and exposes an OpenAI-compatible API via Local Server (often port 1234). This guide covers setup and wiring for Silly Tavern on PC and MiniTavern on your phone.
Step-by-step MiniTavern setup: official tutorial. If LM Studio “vanished” after ST 1.16+, see find Ollama / LM Studio in three steps.
Prepare LM Studio
- Install from lmstudio.ai.
- Download and load a model (e.g. a 7B instruct GGUF).
- Start Local Server under Developer.
- Test:
curl http://127.0.0.1:1234/v1/models - For phone access: enable network connections and use your LAN IP.
Silly Tavern
- API Connections → main API: Text Completion.
- API Type: Generic (OpenAI-compatible) [LM Studio, LiteLLM, etc.].
- Server URL:
http://127.0.0.1:1234 - API Key: empty or
lm-studio. - Connect and pick the loaded model.
| Setting | Example |
|---|---|
| Main API | Text Completion |
| API Type | Generic (OpenAI-compatible) |
| Server URL | http://127.0.0.1:1234 |
MiniTavern
- Keep Local Server running on your PC (LAN allowed).
- Other LLM → URL:
http://192.168.1.8:1234/v1(your PC IP). - API Key:
lm-studioor any placeholder. - Refresh models, test, save.
Do not use Ollama’s 11434/api URL for LM Studio.
About the author
Published: June 5, 2026
Updated: June 5, 2026
