1. Overview
WorkBuddy is Tencent’s AI Agent productivity product built around “describe the request, run the task, deliver complete results”. Unlike traditional chat AI that only gives advice or text replies, WorkBuddy understands natural-language instructions, decomposes tasks, plans steps, and executes them. It supports multimodal work such as documents, spreadsheets, PPT, and data analysis, can read authorized local folders for batch processing, and delivers reviewable outcomes (document generation, PPT design, coding assistance, data analysis, and more). WorkBuddy ships with mainstream models such as Hunyuan, GLM, MiniMax, Kimi, and DeepSeek (via Tencent Cloud Token Plan), and also lets you connect any third-party model under Model Settings. With GravitexAI you get:2. System Requirements
- Windows 10 or later (Windows 7/8/8.1 not supported)
- macOS 12 (Monterey) or later
3. Prerequisites
- WorkBuddy is installed on your machine
- You have created an API Key in the GravitexAI console (format
sk-xxxxxxxxxx)
4. Quick Start
Step 1: Install WorkBuddy
WorkBuddy provides Windows / macOS desktop clients. Download the installer from the official site and double-click to install — no CLI required:
After install, open WorkBuddy, sign in, and start tasks from the new-task bar in one sentence, or follow the official Quick Start guides.
Step 2: Get a GravitexAI API Key
- Open the GravitexAI console
- Click Create Token, name it, and save
- Copy the key starting with
sk-
Step 3: Open Custom Model in WorkBuddy
In WorkBuddy, click your avatar (bottom left) → Settings → Model → Add Model, then fill in:
Step 4: Advanced settings
For standard providers such as Tencent Cloud Token Plan, tool calling / image input flags are filled automatically. For Custom + GravitexAI they are not auto-detected — enable them based on the model’s real capabilities:- Match checkboxes to the actual capabilities of the model ID you entered; when unsure, enable fewer rather than more — the
claude-sonnet-4-6example above only enables Tool Calling - Only enable Image Input / Thinking Mode after confirming the model supports them
- Mismatched flags (e.g. tool calling on a model that does not support tools) may cause errors
Step 5: Input / Output limits
Use Input / Output to set context length and max output tokens. Leave blank for provider defaults, or pick presets such as 32K/64K/128K/256K (input) and 8K/16K/32K/64K (output). Click Save, then select the model under the custom group in the chat UI.- WorkBuddy’s model dialog only supports OpenAI-compatible APIs (labeled at the top of the dialog).
- GravitexAI provides a standard OpenAI-compatible API. Choose Custom to access the full model matrix (GPT / Claude / Gemini / DeepSeek / Zhipu / Kimi, and more).
Step 6: Switch models
Back in the editor, open the model dropdown — your added models appear in the list. Select one to start chatting.5. Feature Cheat Sheet
6. FAQ
Will my API Key be uploaded to WorkBuddy's cloud after connecting GravitexAI?
Will my API Key be uploaded to WorkBuddy's cloud after connecting GravitexAI?
No. Official docs state model config (including API Key) is stored only in local
workbuddy/models.json and is not uploaded. WorkBuddy acts as a relay to your GravitexAI endpoint; except for necessary transmission, security audit, troubleshooting, and legal retention, WorkBuddy does not read or store conversation content.How is GravitexAI usage billed? Does it consume WorkBuddy credits?
How is GravitexAI usage billed? Does it consume WorkBuddy credits?
No. Custom model costs (tokens, subscriptions, etc.) are billed directly by GravitexAI and do not use WorkBuddy credits or plans. Monitor your GravitexAI balance and usage to avoid unexpected charges.
Is Anthropic native protocol (anthropic_messages) supported?
Is Anthropic native protocol (anthropic_messages) supported?
WorkBuddy’s custom model dialog currently supports OpenAI-compatible APIs only. Use GravitexAI’s OpenAI-compatible endpoint
https://api.gravitex.ai/v1/chat/completions. Anthropic native endpoints are not supported yet.How should I set Tool Calling / Image Input / Thinking Mode?
How should I set Tool Calling / Image Input / Thinking Mode?
Standard providers fill these automatically; Custom + GravitexAI does not. Enable based on the model ID’s real capabilities — when unsure, enable fewer options. The
claude-sonnet-4-6 screenshot only enables Tool Calling. Mismatched flags may cause errors.What should I put in Model name?
What should I put in Model name?
Use the GravitexAI model ID, e.g.
claude-sonnet-5, gpt-5.5, deepseek-v4-pro, gemini-3.6-flash, kimi-k3 — see the model catalog. To switch models, only change this field and save; endpoint and API Key stay the same.How do I troubleshoot 401 / 403 errors?
How do I troubleshoot 401 / 403 errors?
- Confirm the API key starts with
sk-and has no extra spaces - Confirm the endpoint spelling, especially
/v1/chat/completions - In the GravitexAI console, check the token is enabled and balance is sufficient
- Insufficient balance can also return 401
7. Related Resources
- WorkBuddy website: www.workbuddy.cn
- Official docs: Overview
- Model configuration: Function-Description/Model
- Install guides: Windows / Mac
- API keys: https://maas.gravitex.ai/#/api-keys
- Model catalog: https://maas.gravitex.ai/#/api-models
