-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Support for File Inputs In Azure OpenAI #2300
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
Comments
any updates on this? |
Apologies for the slow response here, @ahmedmoorsy, and thanks to @RobertCraigie for the tag! Azure OpenAI parity support for these embedded PDF In the interim, although it's much more cumbersome, the functionality can be approximated by uploading the file (with a purpose of |
+1 to implement this |
+1 |
+1, file upload is a core functionality of LLMs right now |
Another +1, * 10,000. This is a gap that you can't bridge with vector search. |
+1 |
My understanding is Semantic Kernel just added the support to send a PDF file to Azure Open AI with the BinaryContent feature that was part of the 1.49 release on May 8th 2025. Now we're waiting for Azure OpenAI to be able to accept that BinaryContent as part of input_file? I'm not asking for a release date, just confirming once this Issue is resolved I should be able to send PDFs to models that support them? |
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Hi,
I’m trying to make a prompt with an attached file using Azure OpenAI.
I followed the official OpenAI File Inputs tutorial since this part is not clearly documented on Azure docs: https://platform.openai.com/docs/guides/pdf-files?api-mode=responses&lang=python
I didn’t manage to reproduce this with AzureOpenAI client. Is File Inputs prompts supported in Azure OpenAI? If yes, is there an exemple code block somewhere?
Thanks
Additional context
No response
The text was updated successfully, but these errors were encountered: