Models
REST API
Models
Discover the AI detection models available to your API key
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.
Example Response
Use one of the returned values as the request-wide
GET /models
Response
array[string]
Ordered model selectors currently available to the authenticated API key.
Example
model on POST /task or POST /bulk. The default selector follows Pangram’s current default model without pinning your integration to a numbered generation.