mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 20:18:21 +00:00
* 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
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.