litellm/tests/test_litellm/proxy/image_endpoints
mateo-berri 06fb9dc1ca fix(images): stop forwarding the raw image[] and mask[] form keys
The /v1/images/edits handler binds the documented image[] and mask[] aliases
into their canonical parameters, then re-reads the multipart body, so the raw
bracketed keys rode along to the provider next to the values already built from
them. OpenAI rejected both: image[] as "Invalid type for 'image[0]'" and mask[]
as "Invalid parameter: 'mask'". Drop both aliases from what gets forwarded.
2026-09-03 00:44:53 -07:00
..
__init__.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_azure_routes.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_endpoints.py fix(images): stop forwarding the raw image[] and mask[] form keys 2026-09-03 00:44:53 -07:00