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.
https://api.a.eus/v1config.yaml
Last verified against Continue's OpenAI-compatible config shape on 2026-08-27. A clean Continue install was not run in this environment.
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}Open Continue configuration
Open the Continue config file and add or edit a model entry under models.
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.
Set apiBase
Set apiBase to the Asterionyx Base URL shown below.
Add your API key
Paste your Asterionyx API key in the apiKey field or reference it from your local secret storage.
Reload and test
Reload Continue, select the configured model, and send a short prompt before using it for coding tasks.
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.