Does LM Studio have a free tier?
Free throughout, with no API bill — the cost is your own machine's VRAM, disk, and electricity; the LM Studio app itself is free to use.
The most point-and-click way to run models locally: a few GUI clicks get you a model plus an OpenAI-compatible server with zero command line — the smoothest first step toward keeping every word of your draft inside the LAN. This page is the BYOK quick answer for LM Studio: key steps, direct console and pricing links, and the app-side notes that matter. Verified 2026-07-18.
Two links up front: get your key at the official download page (it runs locally — there is no pricing page because there is no bill). Prices and free quotas move; the official pages are authoritative.
The factory preset declares 1 modality flag for LM Studio. The models actually available come from the live catalog fetched in-app — catalogs move fast, and the flag only means the protocol wiring is ready.
| Modality | Used for |
|---|---|
| Text | Continuation · roleplay chat · agent |
The one universal host pitfall: the API host must include its full version prefix (this provider's exact form is in the notes below) — the app never appends /v1 for you.
LM Studio-specific notes
The preset host is http://localhost:1234/v1 — on a real phone, replace localhost with the computer's LAN or Tailscale IP. There is no auth by default, so any placeholder (like lmstudio) satisfies the app's key field and connectivity test; LM Studio itself recommends enabling authentication once you serve on the network — if you do, paste the generated key into the app. Never expose port 1234 to the public internet.
Free throughout, with no API bill — the cost is your own machine's VRAM, disk, and electricity; the LM Studio app itself is free to use.
It's stored on your device only, under system-level encryption — never uploaded or synced to any Foreverse server. Requests go straight from your phone to the provider's official endpoint with zero markup. To revoke access, delete the key in the provider's console.