Skip to main content

Model Catalog

Openference maintains a curated list of models.
  • Only “active” + “landing visible” models appear on the public site and in unauthenticated views.
  • All active models are available via GET /v1/models (filtered by the caller’s key restrictions).
  • We regularly evaluate quality and add/remove models.

Discovering models at runtime

curl https://api.openference.com/v1/models \
  -H "Authorization: Bearer sk-token-..."
The response is a filtered list of { name, provider, inputPricePer1m, outputPricePer1m, description }.

Pricing

Each model lists input and output price per million tokens. See Pricing.