llamaperf

LM Studio

GUI app for running local LLMs — wraps llama.cpp with a polished chat UI and model browser.

9 community reports

LM Studio is a desktop app (Mac, Windows, Linux) that wraps llama.cpp behind a polished UI. It's the easiest way to download a model and start chatting with it, particularly for non-CLI users.

Like Ollama, raw throughput is essentially llama.cpp's throughput — the value is convenience and a built-in OpenAI-compatible API server. Popular as a development sandbox before deploying to a more headless setup.

Top GPUs running LM Studio

GPUVRAMReportsFastest t/s
RTX 5060 Ti 16GBnvidia16GB373.9
RTX 3090nvidia24GB2
RTX 4050 6GBnvidia6GB1129.0
RTX 5070 Tinvidia16GB155.0
RTX 4090nvidia24GB125.0
M1 Ultra 128GBapple128GB116.0

Top models on LM Studio

Frequently asked

Is LM Studio free?

Yes, for personal use. It's a closed-source desktop app with a free license for individuals.

What's the difference between LM Studio and Ollama?

Both wrap llama.cpp. LM Studio leads with a graphical chat UI, Ollama leads with a CLI and daemon-style API. LM Studio is friendlier for casual exploration; Ollama is friendlier for scripting.