Tools

Third-party clients

Configure HopBase in Cherry Studio, NextChat, LobeChat, and similar clients.

For desktop or web clients such as Cherry Studio, NextChat, and LobeChat, enter the following values in provider settings.

ModelProvider typeAPI address / Base URLAPI Key
GPT, GLM, and Gemini models such as gpt-5.5, glm-5.2, or gemini-3.5-flashOpenAI (Chat Completions)https://api.hop-base.com/v1Matching plan key
Claude models such as claude-sonnet-4-6Anthropichttps://api.hop-base.com without /v1Claude plan key

Do not select OpenAI for a Claude plan key. It returns 404 because the request uses the wrong protocol path. Select Anthropic, use a client that supports Anthropic such as Cherry Studio, or use the web console.

Direct browser connections are supported. Web clients often do not append an API path. For OpenAI, GPT, GLM, or Gemini mode, enter the complete https://api.hop-base.com/v1 URL. For Anthropic mode and Claude, omit /v1.