← All Shortcuts

LM Studio Keyboard Shortcuts & Commands (5)

5 LM Studio shortcuts and commands.

Search all shortcuts interactively

Open Shortcut Finder

All Shortcuts

UI Shortcuts

ShortcutActionDescription
Ctrl + NNew chatStart a new conversation.
Ctrl + Shift + NNew windowOpen a new LM Studio window.
Ctrl + ,SettingsOpen application settings.
Ctrl + EnterSend messageSend the current message.
Shift + EnterNew lineInsert a line break without sending.
Ctrl + KClear chatClear the current chat history.
Ctrl + FFind modelsSearch available models in the browser.
Ctrl + DModel detailsView details of the selected model.

Server & API

ShortcutActionDescription
lms server startStart serverStart the local LM Studio API server (CLI).
lms server stopStop serverStop the running API server.
lms server statusServer statusCheck whether the server is running.
lms lsList modelsList all downloaded models via CLI.
lms load <model>Load modelLoad a specific model into memory.
lms unloadUnload modelUnload the currently active model.
GET / v1 / modelsList models (API)OpenAI-compatible endpoint to list loaded models.
POST / v1 / chat / completionsChat APIOpenAI-compatible chat completions endpoint.
POST / v1 / completionsCompletion APIOpenAI-compatible text completion endpoint.

Model Parameters

ShortcutActionDescription
TemperatureCreativity (0–1)Higher = more creative, lower = more deterministic.
Context LengthToken windowMax tokens for input + output combined.
Top PNucleus samplingProbability mass threshold for token selection.
Repeat PenaltyAvoid repetitionPenalise recently used tokens to reduce repetition.
GPU LayersGPU offloadNumber of model layers to offload to GPU.