DeepChat
DeepChat supports OpenAI, Gemini, and Anthropic formats. This guide prefers OpenAI compatible /v1 for easier troubleshooting.
Before configuring
- This page uses placeholders only. Copy the real Key from PopGo API keys and the model from models and pricing.
- One-click setup is for software that is already installed and has registered its protocol handler. Allow the browser to open the external app when prompted.
- For manual setup, save one minimal Provider first. Enable streaming, tools, or multi-model routing only after the first request succeeds.
Official source and verification
This page was verified on 2026-07-13 against the official source for DeepChat 1.0.9. Official source. Verification covers all three formats; the OpenAI compatible route is the primary tutorial path.
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 DeepChat. Keep the imported format as OpenAI compatible unless your workflow specifically requires another protocol.
Manual setup
Create a custom provider, select the OpenAI compatible format, 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
Open a new conversation, select YOUR_MODEL, and send a short message.
Common errors and recovery
- If the format and Base URL do not match, remove that provider and recreate it using one protocol consistently.
- 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.