Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello David Captur,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that Switching from AssistantsAPI to ResponseAPI - No way of using/creating Prompts & Conversations.
Regarding your concerns:
- Azure does support conversational flows via the Responses API. The Responses API is a new stateful API introduced in Azure AI Foundry that combines capabilities from the Chat Completions API and Assistants API - https://ai-sdk.dev/providers/ai-sdk-providers/azure It supports chaining responses, function calling, tool use, and file search, enabling conversational and agentic flows. - https://ai-sdk.dev/providers/community-providers/azure-ai
- There are no standalone “Prompts API” or “Conversations API” surfaces. Azure does not have APIs explicitly named "Prompts API" or "Conversations API". Instead, it uses the Responses API to manage stateful interactions and conversational continuity - https://ai-sdk.dev/providers/community-providers/azure-ai
- Tooling and UI support are still catching up, especially for search, editing, and SDK integration. While the backend APIs are powerful, tooling (like SDKs and UI frameworks) is still evolving. For example, the AI SDK for Azure supports the Responses API but requires manual configuration for chaining and tool use - https://ai-sdk.dev/docs/ai-sdk-ui/chatbot-tool-usage
You can read more from the following references:
- https://azure.microsoft.com/en-us/blog/announcing-the-responses-api-and-computer-using-agent-in-azure-ai-foundry
- https://learn.microsoft.com/en-us/Azure/ai-services/openai/how-to/responses
- https://ai-sdk.dev/providers/ai-sdk-providers/azure
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.