-| extra-parameters | | string | The behavior of the API when extra parameters are indicated in the payload. Using `allow` will make the API to pass the parameter to the underlying model. Use this value when you want to pass parameters that you know the underlying model can support. Using `drop` will make the API to drop any unsupported parameter. Use this value when you need to use the same payload across different models, but one of the extra parameters may make a model to error out if not supported. Using `error` will make the API to reject any extra parameter in the payload. Only parameters specified int this API can be indicated, or a 400 error is returned. |
0 commit comments