Models
Model availability is exposed through the public developer API.
Endpoints
Section titled “Endpoints”GET /v1/modelsGET /v1/model/infoBoth endpoints require a valid sk-... API key and consume one request reservation.
What to expect
Section titled “What to expect”/v1/modelsreturns the model IDs currently available to your account./v1/model/inforeturns 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.