Skip to main content
GET
Models
Current Use the Models API to discover the model selectors your API key can currently use. The catalog reflects both your account’s entitlements and current model availability, so do not hard-code it or assume every API key sees the same models. Preserve the order returned by the server.

GET /models

Response

array[string]
Ordered model selectors currently available to the authenticated API key.

Example

Example Response
Use one of the returned values as the request-wide model on POST /task or POST /bulk. The default selector follows Pangram’s current default model without pinning your integration to a numbered generation.

Errors