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
provideris alwaysopenai(OpenAI-compatible)modelis a Nodaryx model ID (see Models overview)apiBasemust behttps://api.moyuncourse.site/v1apiKeyis 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 |