Microsoft Azure API Management · JSON Structure

Ai Gateway Completion Request Structure

Type: object Properties: 3
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

CompletionRequest is a JSON Structure definition published by Microsoft Azure API Management, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

prompt max_tokens temperature

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CompletionRequest",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "example": "Explain the benefits of API management in"
    },
    "max_tokens": {
      "type": "int32",
      "example": 128
    },
    "temperature": {
      "type": "float",
      "example": 0.7
    }
  }
}