-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
According to the model description, gpt-4o-audio-preview
and gpt-4o-mini-audio-preview
support streaming functionality.

However, the current version (v1.98.0) of this Python library does not include an audio field in the stream chunks, and this field is also missing from the API reference documentation.

Through testing, I can confirm that the audio field is indeed returned in practice.

Therefore, please consider adding the audio field to the library and documentation.
- https://platform.openai.com/docs/models/gpt-4o-audio-preview
- https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview
- https://platform.openai.com/docs/api-reference/chat_streaming/streaming
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels