You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Control how much effort the model will exert to match the style and features, especially facial features, of input images. This parameter is only supported for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
548
+
* Control how much effort the model will exert to match the style and features,
549
+
* especially facial features, of input images. This parameter is only supported
550
+
* for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and
* The type of the output text. Always `output_text`.
3856
3882
*/
3857
3883
type: 'output_text';
3858
-
3859
-
logprobs?: Array<ResponseOutputText.Logprob>;
3860
3884
}
3861
3885
3862
3886
exportnamespaceResponseOutputText{
@@ -5047,6 +5071,8 @@ export namespace Tool {
5047
5071
* An optional list of uploaded files to make available to your code.
5048
5072
*/
5049
5073
file_ids?: Array<string>;
5074
+
5075
+
memory_limit?: '1g'|'4g'|'16g'|'64g'|null;
5050
5076
}
5051
5077
}
5052
5078
@@ -5066,7 +5092,10 @@ export namespace Tool {
5066
5092
background?: 'transparent'|'opaque'|'auto';
5067
5093
5068
5094
/**
5069
-
* Control how much effort the model will exert to match the style and features, especially facial features, of input images. This parameter is only supported for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and `low`. Defaults to `low`.
5095
+
* Control how much effort the model will exert to match the style and features,
5096
+
* especially facial features, of input images. This parameter is only supported
5097
+
* for `gpt-image-1`. Unsupported for `gpt-image-1-mini`. Supports `high` and
0 commit comments