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.
| Model | Provider type | API address / Base URL | API Key |
|---|---|---|---|
| GPT, GLM, and Gemini models such as gpt-5.5, glm-5.2, or gemini-3.5-flash | OpenAI (Chat Completions) | https://api.hop-base.com/v1 | Matching plan key |
| Claude models such as claude-sonnet-4-6 | Anthropic | https://api.hop-base.com without /v1 | Claude 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.