AionUI
AionUI supports a custom OpenAI compatible provider using the /v1 Base URL.
Official source and verification
This page was verified on 2026-07-13 against the official source for AionUI 2.1.34. Official source. Verification covers the custom provider workflow in AionUI.
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 AionUI. After import, review the provider, Base URL, and model placeholder before saving.
Manual setup
Create a custom provider in AionUI and select the OpenAI compatible protocol.
| Field | Value |
|---|---|
| Provider type | OpenAI compatible |
| Base URL | https://api.popgo.site/v1 |
| API Key | YOUR_API_KEY |
| Model | YOUR_MODEL |
Success check
Create a conversation and send a short message; returned content confirms the setup. 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 model list is empty, verify that
YOUR_MODELis currently available in the portal, then enter it manually. - 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.