EmbeddingRequest

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
input string
model string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-embeddingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmbeddingRequest",
  "title": "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"
    }
  }
}