-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
area: imagesThis item is related to Images.This item is related to Images.blocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the bug
The OpenAI API describes the following properties on the Image response https://platform.openai.com/docs/api-reference/images/object
- background
- created
- data
- output_format
- quality
- size
- usage
The only property exposed by the GeneratedImage type is data. output_format in particular is necessary for determining mime-type, but it seems like all the properties should be exposed.
Steps to reproduce
Use ImageClient to generate an image.
Code snippets
OS
Any
.NET version
.NET 8
Library version
2.2.0
Metadata
Metadata
Assignees
Labels
area: imagesThis item is related to Images.This item is related to Images.blocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.