# Asterionyx Models

Asterionyx publishes a customer-safe live Model Catalog with stable public model IDs, capabilities, availability, and prices.

## Live discovery

- Catalog page: `https://asterionyx.com/models`
- Catalog API: `https://api.a.eus/api/v1/public/models`

Preserve the returned order and Decimal-string prices. Static Markdown never embeds the mutable model list.

## Example

```json
{
  "model": "<MODEL_ID_FROM_CATALOG>",
  "messages": [{ "role": "user", "content": "Hi" }]
}
```

## Agent note

Replace the placeholder with a currently published public model ID. Do not expose private routing or provider details.
