Working with models

Model catalog

The catalog is the list of every enabled model with its final price. It is available both programmatically (GET /v1/models) and visually in the dashboard. It is the source of truth: if a model is not in the catalog, it cannot be called.

GET /v1/models

GET /v1/models

Returns the list of enabled models with the final price per 1M tokens. Defaults to the OpenAI shape (object: list); with an anthropic-version header it returns the Anthropic shape. The response is cached, so it is safe to call on a hot path.

curl
curl https://api.alicode.store/v1/models -H "Authorization: Bearer sk-ali-•••"

Catalog in the dashboard

The “Models” tab shows the same list conveniently: search, vendor filters, input/output price, a vision badge, context size and a copy-id button. Grab the id here and drop it into the model field.

Models that are known to be non-functional (no live provider) are automatically excluded from the catalog — both from /v1/models and the dashboard. You only see what actually works.

Telegram