Dify setup

Connect Asterionyx to Dify as an OpenAI-compatible model provider, then use the current Model IDs in your apps and workflows.

This page describes how to point Dify 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: Dify model provider docs.
Base URL
https://api.a.eus/v1

Provider fields

Use the OpenAI-compatible provider type and type a published Model ID. A clean install of this client was not run in this environment.

provider fields
Provider type: OpenAI-API-compatible / OpenAI-compatible
Base URL: https://api.a.eus/v1
API Key: ${ASTERIONYX_API_KEY}
Model ID: <MODEL_ID_FROM_CATALOG>
  1. Open model provider settings

    In Dify, go to Settings → Model Provider and choose to add an "OpenAI-API-compatible" provider.

  2. Set the Base URL

    Paste the Asterionyx Base URL shown below as the API endpoint / Base URL.

  3. Add your API key

    Paste your Asterionyx API key as the API Key for the provider.

  4. Add a Model ID

    Add a model using an ID copied from the live Asterionyx Model Catalog, then save.

  5. Use it

    Select the Model ID in your Dify app or workflow and start building.

TipIf Dify asks for a model type, choose chat/LLM. You can add each Model ID you plan to use.

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