mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 05:15:19 +00:00
df19a747a2
* feat(custom_llm): add image_edit and aimage_edit support Add support for image_edit and aimage_edit methods in CustomLLM class, allowing users to implement custom image editing providers. Changes: - Add image_edit() and aimage_edit() methods to CustomLLM base class - Add custom provider detection in litellm.image_edit() function - Add tests for sync and async image_edit with custom handlers * docs: add image_edit to CustomLLM documentation - Add /v1/images/edits to supported routes - Add Image Edit section with example - Update Custom Handler Spec with image_edit methods