Skip to main content
GET
/
v1
/
models
List Available Models
curl --request GET \
  --url https://api.auriko.ai/v1/models \
  --header 'Authorization: Bearer <token>'
Lists all models available through Auriko, including provider availability and pricing information. The response includes Auriko-specific extensions beyond the OpenAI format:
  • providers[]: Available providers with pricing for each model
  • catalog_version: Version of the model catalog
  • catalog_age_seconds: Age of the catalog data
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.