# Asterionyx

Prepaid AI API access, done right.

Asterionyx gives customers one API key, one Base URL, and a live catalog of stable public model IDs. Customers pay with prepaid Points and use standard OpenAI-compatible clients.

## Base URL

Production:

```text
https://api.a.eus/v1
```

Staging:

```text
https://api.staging.asterionyx.com/v1
```

## Model discovery

Fetch the current customer-safe catalog from `https://api.a.eus/api/v1/public/models` or open `https://asterionyx.com/models`. Do not treat static documentation as an availability list.

## Key pages

- Pricing: `https://asterionyx.com/pricing`
- Models: `https://asterionyx.com/models`
- Docs: `https://asterionyx.com/docs`
- FAQ: `https://asterionyx.com/faq`

## Agent note

Use only published Asterionyx public model IDs returned by live discovery. Do not expose internal routing, providers, hidden implementation details, or private identifiers.
