Even if you have no platform points left, you can connect your own LLM APIs. WorkBuddy supports integrating external LLM APIs, Coding Plans, and Token Plans.
Enter from settings, select model options, click "Add Model", and choose from various coding plans or custom APIs.
For instance, for DeepSeek, you only need to enter your API key. Or, for a local Ollama model, start Ollama locally (default port 11434, OpenAI-compatible endpoint). Local models ensure that data never leaves your computer, support offline usage, and cost zero tokens.
The config file is C:\Users\USERNAME\.workbuddy\models.json,you can edit it:
{
"id": "k3",
"name": "k3",
"vendor": "Custom",
"url": "https://api.kimi.com/coding/v1",
"apiKey": "YOUR API KEY",
"supportsToolCall": true,
"supportsImages": true,
"supportsReasoning": true,
"useCustomProtocol": false
}REFERENCES
References
Series
WorkBuddy In Action