LM Studio (local)
LM Studio is a desktop app for downloading and running AI models locally. No API key is required and no data leaves your computer. Griptape Nodes dynamically discovers which models you have loaded.
Prerequisites
-
Download and install LM Studio from lmstudio.ai
-
Inside LM Studio, download at least one model using the model browser
-
Start the Local Server inside LM Studio — Griptape Nodes connects to this server, so it must be running whenever you want to use LM Studio as a provider
Add the Provider
- Open Settings → Agent Settings
- Click + Add Provider
- Select LM Studio (local)
Fill in the configuration:
- Name — leave as
LM Studioor enter a custom label - Base URL — defaults to
http://localhost:1234/v1; click the refresh button to test the connection - When the LM Studio server is running you'll see Connected — N models available in green
- Model (optional) — choose a default model, or leave blank to select at chat time
Click Create Provider.
Test
After creation the wizard shows a confirmation screen. Select a model, type a test message, and verify you get a response before clicking Done.
Choosing Models
Models loaded in LM Studio appear automatically in:
- The Model dropdown in the Agent, grouped under the LM Studio provider name
- The
prompt modelparameter on the Agent node whenprovideris set to LM Studio
To add more models, download them inside LM Studio and they'll appear immediately.
Related
- AI Providers overview
- Ollama — another local provider option