Values
| Field | Value |
|---|---|
| Endpoint type | OpenAI / custom OpenAI |
| API endpoint | https://moxus.ai/v1 |
| API Key | sk-your-key |
| Model | Copy the exact model name from Models and pricing |
UI setup
- Open NextChat settings.
- Find model provider or endpoint settings.
- Choose OpenAI.
- Set endpoint to
https://moxus.ai/v1. - Set API Key to
sk-your-key. - Save and choose or enter a model name.
Self-hosted environment variables
For self-hosted deployments, configure endpoint and key with environment variables:OPENAI_BASE_URL, API_BASE_URL, or another field, follow your version’s documentation.
Recommendations
- Do not put an admin key in public frontend config.
- Use separate API keys for each deployment, such as
nextchat-prodandnextchat-test. - Add login or access control before exposing a self-hosted instance publicly.
Troubleshooting
Environment variables do not apply
Environment variables do not apply
Restart the service and confirm your variable names match the current NextChat version. For Docker, confirm the container received the new values.
The model list does not appear automatically
The model list does not appear automatically
Enter the exact model name from Models and pricing manually.
