-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New responses API does not work with AzureOpenAI #2184
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
@alexprengere Responses API is not supported on Azure yet. I can't share an ETA, but I expect support to come soon. |
@RobertCraigie wouldn't it be better to keep this issue open until the feature lands? Or perhaps I misunderstood @kristapratico, and indeed this is "not planned". |
Ah sorry, we tend to only keep issues open that are relevant to the SDK. If it's an API issue we'll close it. @kristapratico is there a better place for people to track support for Responses in Azure? |
Responses API support is planned for Azure. I think the best place I can provide to track support is the "what's new" page on MS Learn: https://learn.microsoft.com/azure/ai-services/openai/whats-new |
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
On the latest version of
openai==1.66.2
, I have this current code that works well:I wanted to test the new responses API, so I followed the docs:
But this results in:
Am I missing something or is this just not supported yet? Note that the deployed model on Azure is
GPT-4o
.To Reproduce
All information required is above.
Code snippets
OS
Fedora
Python version
Python3.10
Library version
openai==1.66.2
The text was updated successfully, but these errors were encountered: