NextChat
NextChat (formerly ChatGPT-Next-Web) is a lightweight, self-hostable web / desktop AI client.
Steps (in the UI)
Open NextChat and go to Settings.
Find Custom Endpoint or the OpenAI endpoint settings, and enable the custom toggle.
Fill in:
Field Value Endpoint / API Host https://gateway.mindproxy.aiAPI Key your sk-...Custom Models gpt-4o-mini,claude-3-5-sonnet,gemini-1.5-proTIP
NextChat usually appends
/v1automatically, so the domain is enough; add/v1if you get a 404. Separate multiple custom models with commas.Save and switch to your model at the top of the chat.
Self-hosted environment variables
If you deploy NextChat yourself, point it at the platform directly:
bash
BASE_URL=https://gateway.mindproxy.ai
OPENAI_API_KEY=sk-your-key
CUSTOM_MODELS=+gpt-4o-mini,+claude-3-5-sonnet,+gemini-1.5-proTroubleshooting
- 404: adjust
/v1on the address. - Target model missing in the switcher: add the model ID to "Custom Models / CUSTOM_MODELS".
- See common troubleshooting.