Microsoft Azure API Management · Arazzo Workflow
Azure API Management AI Gateway Chat and Embed
Version 1.0.0
Send a chat completion through the AI gateway, then embed the same prompt for retrieval.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
ai-gateway-chat-and-embed
Get a chat completion and an embedding through the AI gateway.
Sends a chat completion request to a chat deployment, then sends the prompt to an embeddings deployment to produce a vector.
1
chatCompletion
AIGateway_ChatCompletions
Send the prompt as a chat completion request to the chat deployment and capture the assistant answer.
2
embedPrompt
AIGateway_Embeddings
Send the original prompt to the embeddings deployment to produce a vector for indexing and semantic search.