Skip to content

Commit 6261940

Browse files
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]>
1 parent df344c3 commit 6261940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ inference-extension-conformance-test-report.yaml
4949
.mcp.json
5050

5151
.goose
52-
/aigw

0 commit comments

Comments
 (0)