Model catalog
GET /v1/models returns the models your account is authorised to call.
curl -sS https://api.alt.advania.ai/v1/models \
-H "Authorization: Bearer $ALT_API_KEY"
The response follows the OpenAI models shape. Each entry includes the id you pass in chat.completions.create({ model: ... }) and embeddings.create({ model: ... }).
The list is derived from your account's sensitivity-tier configuration — models approved for tiers your account is entitled to appear here, others don't.