ByoProvider

Partially updates the organization's own LLM provider. Every field is optional, including credential: omit it and the stored one is used. Validation runs against the merged result. Gateway validation only runs when connection details, models, or enabled state require it. A partial tierModels is merged over the stored tier selection.

patch/v1/orgs/{orgId}/byo-provider

Path parameters

orgIdstring uuid required

Headers

Authorizationstring

Request body

baseUrlstring

HTTPS gateway base URL ending in /v1, without user information, a query, or a fragment.

credentialstring
enabledModelsstring[]
enabledboolean

Response

Default Response

Changes

Changed in 3 of the 30 revisions of this API.114

  • 97cba54605fd112See the full diff
    • removed the required property // from the response with the status

      response-required-property-removed

    • removed the request property

      request-property-removed

    • added the new optional request property

      new-optional-request-property

    • added the required property // to the response with the status

      response-required-property-added

    • removed the pattern ^https://.*/v1$ from the request property

      request-property-pattern-removed

    • endpoint added

      endpoint-added