NextChat, Chatbox & Other OpenAI Clients
Configure NextChat (ChatGPT-Next-Web), Chatbox, Cherry Studio, LibreChat and similar apps with Nyxos API.
Any application that accepts a custom OpenAI-compatible endpoint works with Nyxos API. Every app needs two values:
- Host / Endpoint URL:
https://api.nyxos.shop - API Key: your
sk-...key.
Important: the apps below build the full request path (
/v1/chat/completions) from the host you enter. Enter the root URL without/v1— otherwise you get/v1/v1/...and a404(see Base URL Rules).
NextChat (ChatGPT-Next-Web)
-
Open Settings → find the custom endpoint / access settings.
-
Endpoint:
https://api.nyxos.shop -
API Key:
sk-YOUR_NYXOS_KEY -
In Custom Models, list the exact IDs you want, separated by commas (each prefixed with
+):+claude-sonnet-4-5,+gpt-5,+grok-4(Copy current IDs from the
/pricingpage — the example above is illustrative.)
Chatbox
- Open Chatbox → Settings.
- AI Provider: OpenAI API.
- API Host:
https://api.nyxos.shop(Chatbox appends/v1/chat/completionsautomatically). - API Key:
sk-YOUR_NYXOS_KEY. - Model: an exact ID from
/pricing.
Cherry Studio, LibreChat & Others
Same pattern in each app's custom OpenAI endpoint settings:
| App | Setting hint |
|---|---|
| Cherry Studio | Provider → OpenAI-compatible → Base URL: https://api.nyxos.shop (root). |
| LibreChat | Custom endpoint baseURL: https://api.nyxos.shop (root). |
| Open-WebUI | Connections → OpenAI API base URL — enter the root host. |
If any of these apps still returns 404 with /v1/v1/... in the request log, the app already added /v1 — that's the signal the root URL is the right value.