-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Feature]: OpenAI Responses API Support #9146
Comments
Great news! |
Initial PR here: #9155 |
would be great to get this for Azure as well given: https://azure.microsoft.com/en-us/blog/announcing-the-responses-api-and-computer-using-agent-in-azure-ai-foundry/ |
Hey @taralika our account doesn't have access. Does yours? |
OpenaI responses API on LiteLLM Proxy here: #9183 |
@taralika - can you share how you deploy Responses API on Azure AI foundry ? I don't see it ![]() |
yeah I don't see it either.. I missed that the article says "available in few weeks" 🤦♂️ |
ok, will wait for support from Azure API. Will add Day-0 support for it once out |
Responses API live here, can users on this issue thread help Beta test it (@mvrodrig @blairhudson, @jskalant) Release: https://github.com/BerriAI/litellm/releases/tag/v1.63.8-nightly |
you guys are crazy! big props! |
@ishaan-jaff it looks like Responses is available in Azure now with the https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/responses?tabs=python-secure |
Does it support Bedrock as well? I saw on OpenAI that this opens Computer Use, and Bedrock also adds it. |
@OriNachum adding support for Bedrock on this endpoint is on our roadmap too |
The Feature
Parent ticket to track support for new OpenAI responses API
Based on discord, this will be supported as a separate api spec, instead of trying to translate into
/chat/completions
. https://discord.com/channels/1123360753068540065/1139937429588021289/1349086515665305671Checklist
Checklist for create responses endpoint
Proxy Checklist
get https://api.openai.com/v1/responses/{response_id}
delete https://api.openai.com/v1/responses/{response_id}
get https://api.openai.com/v1/responses/{response_id}/input_items
Motivation, pitch
Make it easy to give devs llm access
Are you a ML Ops Team?
No
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: