Discover LM Studio models here
Configuration
name: My Config
version: 0.0.1
schema: v1
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
}
]
}
The default apiBase is http://localhost:1234/v1
Check out a more advanced configuration here