~/.workbuddy/models.json, pointed at Chat Completions on POST /v1/chat/completions.
This page covers LLM text only (
https://llm.modellix.ai).Modellix model IDs are provider/name (for example openai/gpt-5.5). Enter that full string as the Model Name / id. Set Endpoint / url to https://llm.modellix.ai/v1 (include /v1). With Custom Protocol off (default), WorkBuddy uses the standard /chat/completions path. See Models & Pricing.Set Up WorkBuddy
1
Get a Modellix API Key
Create a Modellix API key in the console and store it securely. You will paste it into the WorkBuddy custom model form or
models.json.2
Add a Custom Model in the UI
In WorkBuddy, open the model picker (for example Auto near the input box), scroll to the bottom, and choose Configure custom models → Add Model.You can also open Settings → Model (or Settings → Models) and add a custom model there.Set Provider to Custom, then fill in:
Save the model. Include
/v1 in the Endpoint.3
Persist with models.json
WorkBuddy stores custom models in a local JSON array (not the CodeBuddy Replace
{ "models": [...] } object shape):- macOS / Linux:
~/.workbuddy/models.json - Windows:
%USERPROFILE%\.workbuddy\models.json
mdlx-xxxxxxxx with your Modellix API key. Append additional objects to the array for more Modellix IDs (for example anthropic/claude-sonnet-5, google/gemini-3.6-flash).After saving, restart WorkBuddy or reopen the model picker so the list refreshes. Full catalog: Models & Pricing.
4
Select and Start
Open the model picker, choose your model under Custom Models, and send a short test message to confirm the gateway responds.
Troubleshooting
Related
- WorkBuddy — product home
- Models & Pricing — Model IDs and rates
- LLM API guide — protocols and curl examples
- CodeBuddy — related Tencent custom-model setup (different
models.jsonshape)