addedInput schema / properties / aspect_ratio / description
Added value: +"Output aspect ratio."
addedInput schema / properties / callback_url
Added value: +{
+ "description": "Webhook URL for async notifications.",
+ "type": "string"
+}
addedInput schema / properties / enable_safety_checker
Added value: +{
+ "description": "Enable the safety checker.",
+ "type": "boolean"
+}
changedInput schema / properties / model / enum
Previous value: -[
- "flux-2-flex-remix-image",
- "flux-2-pro-remix-image"
-]New value: +[
+ "flux-2-flex-remix-image",
+ "flux-2-max-remix-image",
+ "flux-2-pro-remix-image"
+]
addedInput schema / properties / output_count
Added value: +{
+ "description": "Number of images to generate.",
+ "enum": [
+ 1
+ ],
+ "type": "number"
+}
addedInput schema / properties / output_resolution / description
Added value: +"Output resolution."
addedInput schema / properties / prompt / description
Added value: +"Image editing instruction."
addedInput schema / properties / prompt / maxLength
Added value: +5000
addedInput schema / properties / prompt / minLength
Added value: +3
addedInput schema / properties / prompt / type
Added value: +"string"
addedInput schema / properties / source_image_urls / description
Added value: +"Public source image URLs."
addedInput schema / properties / source_image_urls / items
Added value: +{}
addedInput schema / properties / source_image_urls / maxItems
Added value: +8
addedInput schema / properties / source_image_urls / minItems
Added value: +1
addedInput schema / properties / source_image_urls / type
Added value: +"array"
addedInput schema / required
Added value: +[
+ "prompt",
+ "source_image_urls"
+]