Microsoft Azure API Management · Example Payload

Ai Gateway Chat Completion Request Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Ai Gateway Chat Completion Request Example is an example object payload from Microsoft Azure API Management, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagesmax_tokenstemperature

Example Payload

Raw ↑
{
  "messages": [
    {
      "role": "system",
      "content": "You are an Azure API Management assistant that helps developers configure API policies and manage their API gateway."
    },
    {
      "role": "user",
      "content": "How do I configure rate limiting on my Azure API Management instance for a GPT-4o backend?"
    }
  ],
  "max_tokens": 256,
  "temperature": 0.7
}