@@ -82,8 +82,9 @@ private constructor(
8282
8383 /* *
8484 * Control how much effort the model will exert to match the style and features, especially
85- * facial features, of input images. This parameter is only supported for `gpt-image-1`.
86- * Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
85+ * facial features, of input images. This parameter is only supported for `gpt-image-1` and
86+ * `gpt-image-1.5` and later models, unsupported for `gpt-image-1-mini`. Supports `high` and
87+ * `low`. Defaults to `low`.
8788 *
8889 * @throws OpenAIInvalidDataException if the JSON field has an unexpected type (e.g. if the
8990 * server responded with an unexpected value).
@@ -438,8 +439,9 @@ private constructor(
438439
439440 /* *
440441 * Control how much effort the model will exert to match the style and features, especially
441- * facial features, of input images. This parameter is only supported for `gpt-image-1`.
442- * Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
442+ * facial features, of input images. This parameter is only supported for `gpt-image-1` and
443+ * `gpt-image-1.5` and later models, unsupported for `gpt-image-1-mini`. Supports `high` and
444+ * `low`. Defaults to `low`.
443445 */
444446 fun inputFidelity (inputFidelity : InputFidelity ? ) = apply {
445447 body.inputFidelity(inputFidelity)
@@ -917,8 +919,9 @@ private constructor(
917919
918920 /* *
919921 * Control how much effort the model will exert to match the style and features, especially
920- * facial features, of input images. This parameter is only supported for `gpt-image-1`.
921- * Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
922+ * facial features, of input images. This parameter is only supported for `gpt-image-1` and
923+ * `gpt-image-1.5` and later models, unsupported for `gpt-image-1-mini`. Supports `high` and
924+ * `low`. Defaults to `low`.
922925 *
923926 * @throws OpenAIInvalidDataException if the JSON field has an unexpected type (e.g. if the
924927 * server responded with an unexpected value).
@@ -1319,8 +1322,8 @@ private constructor(
13191322 /* *
13201323 * Control how much effort the model will exert to match the style and features,
13211324 * especially facial features, of input images. This parameter is only supported for
1322- * `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and `low`.
1323- * Defaults to `low`.
1325+ * `gpt-image-1` and `gpt-image-1.5` and later models, unsupported for
1326+ * `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
13241327 */
13251328 fun inputFidelity (inputFidelity : InputFidelity ? ) =
13261329 inputFidelity(MultipartField .of(inputFidelity))
@@ -2005,8 +2008,9 @@ private constructor(
20052008
20062009 /* *
20072010 * Control how much effort the model will exert to match the style and features, especially
2008- * facial features, of input images. This parameter is only supported for `gpt-image-1`.
2009- * Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
2011+ * facial features, of input images. This parameter is only supported for `gpt-image-1` and
2012+ * `gpt-image-1.5` and later models, unsupported for `gpt-image-1-mini`. Supports `high` and
2013+ * `low`. Defaults to `low`.
20102014 */
20112015 class InputFidelity @JsonCreator private constructor(private val value : JsonField <String >) :
20122016 Enum {
0 commit comments