Files
Open-Generative-AI/packages
Anil Matcha 4634acb241 Fix missing images_list field mapping for image-edit models
Several i2i models (Seedream 4/4.5/5.0/5.0 Pro Edit, Qwen Image 2.0/Pro
Edit, Flux 2 Klein variants, Wan 2.7 Image Edit, Kling O3 Image Edit,
Nano Banana 2 Lite Edit) declared images_list in their input schema but
were missing the imageField config, so generateI2I() defaulted to
sending image_url instead. The backend never read that field, causing
a 422 "images_list field required" error.
2026-07-30 23:52:49 +05:30
..