-
Notifications
You must be signed in to change notification settings - Fork 4.3k
realtime input image support #2612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ahmed-mohamed-sn
ahmed-mohamed-sn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mfazalul
commented
Sep 5, 2025
Since realtime is no longer beta, you might need to update this instead: https://github.com/openai/openai-python/blob/main/src/openai/types/realtime/realtime_conversation_item_user_message.py#L21
Since realtime is no longer beta, you might need to update this instead: https://github.com/openai/openai-python/blob/main/src/openai/types/realtime/realtime_conversation_item_user_message.py#L21
Good call! Right now we mostly care about livekit functionalities, but seems like they still use the beta version.
Changes being requested
Image input support for OpenAI
Additional context & links
#2600