Skip to content

Models

Model availability is exposed through the public developer API.

GET /v1/models
GET /v1/model/info

Both endpoints require a valid sk-... API key and consume one request reservation.

  • /v1/models returns the model IDs currently available to your account.
  • /v1/model/info returns model metadata when available, including limits used for early request validation.
  • If a model is not available to your account, generation endpoints return an OpenAI-style error.
  • Read public model IDs and pricing from the live model endpoints rather than hard-coding them.