← 전체

LM Studio 단축키 & 명령어 (5)

LM Studio 단축키 5개.

대화형 단축키 검색

단축키 검색

전체 단축키

UI Shortcuts

단축키기능설명
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

단축키기능설명
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

단축키기능설명
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.