Cherry Studio
Cherry Studio connects through an OpenAI compatible provider with the /v1 Base URL.
Official source and verification
This page was verified on 2026-07-13 against the official source for Cherry Studio 1.9.12. Official source. Verification covers Cherry Studio custom provider setup.
One-click setup
Sign in to the PopGo API keys page and open the action menu on the target Key row. Public documentation never creates or displays a link containing a Key. Open the Chat submenu, then choose Cherry Studio. After import, confirm the provider is OpenAI compatible and select a currently available model.
Manual setup
Choose an OpenAI compatible provider and enter the fields below.
| Field | Value |
|---|---|
| Provider type | OpenAI compatible |
| Base URL | https://api.popgo.site/v1 |
| API Key | YOUR_API_KEY |
| Model | YOUR_MODEL |
Success check
Send a short message from the model test or a new conversation. Returned content without an error confirms success. Start a new test request with YOUR_MODEL. A normal response without authentication or address errors confirms the connection.
Common errors and recovery
- If connection testing fails, check that
/v1is not duplicated at the end of the Base URL. - For a 401, paste
YOUR_API_KEYagain and remove surrounding whitespace. - For a 404, verify the Base URL level and make sure the client is not appending
/v1twice.