Overview
NextChat (formerly ChatGPT Next Web) is a popular open-source ChatGPT web client.Online Configuration
Docker Self-Hosting
Environment Variables
| Variable | Description |
|---|---|
OPENAI_API_KEY | API key |
BASE_URL | API URL (without /v1) |
CUSTOM_MODELS | Custom model list, + means add |
HIDE_USER_API_KEY | Set to 1 to hide user custom Key entry |
NextChat’s API URL does not need the
/v1 suffix — the application appends it automatically.