Skip to content

Commit 9089074

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 b7bf103 commit 9089074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ inference-extension-conformance-test-report.yaml
4848
.mcp.json
4949

5050
.goose
51+
tests/e2e-inference-extension/logs/

0 commit comments

Comments
 (0)