DeepChat
DeepChat supports OpenAI, Gemini, and Anthropic formats. This guide prefers OpenAI compatible /v1 for easier troubleshooting.
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. Start a new test request with YOUR_MODEL. A normal response without authentication or address errors confirms the connection.
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.