You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add OpenAI image generation endpoint support
This commit introduces comprehensive support for OpenAI's image generation API endpoint (/v1/images/generations).
Changes include:
- New OpenAI image generation schema definitions with full API support
- Image generation processor for handling requests and responses
- Translator implementation for OpenAI-to-OpenAI image generation
- Comprehensive test coverage for the new functionality
- Support for DALL-E models and image generation parameters
The implementation follows the existing patterns in the codebase and provides
full compatibility with OpenAI's Images API specification.
Signed-off-by: Hrushikesh Patil <[email protected]>
0 commit comments