Microsoft Azure · JSON Structure

Azure Openai Service Create Embedding Request Structure

Type: object Properties: 5
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

CreateEmbeddingRequest is a JSON Structure definition published by Microsoft Azure, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

input user input_type encoding_format dimensions

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateEmbeddingRequest",
  "type": "object",
  "properties": {
    "input": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "input_type": {
      "type": "string"
    },
    "encoding_format": {
      "type": "string"
    },
    "dimensions": {
      "type": "integer"
    }
  }
}