Feature Area
Other (please specify in additional context)
Is your feature request related to a an existing bug? Please link it here.
Azure OpenAI endpoints now support OpenAI Responses API to keep parity with OpenAI.
Below are the advantages of Responses API over Chat Completions API:
Request is to Support Azure OpenAI responses API
Describe the solution you'd like
When api="responses" is passed to the Azure provider, delegate to the existing OpenAICompletion Responses API implementation with base_url set to the Azure resource's /openai/v1/ endpoint. This reuses the fully-tested OpenAI Responses API code path — no new API logic is needed, just delegating to connect the Azure provider to it.
Describe alternatives you've considered
No response
Additional context
Azure OpenAI Provider
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Other (please specify in additional context)
Is your feature request related to a an existing bug? Please link it here.
Azure OpenAI endpoints now support OpenAI Responses API to keep parity with OpenAI.
Below are the advantages of Responses API over Chat Completions API:
Request is to Support Azure OpenAI responses API
Describe the solution you'd like
When api="responses" is passed to the Azure provider, delegate to the existing OpenAICompletion Responses API implementation with base_url set to the Azure resource's /openai/v1/ endpoint. This reuses the fully-tested OpenAI Responses API code path — no new API logic is needed, just delegating to connect the Azure provider to it.
Describe alternatives you've considered
No response
Additional context
Azure OpenAI Provider
Willingness to Contribute
Yes, I'd be happy to submit a pull request