Continue setup

Use Asterionyx from Continue in VS Code or JetBrains by configuring an OpenAI provider with a custom apiBase.

This page describes how to point Continue at Asterionyx’s Chat Completions endpoint. It is a setup guide, not a partnership or endorsement.

Before you startYou need an Asterionyx account, a customer API key, the Base URL, a published Model ID from the live catalog, and enough Credits for a test request.
Last verified 2026-08-27Checked against official documentation on 2026-08-27. A clean third-party install was not re-run in this environment. Official source: Continue OpenAI provider.
Base URL
https://api.a.eus/v1

config.yaml

Last verified against Continue's OpenAI-compatible config shape on 2026-08-27. A clean Continue install was not run in this environment.

config.yaml
name: Asterionyx
version: 1.0.0
schema: v1
models:
  - name: Asterionyx catalog model
    provider: openai
    model: <MODEL_ID_FROM_CATALOG>
    apiBase: https://api.a.eus/v1
    apiKey: {ASTERIONYX_API_KEY}
  1. Open Continue configuration

    Open the Continue config file and add or edit a model entry under models.

  2. Set provider and model

    Use the OpenAI-compatible client type, set model to an ID from the live Asterionyx catalog, and give the entry a clear display name.

  3. Set apiBase

    Set apiBase to the Asterionyx Base URL shown below.

  4. Add your API key

    Paste your Asterionyx API key in the apiKey field or reference it from your local secret storage.

  5. Reload and test

    Reload Continue, select the configured model, and send a short prompt before using it for coding tasks.

TipIf Continue tries a different endpoint for a model family, keep the model value as an Asterionyx Model ID and use chat completion mode where available.

Troubleshooting

401 / unauthorized

Recopy the API key from the portal. Do not use a placeholder or a key from another account.

402 / insufficient Credits

Create a recharge in the portal. The same API key and Base URL continue to work after Credits are added.

Unknown model

Copy a published public model ID from the live Model Catalog instead of typing a remembered name.

Related guides