Connect LM Studio to Use DeepSeek-R1 and Other Models
LM Studio allows you to deploy models locally on your computer (hardware requirements must be met).
Download and Install LM Studio
Download and Run a Model
Follow the LM Studio instructions to download and run your desired model, e.g. deepseek-r1-qwen-7b:
lms get deepseek-r1-qwen-7bConfigure AstrBot
In AstrBot:
Open Providers → Chat Completion, click Add, and select LM Studio.
Set API Base URL to http://localhost:1234/v1
Set API Key to lm-studio
For users deploying AstrBot via Docker Desktop on Mac or Windows, set
API Base URLtohttp://host.docker.internal:1234/v1.For users deploying AstrBot via Docker on Linux, set
API Base URLtohttp://172.17.0.1:1234/v1, or replace172.17.0.1with your server's public IP (make sure port 1234 is open on the host).
If LM Studio itself is deployed in Docker, ensure port 1234 is mapped to the host.
Enter the provider name and check the API Base URL. The template pre-fills API Key with lmstudio; replace it if your server requires a different key. Click Save and Fetch Models. Click + beside the desired model and make sure it is enabled. Alternatively, click Save Configuration, then Custom Model and enter the exact model ID. Use Test Model beside the configured model to check availability.
Open Config, select the profile to use, and go to AI → Model. Set Chat Model to the model you just added, then click Save Configuration at the bottom right. This setting is for AstrBot built-in AI.
Run
/providerto view the models configured in AstrBot.
