Documentation

ChatGPT Next Web in the NexoRouter documentation.

ChatGPT Next Web

Status: Candidate setup, not yet verified by NexoRouter.

ChatGPT Next Web can be deployed with an OpenAI-compatible API base URL. Use it only for chat-style requests until streaming, image input, plugins, and any custom features are verified.

Environment values

Exact variable names depend on the version and deployment template. The setup usually needs these values:

OPENAI_API_KEY=YOUR_NEXOROUTER_API_KEY
BASE_URL=https://api.nexorouter.com/v1
CUSTOM_MODELS=deepseek-v4-flash

If your template uses a different variable name for the OpenAI base URL, keep the value as https://api.nexorouter.com/v1.

Verification path

  1. Deploy or run the app with one model only.
  2. Send a short text prompt.
  3. Confirm the request appears in NexoRouter Usage Logs.
  4. Add more models only after the single-model setup works.

Known limits

  • Some deployments cache environment variables; restart after changing the base URL or key.
  • Browser-visible keys are unsafe. Keep API keys on the server side.
  • Do not assume image, file, plugin, or Responses API behavior.
ChatGPT Next Web — NexoRouter