Skip to content

LM Studio (local)

LM Studio provides a graphical interface for downloading, managing, and running local AI models. All inference runs on your Mac, so requests don’t go to any external API.

Role: Summarization only (local models do not provide transcription)

Hardware requirements:

ComponentMinimum
ChipApple M1 or later
RAM16 GB unified memory

Download and install from lmstudio.ai.

In LM Studio, search for a model and click Download. Recommended models:

  • Llama 3.x (Meta) — strong general summarization
  • Qwen 7B–13B (Alibaba) — efficient on 16 GB RAM
  1. Open the Local Server tab in LM Studio (the <-> icon in the sidebar).
  2. Select your downloaded model from the Loaded Model dropdown.
  3. Click Start Server.

The server listens on http://localhost:1234/v1 by default.

Quendian Preferences — Summarization pane with the LM Studio (local) preset selected

Navigate to Quendian → Preferences → Summarization.

Select the LM Studio preset under Summarization. Quendian pre-fills the endpoint (http://localhost:1234/v1) — no API key is required.

The Model field must match exactly the model name shown in LM Studio’s Loaded Model dropdown.

Click Save.


All inference happens locally — no data leaves your machine and no requests go to any external API. Running on your Mac means performance scales with your hardware; an M2 Pro or M3 will summarize faster than an M1.