List models I can call
LLM Gateway: User Self-Service
List models I can call
Returns every model the authenticated user is allowed to call,
filtered by your organization’s model-access policies and the user’s
IdP groups and roles. Use the display_model field as the value of
the model parameter on /v1/... requests.
GET
List models I can call
Authorizations
JWT obtained through Barndoor's authentication flow. Pass the token
verbatim in Authorization: Bearer <token>. Use the Barndoor SDK's
loginInteractive() helper to obtain a token in scripts and notebooks.
