Microsoft Azure API Management · JSON Structure

Ai Gateway Embedding Request Structure

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

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

Properties

input model

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "EmbeddingRequest",
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "example": "Azure API Management provides a unified gateway for APIs."
    },
    "model": {
      "type": "string",
      "example": "text-embedding-ada-002"
    }
  }
}