NyxosNyxos API
Integrations

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:

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

FieldValueNotes
API Keysk-YOUR_NYXOS_KEYYour Nyxos API key from the panel's API Keys section.
API Proxy Addresshttps://api.nyxos.shop/v1Explicit /v1 required.
Use Responses APIOffLeave disabled so requests use /v1/chat/completions.

3. Load the Model List

  1. Click Get Model List / Fetch models — LobeHub queries https://api.nyxos.shop/v1/models with your key.
  2. 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.


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:

  1. Go to Settings → Provider.
  2. Toggle off every provider except NewAPI (each provider card has an enable/disable switch).
  3. The chat model picker now lists only your Nyxos models.

Note: if the connectivity check returns 404, verify the /v1 suffix. If it returns 401, re-copy the key and confirm it is enabled — see Troubleshooting.

On this page