removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / aspect_ratio / anyOf
Added value: +[
+ {
+ "const": "1:1",
+ "type": "string"
+ },
+ {
+ "const": "9:16",
+ "type": "string"
+ },
+ {
+ "const": "16:9",
+ "type": "string"
+ },
+ {
+ "const": "3:4",
+ "type": "string"
+ },
+ {
+ "const": "4:3",
+ "type": "string"
+ },
+ {
+ "const": "3:2",
+ "type": "string"
+ },
+ {
+ "const": "2:3",
+ "type": "string"
+ },
+ {
+ "const": "5:4",
+ "type": "string"
+ },
+ {
+ "const": "4:5",
+ "type": "string"
+ },
+ {
+ "const": "21:9",
+ "type": "string"
+ },
+ {
+ "const": "auto",
+ "type": "string"
+ },
+ {
+ "const": "1:4",
+ "type": "string"
+ },
+ {
+ "const": "1:8",
+ "type": "string"
+ },
+ {
+ "const": "4:1",
+ "type": "string"
+ },
+ {
+ "const": "8:1",
+ "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",
- "1:4",
- "1:8",
- "4:1",
- "8:1"
-]
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",
- "nano-banana-2",
- "nano-banana-pro"
-]New value: +[
+ "nano-banana",
+ "nano-banana-2",
+ "nano-banana-2-lite",
+ "nano-banana-pro"
+]
addedInput schema / properties / output_format / anyOf
Added value: +[
+ {
+ "const": "png",
+ "type": "string"
+ },
+ {
+ "const": "jpeg",
+ "type": "string"
+ },
+ {
+ "const": "jpg",
+ "type": "string"
+ }
+]
removedInput schema / properties / output_format / enum
Removed value: -[
- "png",
- "jpeg",
- "jpg"
-]
removedInput schema / properties / output_format / type
Removed value: -"string"
removedInput schema / properties / output_resolution / enum
Removed value: -[
- "1k",
- "2k",
- "4k"
-]
addedInput schema / properties / poll_interval_ms / maximum
Added value: +9007199254740991
addedInput schema / properties / prompt
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / reference_image_urls
Added value: +{
+ "items": {},
+ "type": "array"
+}
addedInput schema / properties / timeout_ms / maximum
Added value: +9007199254740991