Nodaryx Help Center中文

Cline setup

Cline is an AI coding assistant for VS Code that supports OpenAI-compatible providers.

Steps

  1. Open Cline settings
  2. Set API Provider to OpenAI Compatible
  3. Fill in:
    • Base URL: https://api.moyuncourse.site/v1
    • API Key: your sk-nodaryx-...
    • Model ID: a Nodaryx model ID, e.g. gemini-flash, deepseek-v4-flash
  4. Save

Test

Start a new chat and send a simple message (e.g. "hello"). A reply means the setup works.

Troubleshooting

  • 401: check the API key
  • model not found: wrong Model ID — check Models overview
  • 429: rate limited, retry later
  • MODEL_NOT_ALLOWED: your account lacks access to that model

Next steps