List available models for standard inference
API Reference
List available models for standard inference
Get a list of models available for standard (OpenAI-compatible) inference. The response follows the OpenAI models list shape.
GET
List available models for standard inference
Zero Data Retention catalog
This endpoint returns the models that your API key can use for ZDR inference. UseGET /rvenc/models for the confidential catalog.
The response uses the OpenAI models list format. It has "object": "list" and an array in data. Each entry has the standard id, object, created, and owned_by fields, and Prem adds more fields after them.
regions field of each entry shows the ZDR regions that give the model. See Models & Pricing for the full field reference.Authorizations
Send your access token as header Authorization: Bearer {accessToken}
Your API key that starts with sk_live or sk_test. You can create yours at go.prem.io/api-keys.
Query Parameters
Filter models by type
Available options:
CHAT, AUDIO_TRANSCRIPTION, AUDIO_SPEECH, IMAGE