Skip to main content
WorkBuddy is a standalone AI coding assistant that supports custom providers to connect third-party model APIs. This page shows how to configure Global AI in WorkBuddy for day-to-day coding chat. Download: codebuddy.cn.

Configuration

1

Install and sign in

Download and install WorkBuddy from codebuddy.cn, then sign in to reach the main screen.WorkBuddy main screen
2

Open Settings

Click your avatar in the lower left and choose Settings.Open Settings
3

Add a custom model

Find the Models tab on the left and fill in:
  • Provider: choose Custom
  • Endpoint: https://globalai.vip/v1/chat/completions
  • API Key: paste your sk- key
  • Model name: copy the target model ID from the Pricing page and paste it
  • Advanced settings: we recommend checking Tool calls, Image input, and Thinking mode at minimum
Leave other options at their defaults, click Save, then close the settings dialog to return to the main screen.Add custom model
4

Choose the model and send a message

Pick the model you just added from the selector below the input, then send a test message.Send a test message
5

Verify the integration

A normal reply means the integration works. You can also check Usage logs to confirm the call was recorded.

Troubleshooting

Confirm you are using a sk- key from Global AI and that it has not expired. Edit or regenerate at globalai.vip/keys.
Model IDs change over time. Use the current IDs shown on globalai.vip/pricing and paste without extra whitespace.
Not every model fully supports tool calls, image input, and thinking mode. If you see errors, uncheck the relevant option in settings or switch to a model that supports it.

References