Endpoint
Authentication
Authenticate with a session cookie or passAuthorization: Bearer <api-key>. The PUT method requires an admin role.
GET Response
array
List of configured providers.
PUT Request Body
string
required
Unique provider identifier.
string
Fallback model when the client omits a model selection.
array
List of model definitions with backend references.
PUT Response
string
Identifier of the upserted provider.
boolean
Whether the provider was updated (true) or created (false).