LobeHub / LobeChat Integration
Configure Nyxos API as your provider inside LobeHub (LobeChat) using the dedicated NewAPI option.
LobeHub (the current distribution of LobeChat) is an open-source chat client for desktop and web with multimodal support, artifacts, and plugins. It has a dedicated NewAPI provider — the same panel technology Nyxos API runs on — so setup takes under a minute.
Installation: use the web app at app.lobehub.com or download the desktop app from lobehub.com.
Configuration Steps
1. Open the NewAPI Provider Settings
Fastest way — open the provider page directly:
- Direct URL: https://app.lobehub.com/settings/provider/newapi
Or navigate manually: click the Settings icon in the lower-left corner → Provider → select NewAPI from the provider list (do not pick OpenAI — the dedicated NewAPI option is the right one).
2. Fill in the Connection
| Field | Value | Notes |
|---|---|---|
| API Key | sk-YOUR_NYXOS_KEY | Your Nyxos API key from the panel's API Keys section. |
| API Proxy Address | https://api.nyxos.shop/v1 | Explicit /v1 required. |
| Use Responses API | Off | Leave disabled so requests use /v1/chat/completions. |
3. Load the Model List
- Click Get Model List / Fetch models — LobeHub queries
https://api.nyxos.shop/v1/modelswith your key. - Enable the models you want from the fetched list.
4. Test Connectivity
Click Connectivity Check. A successful check means the key and proxy address are working.
Recommended: Disable All Other Providers
LobeHub ships with dozens of built-in providers (OpenAI, Anthropic, Google, etc.) that clutter the model picker with models your Nyxos key can't use. To show only the models from our API:
- Go to Settings → Provider.
- Toggle off every provider except NewAPI (each provider card has an enable/disable switch).
- The chat model picker now lists only your Nyxos models.
Note: if the connectivity check returns
404, verify the/v1suffix. If it returns401, re-copy the key and confirm it is enabled — see Troubleshooting.