removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / aspect_ratio / anyOf
Added value: +[
+ {
+ "const": "1:1",
+ "type": "string"
+ },
+ {
+ "const": "1:4",
+ "type": "string"
+ },
+ {
+ "const": "1:8",
+ "type": "string"
+ },
+ {
+ "const": "2:3",
+ "type": "string"
+ },
+ {
+ "const": "3:2",
+ "type": "string"
+ },
+ {
+ "const": "3:4",
+ "type": "string"
+ },
+ {
+ "const": "4:1",
+ "type": "string"
+ },
+ {
+ "const": "4:3",
+ "type": "string"
+ },
+ {
+ "const": "4:5",
+ "type": "string"
+ },
+ {
+ "const": "5:4",
+ "type": "string"
+ },
+ {
+ "const": "8:1",
+ "type": "string"
+ },
+ {
+ "const": "9:16",
+ "type": "string"
+ },
+ {
+ "const": "16:9",
+ "type": "string"
+ },
+ {
+ "const": "21:9",
+ "type": "string"
+ },
+ {
+ "const": "auto",
+ "type": "string"
+ }
+]
removedInput schema / properties / aspect_ratio / enum
Removed value: -[
- "1:1",
- "9:16",
- "16:9",
- "3:4",
- "4:3",
- "3:2",
- "2:3",
- "5:4",
- "4:5",
- "21:9",
- "auto"
-]
removedInput schema / properties / aspect_ratio / type
Removed value: -"string"
addedInput schema / properties / callback_url
Added value: +{
+ "type": "string"
+}
changedInput schema / properties / model / enum
Previous value: -[
- "nano-banana-edit"
-]New value: +[
+ "nano-banana-2-lite",
+ "nano-banana-edit"
+]
addedInput schema / properties / output_format / anyOf
Added value: +[
+ {
+ "const": "png",
+ "type": "string"
+ },
+ {
+ "const": "jpeg",
+ "type": "string"
+ }
+]
removedInput schema / properties / output_format / enum
Removed value: -[
- "png",
- "jpeg"
-]
removedInput schema / properties / output_format / type
Removed value: -"string"
addedInput schema / properties / poll_interval_ms / maximum
Added value: +9007199254740991
addedInput schema / properties / prompt
Added value: +{
+ "maxLength": 20000,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / source_image_urls
Added value: +{
+ "items": {},
+ "type": "array"
+}
addedInput schema / properties / timeout_ms / maximum
Added value: +9007199254740991
addedInput schema / required
Added value: +[
+ "source_image_urls"
+]