v2.7.0•
Image Service Launch: Generation, Caching & Serving
SreeAuthor
New Features
3
- Introduced a new
/v1/images/generationsendpoint to support AI image creation. - Implemented Redis caching for generated images with a configurable TTL to enhance performance and reduce redundant generation.
- Added a
/v1/images/serve/{image_id}endpoint to securely serve cached images, returning a public URL.