When using Azure OpenAI models (e.g., GPT 5.0 Standard), the API request includes unconfigurable parameters (e.g., logit_bias) that older models do not support, resulting in a 400 "unsupported_parameter" error. There is no way to exclude these parameters from the request.