Skip to content

Set up DeepChat ​

DeepChat is an open-source desktop AI assistant with support for multiple providers and MCP extensions.

After signing in to the console, go to the “Chat” page, choose DeepChat, and click to launch the client and import the configuration automatically.

Manual setup ​

  1. Open DeepChat Settings → Model Providers
  2. Add a provider and choose type OpenAI-compatible
  3. Fill in:
    • API Key: sk-your-token
    • API URL: https://api.treenew.online/v1
  4. Fetch the model list, enable the models you need, and start chatting

Troubleshooting ​

  • Connection fails: first make sure the API URL is https://api.treenew.online/v1; if DeepChat appends the version path automatically and the request becomes /v1/v1 (404), use https://api.treenew.online without /v1 instead
  • 401 error: the token is invalid or expired — regenerate and paste it again

Home · Console