AONISDocs

GET / API reference

List Models

Returns the model IDs currently available to your API key.

GET/v1/models
https://api.aonis.space/v1/models

List models

Send an authenticated request to discover available model IDs.

shell · cURL
curl https://api.aonis.space/v1/models \
  -H "Authorization: Bearer $AONIS_API_KEY"

json · Abbreviated response example
{
  "object": "list",
  "data": [
    {
      "id": "gpt-5.6",
      "object": "model"
    }
  ]
}

Curated public catalog

For the curated Aonis model catalog, recommended model IDs and pricing, see Models.

Discovery results are account-specific and may include compatibility or technical IDs. Do not treat them as separate public catalog or pricing entries.