LM Studio
Features of LM Studio
Use Cases of LM Studio
FAQ about LM Studio
QWhat is LM Studio?
LM Studio is a free, open-source desktop application designed for offline running, testing, and development of large language models on personal computers, with a graphical interface that lowers the barrier to entry.
QIs LM Studio free?
Yes, LM Studio is completely free to use, with no API call fees or usage limits, and all model inference runs locally.
QWhich operating systems does LM Studio support?
Supports macOS (including Apple Silicon), Windows (x64/ARM64), and Linux (x64).
QDoes using LM Studio require internet connectivity?
Model downloads require a network connection, but model running and inference are fully offline; all data processing happens on local hardware to ensure privacy.
QWhich model formats does LM Studio support?
Primarily supports GGUF-format models based on llama.cpp, and on Apple Silicon Macs it is also compatible with Apple's MLX framework.
QWhat services does LM Studio Enterprise offer?
The Enterprise edition provides private, secure AI solutions for teams, supports deploying local LLMs on their own facilities, and includes governance features for enterprise-grade models, MCP, and plugins.
QHow can LM Studio's models be integrated into your own applications?
LM Studio provides a local API server compatible with the OpenAI API, allowing local models to be exposed as endpoint services for easy integration via SDKs or direct calls.