AnythingLLM setup

Connect AnythingLLM to Asterionyx with its Generic OpenAI provider for OpenAI-compatible services.

This page describes how to point AnythingLLM 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: AnythingLLM Generic OpenAI.
Base URL
https://api.a.eus/v1

AnythingLLM Generic OpenAI

Choose Generic OpenAI, paste the Base URL, and type a published Model ID. A clean AnythingLLM install was not run in this environment.

AnythingLLM fields
Provider: Generic OpenAI
Base URL: https://api.a.eus/v1
API Key: ${ASTERIONYX_API_KEY}
Model: <MODEL_ID_FROM_CATALOG>
  1. Open LLM provider settings

    In AnythingLLM, go to LLM configuration and choose OpenAI (Generic).

  2. Set the Base URL

    Paste the Asterionyx Base URL shown below into the Generic OpenAI endpoint/base URL field.

  3. Add your API key

    Paste your Asterionyx API key.

  4. Set the model name

    Use a published Asterionyx model ID from the live Model Catalog.

  5. Save and test in a workspace

    Save the provider settings, select it for a workspace, and send a short test message.

TipGeneric OpenAI settings are exact. If a test fails, check the Base URL, API key, and Model ID before changing other advanced options.

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