Get started with LM Studio
Configuration
- YAML
- JSON (Deprecated)
config.yaml
The default
apiBase is http://localhost:1234/v1Check out a more advanced configuration here
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gobi CLI v1.4.49 is live 🚀 Learn how you can leverage the CLI with our MCP Cookbooks
models:
- name: <MODEL_NAME>
provider: lmstudio
model: <MODEL_ID>
apiBase: http://<MY_ENDPOINT>/v1 # if running a remote instance of LM Studio
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "lmstudio",
"model": "<MODEL_ID>",
"apiBase": "http://<MY_ENDPOINT>/v1" // if running a remote instance of LM Studio
}
]
}
apiBase is http://localhost:1234/v1