Skip to main content
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. Use GET /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.
An OpenAI SDK reads this endpoint with its standard method:
The regions field of each entry shows the ZDR regions that give the model. See Models & Pricing for the full field reference.

Authorizations

Authorization
string
header
required

Send your access token as header Authorization: Bearer {accessToken}

Authorization
string
header
required

Your API key that starts with sk_live or sk_test. You can create yours at go.prem.io/api-keys.

Query Parameters

type
enum<string>

Filter models by type

Available options:
CHAT,
AUDIO_TRANSCRIPTION,
AUDIO_SPEECH,
IMAGE

Response

Models list retrieved successfully

OpenAI-compatible model list. Prem-specific fields are additional properties that OpenAI clients ignore.

object
string
required
Allowed value: "list"
data
object[]
required