-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
The code only lists a few:
openai-python/src/openai/types/responses/response_output_item.py
Lines 29 to 40 in 71dedfa
class ImageGenerationCall(BaseModel): | |
id: str | |
"""The unique ID of the image generation call.""" | |
result: Optional[str] = None | |
"""The generated image encoded in base64.""" | |
status: Literal["in_progress", "completed", "generating", "failed"] | |
"""The status of the image generation call.""" | |
type: Literal["image_generation_call"] | |
"""The type of the image generation call. Always `image_generation_call`.""" |
In reality there are more:
background: opaque
output_format: png
quality: high
revised_prompt: ...
size: 1024x1536
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels