Update provider and model

put/config/model

Request body

providerstring required
modelstring required
providerOptionsobject

Per-provider options (e.g., baseURL and name for openai-compat)

Response

Updated model

providerstring required
modelstring required
providerOptionsobject

Per-provider options (e.g., baseURL and name for openai-compat)

Changes

Changed in 1 of the 8 revisions of this API.2

    • added the new optional request property providerOptions

      new-optional-request-property

    • added the optional property providerOptions to the response with the 200 status

      response-optional-property-added