Documentation

Continue in the NexoRouter documentation.

Continue

Status: Candidate setup, not yet verified by NexoRouter.

Continue can define OpenAI-compatible chat models in config.yaml. Use Chat Completions through NexoRouter and disable Responses API preference for GPT-5 or o-series IDs.

Config example

models:
  - name: NexoRouter DeepSeek V4 Flash
    provider: openai
    model: deepseek-v4-flash
    apiBase: https://api.nexorouter.com/v1
    apiKey: ${{ secrets.NEXOROUTER_API_KEY }}
    useResponsesApi: false
    roles:
      - chat
      - edit

First test

Explain the purpose of the current file in five bullet points. Do not edit files.

Verify

Check Usage Logs after the first prompt. For edit mode, test one tiny change in a disposable branch and confirm the selected model can handle the workflow.

Known limits

  • Keep useResponsesApi: false when using NexoRouter's documented public API.
  • Autocomplete may need a separate faster model and separate configuration.
  • Embeddings and rerank are not covered by this chat setup.
Continue — NexoRouter