GET /v1/models.
Authentication
Authenticated with a secret key (rd_sk_…) or a client token of
any scope. A publishable key is rejected 403.
List models
GET /openai/v1/models → 200 OK:
id is the qualified provider/model id; owned_by is the provider.
Retrieve a model
{model} accepts either the bare provider-native name (e.g. gpt-4o) or the qualified id (e.g.
openai/gpt-4o). 200 OK:
404
invalid_request_error (model_not_found).