I wanted to pass down some info for anyone who might need it. The documentation for OpenClaw is very heavily written for the CLI and there is very little info on the Gateway UI. How to set up your default LLM To do this, start by looking to see which models you have access to. Under Settings, click Debug. You will see a list of Models. Look for your provider by searching (Ctrl+F) for it's provider ID. Mine was github-copilot (you can look yours up here: https://docs.openclaw.ai/concepts/model-providers). Find a model you would like to use and make a note of it's ID. For mine, it was gpt-4.1 Now you can go to Config > Agents and look for Primary Model. Input the two values you got earlier like this: <provider>/<id> Now you can click save in the top right and give the model a test in chat. If you get a reply from your LLM, then its working!