LM Studio Documentation
LM Studio is a desktop application for running local LLMs on your computer.
Learn about
- LM Studio OpenAI-like Server -
/v1/chat/completions
,/v1/completions
,/v1/embeddings
with Llama 3, Phi-3 or any other local LLM with a server running on localhost. - Text Embeddings - Generate text embeddings locally using LM Studio's embeddings server (useful for RAG applications)
- Use LLMs programatically from JS/TS/Node - Load and use LLMs programatically in your own code
Get started by downloading the latest release
Download links are available on the homepage: https://lmstudio.ai.
Terminal Users - Get lms
- the LM Studio CLI
- Blog post: Introducing
lms
- LM Studio's companion cli tool - GitHub: lmstudio-ai/lms
Supported Platforms
- Windows (x86, x64, AVX2)
- macOS (Apple Silicon - M1/M2/M3)
- Linux (x86, Ubuntu 22.04, AVX2)