i am using gpt-5-nano and its supported. only that only one value (1) if not integers are supported. below i tried to use a temperature of 0.1.
File “C:\Python313x64\Lib\site-packages\openai_base_client.py”, line 1594, in request
raise self._make_status_error_from_response(err.response) from None
openai.BadRequestError: Error code: 400 - {‘error’: {‘message’: “Unsupported value: ‘temperature’ does not support 0.1 with this model. Only the default (1) value is supported.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘temperature’, ‘code’: ‘unsupported_value’}}