Nodaryx Help Center中文

Continue setup

Continue is an AI coding assistant for VS Code / JetBrains that supports OpenAI-compatible APIs.

Configuration

Add a Nodaryx model to Continue's config.yaml:

models:
  - name: Nodaryx Gemini Flash
    provider: openai
    model: gemini-flash
    apiBase: https://api.moyuncourse.site/v1
    apiKey: sk-nodaryx-xxxxxxxxxxxxxxxx
  • provider is always openai (OpenAI-compatible)
  • model is a Nodaryx model ID (see Models overview)
  • apiBase must be https://api.moyuncourse.site/v1
  • apiKey is your key

Add multiple models entries for different models and switch between them in Continue.

Common errors

| Symptom | Meaning | Fix | |---|---|---| | 401 | Wrong key or bad format | Check apiKey | | 429 | Rate limited (RPM/TPM) | Retry later, lower frequency | | MODEL_NOT_ALLOWED | No access to the model | See Permissions & model scope | | insufficient_credit | Out of balance | See Balance & usage | | model not found | Wrong model ID | Check Models overview |

Next steps