Package ai.runapi.flux2.types
Class RemixImageParams.Builder
java.lang.Object
ai.runapi.flux2.types.RemixImageParams.Builder
- Enclosing class:
RemixImageParams
Builder for
RemixImageParams.-
Method Summary
Modifier and TypeMethodDescriptionaspectRatio(String value) Sets the output aspect ratio.build()Builds immutable remix image parameters.callbackUrl(String value) Sets the webhook URL for task completion notifications.enableSafetyChecker(boolean value) Sets the content safety checker toggle.model(RemixImageModel value) Sets the model slug using a typed model value.Sets the model slug using a string value.outputCount(int value) Sets the output count.outputResolution(String value) Sets the output resolution.Sets the text prompt.sourceImageUrls(List<String> value) Sets the source image URLs.
-
Method Details
-
model
Sets the model slug using a typed model value. -
model
Sets the model slug using a string value. -
prompt
Sets the text prompt. -
sourceImageUrls
Sets the source image URLs. -
aspectRatio
Sets the output aspect ratio. -
outputResolution
Sets the output resolution. -
outputCount
Sets the output count. Flux 2 Max supports only one output. -
enableSafetyChecker
Sets the content safety checker toggle. -
callbackUrl
Sets the webhook URL for task completion notifications. -
build
Builds immutable remix image parameters.
-