LM Studio 단축키 & 명령어 (5)
LM Studio 단축키 5개.
대화형 단축키 검색
단축키 검색전체 단축키
UI Shortcuts
| 단축키 | 기능 | 설명 |
|---|---|---|
| Ctrl + N | New chat | Start a new conversation. |
| Ctrl + Shift + N | New window | Open a new LM Studio window. |
| Ctrl + , | Settings | Open application settings. |
| Ctrl + Enter | Send message | Send the current message. |
| Shift + Enter | New line | Insert a line break without sending. |
| Ctrl + K | Clear chat | Clear the current chat history. |
| Ctrl + F | Find models | Search available models in the browser. |
| Ctrl + D | Model details | View details of the selected model. |
Server & API
| 단축키 | 기능 | 설명 |
|---|---|---|
| lms server start | Start server | Start the local LM Studio API server (CLI). |
| lms server stop | Stop server | Stop the running API server. |
| lms server status | Server status | Check whether the server is running. |
| lms ls | List models | List all downloaded models via CLI. |
| lms load <model> | Load model | Load a specific model into memory. |
| lms unload | Unload model | Unload the currently active model. |
| GET /v1/models | List models (API) | OpenAI-compatible endpoint to list loaded models. |
| POST /v1/chat/completions | Chat API | OpenAI-compatible chat completions endpoint. |
| POST /v1/completions | Completion API | OpenAI-compatible text completion endpoint. |
Model Parameters
| 단축키 | 기능 | 설명 |
|---|---|---|
| Temperature | Creativity (0–1) | Higher = more creative, lower = more deterministic. |
| Context Length | Token window | Max tokens for input + output combined. |
| Top P | Nucleus sampling | Probability mass threshold for token selection. |
| Repeat Penalty | Avoid repetition | Penalise recently used tokens to reduce repetition. |
| GPU Layers | GPU offload | Number of model layers to offload to GPU. |